summaryrefslogtreecommitdiff
path: root/lldb/source/Target/StackFrame.cpp
AgeCommit message (Expand)Author
2015-05-29Don't #include "lldb-python.h" from anywhere.Zachary Turner
2015-02-26Remove duplicated code for synthetic array members.Bruce Mitchener
2015-02-13Change the default disassembly format again. First attempt atJason Molenda
2015-02-04Get rid of Debugger::FormatPrompt() and replace it with the new FormatEntity ...Greg Clayton
2014-11-08Fix a corner case with the handling of noreturn functions.Jason Molenda
2014-10-21Expose the type-info flags at the public API layer. These flags provide much ...Enrico Granata
2014-10-10Add a new disassembly-format specification so that the disassemblerJason Molenda
2014-10-02Add a mutex lock to StackFrame to protect race conditions forJason Molenda
2014-07-08Fix typos.Bruce Mitchener
2014-07-07Allow specification of no source display on stop.Todd Fiala
2014-04-02sanitise sign comparisonsSaleem Abdulrasool
2013-11-04Add new ivars to StackFrame so it can represent a stack collectedJason Molenda
2013-11-04Roll back the changes I made in r193907 which created a new FrameJason Molenda
2013-11-02Add a new base class, Frame. It is a pure virtual function whichJason Molenda
2013-10-18Mark the selected frame of the selected thread in backtraces.Jim Ingham
2013-07-11Huge change to clean up types.Greg Clayton
2013-05-23Add ${ansi.XX} parsing to lldb prompt, use-color setting, and -no-use-colors ...Michael Sartain
2013-04-29When lldb stops in a stack frame where we have source level information (file...Jason Molenda
2013-03-02Convert from the C-based LLVM Disassembler shim to the full MC Disassembler A...Jim Ingham
2013-02-26Backed out a hacky fix that is no longer needed.Greg Clayton
2013-02-23<rdar://problem/13265297> Greg Clayton
2013-02-21Fixed a case where a stack frame could lose trackSean Callanan
2012-12-06<rdar://problem/12560257>Greg Clayton
2012-12-05Fix Linux build warnings due to redefinition of macros:Daniel Malea
2012-11-29Resolve printf formatting warnings on Linux:Daniel Malea
2012-11-29<rdar://problem/12445557>Greg Clayton
2012-09-01Initial check-in of "fancy" inlined stepping. Doesn't do anything useful unl...Jim Ingham
2012-08-29<rdar://problem/11757916>Greg Clayton
2012-08-22Reimplemented the code that backed the "settings" in lldb. There were many is...Greg Clayton
2012-07-14<rdar://problem/11870357>Greg Clayton
2012-07-11<rdar://problem/11852100>Greg Clayton
2012-03-19Massive enumeration name changes: a number of enums in ValueObject were not f...Enrico Granata
2012-03-08Updated the revision of LLVM/Clang used by LLDB.Sean Callanan
2012-02-24<rdar://problem/10103468>Greg Clayton
2012-02-21Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptrGreg Clayton
2012-02-18The second part in thread hardening the internals of LLDB where we makeGreg Clayton
2012-01-29Switching back to using std::tr1::shared_ptr. We originally switched awayGreg Clayton
2011-11-21Many GDB users always want to display disassembly when they stop by using Greg Clayton
2011-09-26Added more functionality to the public API to allow for betterGreg Clayton
2011-09-22Converted the lldb_private::Process over to use the intrusiveGreg Clayton
2011-09-20Change Error::SetErrorStringWithFormat() prototype to use anJason Molenda
2011-09-17Adopt the intrusive pointers in:Greg Clayton
2011-09-17Removed the function:Greg Clayton
2011-09-08Move the SourceManager from the Debugger to the Target. That way it can stor...Jim Ingham
2011-08-19Taking care of an issue with using lldb_private types in SBCommandInterpreter...Enrico Granata
2011-08-19- Now using ${var} as the summary for an aggregate type will produce "name-of...Enrico Granata
2011-08-11Fixed an issue where a pointer's address was being logged instead of its valueEnrico Granata
2011-08-09Basic support for reading synthetic children by index:Enrico Granata
2011-08-02Fixed an issue where StackFrame::GetValueForVariableExpressionPath(...)Greg Clayton
2011-07-19The implementation of categories is now synchronization safeEnrico Granata