aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Target/StackFrame.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-09-12Fix about a dozen compile warningsIlia K1-5/+6
2016-09-08I'm experimenting with changing how the mixed source & assemblyJason Molenda1-9/+9
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone1-1965/+1715
2016-09-06Fix build breakage in r280692Pavel Labath1-1/+1
2016-09-06Added the "frame diagnose" command and use its output to make crash info better.Sean Callanan1-0/+583
2016-07-19Typo corrections identified by codespellEd Maste1-1/+1
2016-05-19second pass over removal of Mutex and ConditionSaleem Abdulrasool1-103/+87
2016-05-11Keep original source path and mapped path in LineEntryTed Woodward1-8/+1
2016-04-26When building the list of variables we're going to write "using $_lldb_local_...Jim Ingham1-2/+5
2016-04-25Fix StackFrame::GetVariables(...) function that was broken by 261858 when lam...Greg Clayton1-1/+1
2016-03-15Improve the 'type lookup' command such that it guesses to use the current's f...Enrico Granata1-1/+19
2016-02-26Add support for DW_OP_push_object_address in dwarf expressionsTamas Berghammer1-2/+9
2016-02-25Handle the case when a variable is only valid in part of the enclosing scopeTamas Berghammer1-1/+6
2016-02-18Fix Clang-tidy modernize-use-nullptr warnings in some files in source/Target;...Eugene Zelenko1-64/+47
2016-02-16Add -Wimplicit-fallthrough command line option to clang inJason Molenda1-3/+3
2016-02-02Fix a thinko in StackFrame::GetInScopeVariableList.Siva Chandra1-1/+1
2015-12-03[LLDB] Switch to assembly view if source is movedMohit K. Bhakkad1-4/+13
2015-11-19Fix up LLDB for a change in the way clang represents anonymous unions such th...Enrico Granata1-3/+35
2015-09-07Use eAddressClassCode for address lookup for opcodes for stack framesTamas Berghammer1-1/+1
2015-09-04Set the default language to use when evaluating to that of the frame's CU.Dawn Perchik1-0/+9
2015-08-24Final bit of type system cleanup that abstracts declaration contexts into lld...Greg Clayton1-9/+9
2015-08-18Fix resolution conflict between global and class static variables in C++Paul Herman1-1/+1
2015-05-29Don't #include "lldb-python.h" from anywhere.Zachary Turner1-2/+0
2015-02-26Remove duplicated code for synthetic array members.Bruce Mitchener1-1/+1
2015-02-13Change the default disassembly format again. First attempt atJason Molenda1-1/+3
2015-02-04Get rid of Debugger::FormatPrompt() and replace it with the new FormatEntity ...Greg Clayton1-2/+3
2014-11-08Fix a corner case with the handling of noreturn functions.Jason Molenda1-0/+24
2014-10-21Expose the type-info flags at the public API layer. These flags provide much ...Enrico Granata1-2/+2
2014-10-10Add a new disassembly-format specification so that the disassemblerJason Molenda1-1/+3
2014-10-02Add a mutex lock to StackFrame to protect race conditions forJason Molenda1-3/+20
2014-07-08Fix typos.Bruce Mitchener1-1/+1
2014-07-07Allow specification of no source display on stop.Todd Fiala1-5/+4
2014-04-02sanitise sign comparisonsSaleem Abdulrasool1-2/+2
2013-11-04Add new ivars to StackFrame so it can represent a stack collectedJason Molenda1-1/+48
2013-11-04Roll back the changes I made in r193907 which created a new FrameJason Molenda1-35/+37
2013-11-02Add a new base class, Frame. It is a pure virtual function whichJason Molenda1-37/+35
2013-10-18Mark the selected frame of the selected thread in backtraces.Jim Ingham1-3/+8
2013-07-11Huge change to clean up types.Greg Clayton1-13/+13
2013-05-23Add ${ansi.XX} parsing to lldb prompt, use-color setting, and -no-use-colors ...Michael Sartain1-2/+1
2013-04-29When lldb stops in a stack frame where we have source level information (file...Jason Molenda1-5/+3
2013-03-02Convert from the C-based LLVM Disassembler shim to the full MC Disassembler A...Jim Ingham1-2/+8
2013-02-26Backed out a hacky fix that is no longer needed.Greg Clayton1-3/+0
2013-02-23<rdar://problem/13265297> Greg Clayton1-1/+1
2013-02-21Fixed a case where a stack frame could lose trackSean Callanan1-0/+5
2012-12-06<rdar://problem/12560257>Greg Clayton1-1/+5
2012-12-05Fix Linux build warnings due to redefinition of macros:Daniel Malea1-0/+2
2012-11-29Resolve printf formatting warnings on Linux:Daniel Malea1-1/+1
2012-11-29<rdar://problem/12445557>Greg Clayton1-13/+23
2012-09-01Initial check-in of "fancy" inlined stepping. Doesn't do anything useful unl...Jim Ingham1-0/+10
2012-08-29<rdar://problem/11757916>Greg Clayton1-0/+3