summaryrefslogtreecommitdiff
path: root/lldb/source/Target/StackFrame.cpp
AgeCommit message (Expand)Author
2018-09-20Refactor FindVariable() core functionality into StackFrame out of SBFrameShafik Yaghmour
2018-08-07Move RegisterValue,Scalar,State from Core to UtilityPavel Labath
2018-06-26Change AddressClass type from 'enum' to 'enum class'.Tatyana Krasnukha
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2017-08-16Remove the DWARFExpression -> Clang ExpressionParser dependencyTamas Berghammer
2017-06-12Introduce new command: thread backtrace uniquePavel Labath
2017-06-08Fix backtrace of noreturn functions situated at the end of a modulePavel Labath
2017-05-12Rename Error -> Status.Zachary Turner
2017-04-12Teach SBFrame how to guess its language.Jim Ingham
2017-04-06iwyu fixes for lldbCore.Zachary Turner
2017-03-31DisassembleRange can return an empty DisassemblerSPJim Ingham
2017-03-31Add support for sythetic operator dereferenceTamas Berghammer
2017-03-02Fix various warnings. NFCZachary Turner
2017-02-28Fix incorrect logic in StackFrame::Disassemble.Zachary Turner
2016-11-21Fix a bug caught by adding LLVM_NODISCARD to StringRef.Zachary Turner
2016-11-17Fix warnings and errors introduced with UUID changes.Zachary Turner
2016-11-17Make GetValueForVariableExpression use StringRef.Zachary Turner
2016-11-16Don't allow direct access to StreamString's internal buffer.Zachary Turner
2016-11-12Make ValueObjectMemory::Create accept StringRefs.Zachary Turner
2016-10-05Make lldb -Werror clean on Windows.Zachary Turner
2016-09-29Introduced a null check to avoid a crash in a test on i386.Sean Callanan
2016-09-21Fix -Wcovered-switch-default warning in StackFrame.cppEd Maste
2016-09-21add stop column highlighting supportTodd Fiala
2016-09-14More cleanup in `frame diagnose,` eliminating a bunch of messy cases.Sean Callanan
2016-09-14Replaced two instances of std::function with auto.Sean Callanan
2016-09-14Cleaned up a little bit of redundant code in 'frame diagnose.`Sean Callanan
2016-09-14Cleaned up the code that handles function return addresses in "frame diagnose."Sean Callanan
2016-09-13Cleaned up some of the "frame diagnose" code to use Operands as currency.Sean Callanan
2016-09-12Fix about a dozen compile warningsIlia K
2016-09-08I'm experimenting with changing how the mixed source & assemblyJason Molenda
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-09-06Fix build breakage in r280692Pavel Labath
2016-09-06Added the "frame diagnose" command and use its output to make crash info better.Sean Callanan
2016-07-19Typo corrections identified by codespellEd Maste
2016-05-19second pass over removal of Mutex and ConditionSaleem Abdulrasool
2016-05-11Keep original source path and mapped path in LineEntryTed Woodward
2016-04-26When building the list of variables we're going to write "using $_lldb_local_...Jim Ingham
2016-04-25Fix StackFrame::GetVariables(...) function that was broken by 261858 when lam...Greg Clayton
2016-03-15Improve the 'type lookup' command such that it guesses to use the current's f...Enrico Granata
2016-02-26Add support for DW_OP_push_object_address in dwarf expressionsTamas Berghammer
2016-02-25Handle the case when a variable is only valid in part of the enclosing scopeTamas Berghammer
2016-02-18Fix Clang-tidy modernize-use-nullptr warnings in some files in source/Target;...Eugene Zelenko
2016-02-16Add -Wimplicit-fallthrough command line option to clang inJason Molenda
2016-02-02Fix a thinko in StackFrame::GetInScopeVariableList.Siva Chandra
2015-12-03[LLDB] Switch to assembly view if source is movedMohit K. Bhakkad
2015-11-19Fix up LLDB for a change in the way clang represents anonymous unions such th...Enrico Granata
2015-09-07Use eAddressClassCode for address lookup for opcodes for stack framesTamas Berghammer
2015-09-04Set the default language to use when evaluating to that of the frame's CU.Dawn Perchik
2015-08-24Final bit of type system cleanup that abstracts declaration contexts into lld...Greg Clayton
2015-08-18Fix resolution conflict between global and class static variables in C++Paul Herman