summaryrefslogtreecommitdiff
path: root/indra/llcommon/llleap.cpp
AgeCommit message (Expand)Author
2019-09-25remove fatal error hook usage from LLLeap (potential races for multiple proce...Oz Linden
2019-09-24simplify function pointer loggingOz Linden
2019-09-24improve fatal hook loggingOz Linden
2019-03-05rename crash handler to hook, and make them chainable by putting back the get...Oz Linden
2019-03-02convert to an explicit USE_BUGSPLAT switch in cmake, revise LL_ERRS approachOz Linden
2019-01-16SL-10297: Modify LL_ERRS and other deliberate crashes to avoid a common stack...Oz Linden
2018-10-03DRTVWR-474: Do NOT autokill updater process on viewer termination.Nat Goodspeed
2016-08-17MAINT-5011: Use LLTHROW() instead of plain BOOST_THROW_EXCEPTION().Nat Goodspeed
2016-07-19MAINT-5011: Introduce LLException base class for viewer exceptions.Nat Goodspeed
2015-11-10remove execute permission from many files that should not have itOz Linden
2013-06-05merge with viewer-releaseRichard Linden
2013-03-29Update Mac and Windows breakpad builds to latestGraham Madarasz
2012-12-07SH-3406 WIP convert fast timers to lltrace systemRichard Linden
2012-03-16Introduce LLLeapListener, associating one with each LLLeap object.Nat Goodspeed
2012-03-15Make LLLeap intercept LL_ERRS termination and notify LEAP plugin.Nat Goodspeed
2012-03-05Introduce (disabled) LLLeap debugging code to validate stdin writes.Nat Goodspeed
2012-03-03Add a couple LLLeap DEBUG messages for incoming-events control flow.Nat Goodspeed
2012-03-02Use LLProcess::ReadPipe::read() in LLLeap.Nat Goodspeed
2012-03-01Add LLLeap class, initial implementation, initial unit tests.Nat Goodspeed