summaryrefslogtreecommitdiffstats
path: root/lldb/source/Target/StackFrame.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix PC adjustment in StackFrame::GetSymbolContextJoseph Tremoulet2019-08-021-12/+18
* [Symbol] Use llvm::Expected when getting TypeSystemsAlex Langford2019-07-301-4/+8
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-4/+0
* Fix a crasher in StackFrame::GetValueForVariableExpressionPath()Greg Clayton2019-03-111-1/+6
* Bring Doxygen comment syntax in sync with LLVM coding style.Adrian Prantl2019-03-111-7/+7
* Use std::make_shared in LLDB (NFC)Jonas Devlieghere2019-02-111-2/+4
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Simplify Boolean expressionsJonas Devlieghere2018-12-151-2/+2
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* [lldb] Introduce StackFrameRecognizer [take 3]Kuba Mracek2018-10-311-3/+15
* Revert r345686 due to build failuresKuba Mracek2018-10-311-15/+3
* [lldb] Introduce StackFrameRecognizer [take 2]Kuba Mracek2018-10-311-3/+15
* Revert r345678 (build failure on Linux machines).Kuba Mracek2018-10-311-15/+3
* [lldb] Introduce StackFrameRecognizerKuba Mracek2018-10-311-3/+15
* Don't type-erase the SymbolContextItem enumeration.Zachary Turner2018-10-251-2/+5
* Add support for artificial tail call framesVedant Kumar2018-10-051-18/+22
* Refactor FindVariable() core functionality into StackFrame out of SBFrameShafik Yaghmour2018-09-201-0/+35
* Move RegisterValue,Scalar,State from Core to UtilityPavel Labath2018-08-071-1/+1
* Change AddressClass type from 'enum' to 'enum class'.Tatyana Krasnukha2018-06-261-1/+1
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-80/+72
* Remove the DWARFExpression -> Clang ExpressionParser dependencyTamas Berghammer2017-08-161-2/+2
* Introduce new command: thread backtrace uniquePavel Labath2017-06-121-6/+10
* Fix backtrace of noreturn functions situated at the end of a modulePavel Labath2017-06-081-1/+2
* Rename Error -> Status.Zachary Turner2017-05-121-9/+9
* Teach SBFrame how to guess its language.Jim Ingham2017-04-121-3/+8
* iwyu fixes for lldbCore.Zachary Turner2017-04-061-0/+1
* DisassembleRange can return an empty DisassemblerSPJim Ingham2017-03-311-1/+1
* Add support for sythetic operator dereferenceTamas Berghammer2017-03-311-2/+25
* Fix various warnings. NFCZachary Turner2017-03-021-1/+1
* Fix incorrect logic in StackFrame::Disassemble.Zachary Turner2017-02-281-11/+13
* Fix a bug caught by adding LLVM_NODISCARD to StringRef.Zachary Turner2016-11-211-1/+1
* Fix warnings and errors introduced with UUID changes.Zachary Turner2016-11-171-6/+8
* Make GetValueForVariableExpression use StringRef.Zachary Turner2016-11-171-546/+523
* Don't allow direct access to StreamString's internal buffer.Zachary Turner2016-11-161-29/+29
* Make ValueObjectMemory::Create accept StringRefs.Zachary Turner2016-11-121-1/+1
* Make lldb -Werror clean on Windows.Zachary Turner2016-10-051-0/+1
* Introduced a null check to avoid a crash in a test on i386.Sean Callanan2016-09-291-0/+4
* Fix -Wcovered-switch-default warning in StackFrame.cppEd Maste2016-09-211-2/+0
* add stop column highlighting supportTodd Fiala2016-09-211-1/+2
* More cleanup in `frame diagnose,` eliminating a bunch of messy cases.Sean Callanan2016-09-141-60/+20
* Replaced two instances of std::function with auto.Sean Callanan2016-09-141-4/+3
* Cleaned up a little bit of redundant code in 'frame diagnose.`Sean Callanan2016-09-141-11/+19
* Cleaned up the code that handles function return addresses in "frame diagnose."Sean Callanan2016-09-141-18/+33
* Cleaned up some of the "frame diagnose" code to use Operands as currency.Sean Callanan2016-09-131-13/+11
* Fix about a dozen compile warningsIlia K2016-09-121-5/+6
* I'm experimenting with changing how the mixed source & assemblyJason Molenda2016-09-081-9/+9
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-1965/+1715
* Fix build breakage in r280692Pavel Labath2016-09-061-1/+1
* Added the "frame diagnose" command and use its output to make crash info better.Sean Callanan2016-09-061-0/+583
* Typo corrections identified by codespellEd Maste2016-07-191-1/+1
OpenPOWER on IntegriCloud