summaryrefslogtreecommitdiff
path: root/lldb/source/Target/ThreadPlanTracer.cpp
AgeCommit message (Expand)Author
2013-03-02Convert from the C-based LLVM Disassembler shim to the full MC Disassembler A...Jim Ingham
2012-12-05Fix Linux build warnings due to redefinition of macros:Daniel Malea
2012-10-12Bunch of cleanups for warnings found by the llvm static analyzer.Jim Ingham
2012-08-29<rdar://problem/11757916>Greg Clayton
2012-08-01Instructions generated by a disassembler can nowSean Callanan
2012-05-10<rdar://problem/11330621>Greg Clayton
2012-02-24<rdar://problem/10103468>Greg Clayton
2012-02-21Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptrGreg Clayton
2011-08-12We were leaking a stack frame in StackFrameList in Thread.cpp which couldGreg Clayton
2011-08-11Added the ability to remove orphaned module shared pointers from a ModuleList.Greg Clayton
2011-06-22Trivial fix - insert a space between the frame name and the instruction output.Jim Ingham
2011-06-22Reverting switch to the AsyncOutputStream for the Thread Trace Logger. This ...Jim Ingham
2011-06-15Replace direct uses of the Debugger's output stream withCaroline Tice
2011-05-18Added a way to resolve an load address from a target:Greg Clayton
2011-05-11Moved all code from ArchDefaultUnwindPlan and ArchVolatileRegs into theirGreg Clayton
2011-04-11Order of initialization lists.Stephen Wilson
2011-03-26Added the ability to get the min and max instruction byte size for Greg Clayton
2011-03-25Cleaned up the Disassembler code a bit more. You can now request a disassemblerGreg Clayton
2011-03-22Add the ability to disassemble "n" instructions from the current PC, or the f...Jim Ingham
2011-02-04Remove bzero use and replace with memset (patch from Kirk Beitz).Greg Clayton
2011-01-17A few of the issue I have been trying to track down and fix have been due toGreg Clayton
2011-01-06Fixed issues with RegisterContext classes and the subclasses. There wasGreg Clayton
2010-11-17Add a missing newline to the ThreadPlanAssemblyTracer output.Jim Ingham
2010-11-17Add a ThreadPlanAssemblyTracer that takes just a thread (since that's how we ...Jim Ingham
2010-11-13Modified the lldb_private::Type clang type resolving code to handle threeGreg Clayton
2010-11-12Added a thread plan tracer that prints lines ofSean Callanan
2010-11-11Add ThreadPlanTracer class to allow instruction step tracing of execution.Jim Ingham