summaryrefslogtreecommitdiffstats
path: root/lldb/source/Target/StackFrame.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove duplicated code for synthetic array members.Bruce Mitchener2015-02-261-1/+1
* Change the default disassembly format again. First attempt atJason Molenda2015-02-131-1/+3
* Get rid of Debugger::FormatPrompt() and replace it with the new FormatEntity ...Greg Clayton2015-02-041-2/+3
* Fix a corner case with the handling of noreturn functions.Jason Molenda2014-11-081-0/+24
* Expose the type-info flags at the public API layer. These flags provide much ...Enrico Granata2014-10-211-2/+2
* Add a new disassembly-format specification so that the disassemblerJason Molenda2014-10-101-1/+3
* Add a mutex lock to StackFrame to protect race conditions forJason Molenda2014-10-021-3/+20
* Fix typos.Bruce Mitchener2014-07-081-1/+1
* Allow specification of no source display on stop.Todd Fiala2014-07-071-5/+4
* sanitise sign comparisonsSaleem Abdulrasool2014-04-021-2/+2
* Add new ivars to StackFrame so it can represent a stack collectedJason Molenda2013-11-041-1/+48
* Roll back the changes I made in r193907 which created a new FrameJason Molenda2013-11-041-35/+37
* Add a new base class, Frame. It is a pure virtual function whichJason Molenda2013-11-021-37/+35
* Mark the selected frame of the selected thread in backtraces.Jim Ingham2013-10-181-3/+8
* Huge change to clean up types.Greg Clayton2013-07-111-13/+13
* Add ${ansi.XX} parsing to lldb prompt, use-color setting, and -no-use-colors ...Michael Sartain2013-05-231-2/+1
* When lldb stops in a stack frame where we have source level information (file...Jason Molenda2013-04-291-5/+3
* Convert from the C-based LLVM Disassembler shim to the full MC Disassembler A...Jim Ingham2013-03-021-2/+8
* Backed out a hacky fix that is no longer needed.Greg Clayton2013-02-261-3/+0
* <rdar://problem/13265297> Greg Clayton2013-02-231-1/+1
* Fixed a case where a stack frame could lose trackSean Callanan2013-02-211-0/+5
* <rdar://problem/12560257>Greg Clayton2012-12-061-1/+5
* Fix Linux build warnings due to redefinition of macros:Daniel Malea2012-12-051-0/+2
* Resolve printf formatting warnings on Linux:Daniel Malea2012-11-291-1/+1
* <rdar://problem/12445557>Greg Clayton2012-11-291-13/+23
* Initial check-in of "fancy" inlined stepping. Doesn't do anything useful unl...Jim Ingham2012-09-011-0/+10
* <rdar://problem/11757916>Greg Clayton2012-08-291-0/+3
* Reimplemented the code that backed the "settings" in lldb. There were many is...Greg Clayton2012-08-221-4/+4
* <rdar://problem/11870357>Greg Clayton2012-07-141-11/+52
* <rdar://problem/11852100>Greg Clayton2012-07-111-43/+48
* Massive enumeration name changes: a number of enums in ValueObject were not f...Enrico Granata2012-03-191-3/+7
* Updated the revision of LLVM/Clang used by LLDB.Sean Callanan2012-03-081-6/+16
* <rdar://problem/10103468>Greg Clayton2012-02-241-18/+11
* Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptrGreg Clayton2012-02-211-1/+1
* The second part in thread hardening the internals of LLDB where we makeGreg Clayton2012-02-181-74/+113
* Switching back to using std::tr1::shared_ptr. We originally switched awayGreg Clayton2012-01-291-16/+6
* Many GDB users always want to display disassembly when they stop by using Greg Clayton2011-11-211-11/+54
* Added more functionality to the public API to allow for betterGreg Clayton2011-09-261-29/+20
* Converted the lldb_private::Process over to use the intrusiveGreg Clayton2011-09-221-1/+1
* Change Error::SetErrorStringWithFormat() prototype to use anJason Molenda2011-09-201-8/+8
* Adopt the intrusive pointers in:Greg Clayton2011-09-171-25/+27
* Removed the function:Greg Clayton2011-09-171-2/+2
* Move the SourceManager from the Debugger to the Target. That way it can stor...Jim Ingham2011-09-081-2/+1
* Taking care of an issue with using lldb_private types in SBCommandInterpreter...Enrico Granata2011-08-191-1/+1
* - Now using ${var} as the summary for an aggregate type will produce "name-of...Enrico Granata2011-08-191-7/+25
* Fixed an issue where a pointer's address was being logged instead of its valueEnrico Granata2011-08-111-15/+20
* Basic support for reading synthetic children by index:Enrico Granata2011-08-091-11/+79
* Fixed an issue where StackFrame::GetValueForVariableExpressionPath(...)Greg Clayton2011-08-021-1/+32
* The implementation of categories is now synchronization safeEnrico Granata2011-07-191-3/+3
* Fixed some issues with ARM backtraces by not processing any push/pop Greg Clayton2011-07-061-4/+3
OpenPOWER on IntegriCloud