summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2013-12-10apitrace trim: Remove memory leak in FastCallRange objectsLawrence L Love2-27/+75
2013-12-10apitrace: Allow multiple --calls and/or --frames input optionsLawrence L Love2-4/+15
2013-11-29d3dretrace: Add flags for D3D8 calls.José Fonseca1-0/+14
2013-10-29common: Conditionally compile-out os::log (issue #164).Nigel Stewart2-0/+4
2013-10-14gui: Group on glPush/PopGroupMarkerEXT too.José Fonseca1-0/+2
2013-10-11Implement grouping of calls.Zack Rusin2-3/+10
2013-09-20backtrace: Allow to build without libbacktrace.José Fonseca2-48/+26
2013-09-20os: Fix missing os::dump_backtrace symbol in Android builds.José Fonseca1-0/+4
2013-09-20common: dump backtrace on signalsAlexander Monakov3-12/+112
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