summaryrefslogtreecommitdiffstats
path: root/lldb/source/Target/StackFrame.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix a thinko in StackFrame::GetInScopeVariableList.Siva Chandra2016-02-021-1/+1
* [LLDB] Switch to assembly view if source is movedMohit K. Bhakkad2015-12-031-4/+13
* Fix up LLDB for a change in the way clang represents anonymous unions such th...Enrico Granata2015-11-191-3/+35
* Use eAddressClassCode for address lookup for opcodes for stack framesTamas Berghammer2015-09-071-1/+1
* Set the default language to use when evaluating to that of the frame's CU.Dawn Perchik2015-09-041-0/+9
* Final bit of type system cleanup that abstracts declaration contexts into lld...Greg Clayton2015-08-241-9/+9
* Fix resolution conflict between global and class static variables in C++Paul Herman2015-08-181-1/+1
* Don't #include "lldb-python.h" from anywhere.Zachary Turner2015-05-291-2/+0
* 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
OpenPOWER on IntegriCloud