summaryrefslogtreecommitdiffstats
path: root/lldb/include/lldb/Target/StackFrame.h
Commit message (Expand)AuthorAgeFilesLines
* [LLDB] Fix a bunch of -Wdocumentation warningsJonas Devlieghere2019-11-131-8/+6
* Fix PC adjustment in StackFrame::GetSymbolContextJoseph Tremoulet2019-08-021-3/+12
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-60/+0
* Bring Doxygen comment syntax in sync with LLVM coding style.Adrian Prantl2019-03-111-62/+62
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* [lldb] Introduce StackFrameRecognizer [take 3]Kuba Mracek2018-10-311-0/+3
* Revert r345686 due to build failuresKuba Mracek2018-10-311-3/+0
* [lldb] Introduce StackFrameRecognizer [take 2]Kuba Mracek2018-10-311-0/+3
* Revert r345678 (build failure on Linux machines).Kuba Mracek2018-10-311-3/+0
* [lldb] Introduce StackFrameRecognizerKuba Mracek2018-10-311-0/+3
* Don't type-erase the SymbolContextItem enumeration.Zachary Turner2018-10-251-1/+1
* Add support for artificial tail call framesVedant Kumar2018-10-051-28/+38
* Refactor FindVariable() core functionality into StackFrame out of SBFrameShafik Yaghmour2018-09-201-0/+15
* Move RegisterValue,Scalar,State from Core to UtilityPavel Labath2018-08-071-1/+1
* Enable AUTOBRIEF in doxygen configuration.Adrian Prantl2018-05-021-38/+39
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-2/+1
* Introduce new command: thread backtrace uniquePavel Labath2017-06-121-2/+9
* Rename Error -> Status.Zachary Turner2017-05-121-5/+5
* Move many other files from Core -> Utility.Zachary Turner2017-03-061-1/+1
* Remove dependencies from Utility to Core and Target.Zachary Turner2017-02-141-1/+2
* Move classes from Core -> Utility.Zachary Turner2017-02-021-2/+2
* Make GetValueForVariableExpression use StringRef.Zachary Turner2016-11-171-1/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-542/+504
* Added the "frame diagnose" command and use its output to make crash info better.Sean Callanan2016-09-061-2/+48
* second pass over removal of Mutex and ConditionSaleem Abdulrasool2016-05-191-1/+2
* When building the list of variables we're going to write "using $_lldb_local_...Jim Ingham2016-04-261-1/+1
* Improve the 'type lookup' command such that it guesses to use the current's f...Enrico Granata2016-03-151-0/+5
* Fix up LLDB for a change in the way clang represents anonymous unions such th...Enrico Granata2015-11-191-5/+6
* Fix Clang-tidy modernize-use-nullptr warnings in remaining files in include/l...Eugene Zelenko2015-10-291-6/+9
* Set the default language to use when evaluating to that of the frame's CU.Dawn Perchik2015-09-041-0/+10
* Fix Clang-tidy misc-use-override warnings in include/lldb/Utility and some fi...Pavel Labath2015-08-181-11/+11
* Add a mutex lock to StackFrame to protect race conditions forJason Molenda2014-10-021-0/+1
* Fix typos.Bruce Mitchener2014-07-011-3/+3
* Add new ivars to StackFrame so it can represent a stack collectedJason Molenda2013-11-041-24/+343
* Roll back the changes I made in r193907 which created a new FrameJason Molenda2013-11-041-53/+45
* Add a new base class, Frame. It is a pure virtual function whichJason Molenda2013-11-021-45/+53
* Mark the selected frame of the selected thread in backtraces.Jim Ingham2013-10-181-2/+3
* After discussing with Chris Lattner, we require C++11, so lets get rid of the...Greg Clayton2013-04-181-1/+1
* Initial check-in of "fancy" inlined stepping. Doesn't do anything useful unl...Jim Ingham2012-09-011-4/+1
* <rdar://problem/11870357>Greg Clayton2012-07-141-1/+2
* <rdar://problem/11852100>Greg Clayton2012-07-111-3/+1
* <rdar://problem/10434005>Greg Clayton2012-03-141-1/+1
* The second part in thread hardening the internals of LLDB where we makeGreg Clayton2012-02-181-21/+20
* Switching back to using std::tr1::shared_ptr. We originally switched awayGreg Clayton2012-01-291-4/+1
* Adopt the intrusive pointers in:Greg Clayton2011-09-171-0/+1
* Fixing commas in enums (build breaker on GCC) as reported by Filipe CabecinhasEnrico Granata2011-08-231-1/+1
* - Now using ${var} as the summary for an aggregate type will produce "name-of...Enrico Granata2011-08-191-3/+4
* Basic support for reading synthetic children by index:Enrico Granata2011-08-091-2/+3
* Fixed an issue where StackFrame::GetValueForVariableExpressionPath(...)Greg Clayton2011-08-021-0/+3
OpenPOWER on IntegriCloud