summaryrefslogtreecommitdiffstats
path: root/lldb/source/Target/StackFrame.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
* second pass over removal of Mutex and ConditionSaleem Abdulrasool2016-05-191-103/+87
* Keep original source path and mapped path in LineEntryTed Woodward2016-05-111-8/+1
* When building the list of variables we're going to write "using $_lldb_local_...Jim Ingham2016-04-261-2/+5
* Fix StackFrame::GetVariables(...) function that was broken by 261858 when lam...Greg Clayton2016-04-251-1/+1
* Improve the 'type lookup' command such that it guesses to use the current's f...Enrico Granata2016-03-151-1/+19
* Add support for DW_OP_push_object_address in dwarf expressionsTamas Berghammer2016-02-261-2/+9
* Handle the case when a variable is only valid in part of the enclosing scopeTamas Berghammer2016-02-251-1/+6
* Fix Clang-tidy modernize-use-nullptr warnings in some files in source/Target;...Eugene Zelenko2016-02-181-64/+47
* Add -Wimplicit-fallthrough command line option to clang inJason Molenda2016-02-161-3/+3
OpenPOWER on IntegriCloud