summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2013-09-20common: carve out RawStackFrame::dumpAlexander Monakov2-17/+18
2013-09-20common/backtrace: move namespace trace -> osAlexander Monakov3-10/+16
2013-09-20common: rename trace_backtrace.* -> os_backtrace.*Alexander Monakov5-6/+4
2013-09-11Build fixes for VS2013Nigel Stewart2-2/+3
2013-07-11Replace dynamic_cast with virtual functions.Nigel Stewart3-2/+23
2013-07-08Use consistent cpp logic for including backtrace.hJosé Fonseca1-3/+3
2013-07-08Resolve C4267 MS compiler warningsNigel Stewart3-5/+5
2013-07-08Delete the file object if the trace file could not be loaded due to being an ...Peter Lohrmann1-0/+2
2013-07-02common: Add platform #ifdefs for non-cmake build convenience.Nigel Stewart2-1/+7
2013-07-02Resolve some MS compiler warnings (in picky mode)Nigel Stewart3-5/+5
2013-06-17os: Ensure len is properly computed on all getProcessName code paths.José Fonseca1-6/+14
2013-06-17os: Improve String with more comments and checks.José Fonseca1-3/+31
2013-06-16Use rand() on windows.José Fonseca2-1/+14
2013-06-16Use skiplist-based FastCallSet within trace::CallSetCarl Worth4-14/+32
2013-06-16Rename trim::CallSet to trace::FastCallSetCarl Worth4-5/+299
2013-06-15Fix pre-processor logic.Vinjn Zhang1-1/+1
2013-06-13d3dretrace: Handle deferred d3d11 contexts better.José Fonseca1-0/+2
2013-06-12cli: Don't replace, but instead prepend the environment variable.José Fonseca1-0/+2
2013-06-01retrace: Don't try to recreate existing directories.José Fonseca1-3/+0
2013-05-28Merge branch 'libbacktrace'José Fonseca2-188/+135
2013-05-28common: Add copyright headers to trace_backtrace.hppJosé Fonseca1-0/+26
2013-05-28common: Fix C pre-processor logic.José Fonseca1-1/+1
2013-05-25retrace: Create snapshot directory if it does not exist.José Fonseca3-20/+35
2013-05-23Use libstdc++ demanglerAlexander Monakov1-0/+4
2013-05-23Remove GlibcBacktraceProviderAlexander Monakov1-112/+0
2013-05-23Switch to libbacktrace providerAlexander Monakov2-3/+3
2013-05-23Implement libbacktrace providerAlexander Monakov1-0/+92
2013-05-23Cleanup backtrace setup codeAlexander Monakov2-84/+21
2013-05-13Merge branch 'backtrace'José Fonseca13-20/+763
2013-05-13common: Cleanup backtrace.Alexander Monakov1-9/+4
2013-05-13Re-add backtrace_is_needed() call.José Fonseca1-1/+1
2013-05-13Fix Android build.Alexander Monakov1-1/+1
2013-05-10retrace: Join with runner threads before destroy runner objects.José Fonseca1-0/+10
2013-05-10os: Prevent app from redirecting log messages.José Fonseca2-2/+12
2013-05-10trace: Check process id also when the destructor is invoked.José Fonseca2-18/+24
2013-05-09Try to be robust against fork.José Fonseca3-2/+48
2013-05-06Use ids for frames.José Fonseca9-68/+124
2013-05-05Fix windows build.José Fonseca1-2/+2
2013-05-05Cleanup the backtrace representation.José Fonseca12-225/+122
2013-05-04Remove FunctionSig::backtrace member.José Fonseca6-18/+16
2013-05-04Backtrace via call detailEugene Velesevich13-22/+819
2013-04-23os: Be more concise with the semantics of os::abort.José Fonseca3-7/+10
2013-04-23os: Bring back the compiler TLS check.José Fonseca1-10/+4
2013-04-23os: Fallback to OS TLS when compiler does not support it (issue #120).José Fonseca2-13/+24
2013-04-23os: Simplify os::thread_specific_ptr.José Fonseca1-26/+15
2013-04-23Revert "Remove os::thread_specific_ptr"José Fonseca1-1/+80
2013-04-13gltrace,glretrace: A few more tweaks to (no) side-effects flags.José Fonseca1-4/+0
2013-04-12Fix sorting of callFlagTableCarl Worth1-3/+3
2013-04-12trim: Greatly expand the list of calls considered to have no side effectsCarl Worth1-0/+319
2013-04-11gui: Handle calls stranded between frames gracefully (issue #117).José Fonseca2-3/+14