summaryrefslogtreecommitdiffstats
path: root/lldb/source/Target/ThreadPlanTracer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Huge change to clean up types.Greg Clayton2013-07-111-3/+3
* <rdar://problem/11730263>Greg Clayton2013-03-281-2/+3
* Convert from the C-based LLVM Disassembler shim to the full MC Disassembler A...Jim Ingham2013-03-021-1/+1
* Fix Linux build warnings due to redefinition of macros:Daniel Malea2012-12-051-0/+2
* Bunch of cleanups for warnings found by the llvm static analyzer.Jim Ingham2012-10-121-3/+6
* <rdar://problem/11757916>Greg Clayton2012-08-291-0/+1
* Instructions generated by a disassembler can nowSean Callanan2012-08-011-5/+5
* <rdar://problem/11330621>Greg Clayton2012-05-101-2/+1
* <rdar://problem/10103468>Greg Clayton2012-02-241-1/+1
* Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptrGreg Clayton2012-02-211-14/+22
* We were leaking a stack frame in StackFrameList in Thread.cpp which couldGreg Clayton2011-08-121-41/+46
* Added the ability to remove orphaned module shared pointers from a ModuleList.Greg Clayton2011-08-111-4/+4
* Trivial fix - insert a space between the frame name and the instruction output.Jim Ingham2011-06-221-0/+1
* Reverting switch to the AsyncOutputStream for the Thread Trace Logger. This ...Jim Ingham2011-06-221-1/+1
* Replace direct uses of the Debugger's output stream withCaroline Tice2011-06-151-3/+7
* Added a way to resolve an load address from a target:Greg Clayton2011-05-181-40/+29
* Moved all code from ArchDefaultUnwindPlan and ArchVolatileRegs into theirGreg Clayton2011-05-111-1/+1
* Order of initialization lists.Stephen Wilson2011-04-111-2/+2
* Added the ability to get the min and max instruction byte size for Greg Clayton2011-03-261-1/+3
* Cleaned up the Disassembler code a bit more. You can now request a disassemblerGreg Clayton2011-03-251-3/+2
* Add the ability to disassemble "n" instructions from the current PC, or the f...Jim Ingham2011-03-221-2/+2
* Remove bzero use and replace with memset (patch from Kirk Beitz).Greg Clayton2011-02-041-1/+1
* A few of the issue I have been trying to track down and fix have been due toGreg Clayton2011-01-171-5/+4
* Fixed issues with RegisterContext classes and the subclasses. There wasGreg Clayton2011-01-061-34/+11
* Add a missing newline to the ThreadPlanAssemblyTracer output.Jim Ingham2010-11-171-1/+1
* Add a ThreadPlanAssemblyTracer that takes just a thread (since that's how we ...Jim Ingham2010-11-171-1/+15
* Modified the lldb_private::Type clang type resolving code to handle threeGreg Clayton2010-11-131-1/+1
* Added a thread plan tracer that prints lines ofSean Callanan2010-11-121-0/+205
* Add ThreadPlanTracer class to allow instruction step tracing of execution.Jim Ingham2010-11-111-0/+77
OpenPOWER on IntegriCloud