summaryrefslogtreecommitdiff
path: root/common/trace_dump.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-09-26trace: Serialize wide-strings properly.José Fonseca1-4/+15
2014-05-28common: Avoid repeated and unnecessary creation/destruction of highlighter at...José Fonseca1-26/+17
2014-05-27common: Rename formatter.hpp -> highlight.hpp.José Fonseca1-18/+18
2014-05-15cli,retrace: Use @nn notation for threads.José Fonseca1-0/+3
2013-09-20common: carve out RawStackFrame::dumpAlexander Monakov1-17/+1
2013-07-11Replace dynamic_cast with virtual functions.Nigel Stewart1-1/+1
2013-05-06Use ids for frames.José Fonseca1-1/+1
2013-05-05Cleanup the backtrace representation.José Fonseca1-20/+14
2013-05-04Backtrace via call detailEugene Velesevich1-0/+37
2012-11-20dump: Pretty print anonymous structure members.José Fonseca1-5/+23
2012-05-14Use appropriate number of digits when dumping floating point numbers.José Fonseca1-0/+6
2012-05-02Highlight NULL as a literal.José Fonseca1-1/+1
2012-04-27Preserve both D3D9 shader byte code, and disassembly.José Fonseca1-0/+4
2012-04-23Handle zero valued bitmask flags.José Fonseca1-0/+1
2012-03-16Diff with symbolic names.José Fonseca1-7/+8
2012-01-28Add simple CPU profiling support to glretrace.Ryan C. Gordon1-1/+4
2012-01-27Correctly copy "out" arguments to the "leave" portion of the traceCarl Worth1-2/+2
2011-12-12Fix name clash & typo on dump flags.José Fonseca1-9/+9
2011-12-11Move trace dumping to a separate module. Add option to not dump arg names.José Fonseca1-0/+260