aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectFrame.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone1-675/+614
2016-09-06Fixing an MSVC error from rL280692Dimitar Vlahovski1-1/+1
2016-09-06Added the "frame diagnose" command and use its output to make crash info better.Sean Callanan1-0/+203
2016-08-26Tables of command options in LLDB benefit from hand-formatting to make itKate Stone1-2/+4
2016-08-11Decoupled Options from CommandInterpreter.Todd Fiala1-10/+14
2016-07-14LLDB help content has accumulated over time without a recent attempt toKate Stone1-48/+36
2016-07-01Added support for thread local variables on all Apple OS variants.Greg Clayton1-0/+4
2016-06-09Fix "frame variable" to show all variables defined in functions and any conta...Greg Clayton1-5/+6
2016-02-19Fix Clang-tidy modernize-use-nullptr and modernize-use-default warnings in so...Eugene Zelenko1-66/+48
2015-12-22Improve error handling for `frame select` command when there are too many arg...Adrian McCarthy1-1/+3
2015-11-19Fix up LLDB for a change in the way clang represents anonymous unions such th...Enrico Granata1-1/+2
2015-10-07commands: Use override instead of virtual.Bruce Mitchener1-20/+16
2015-10-07Route the preferred-display-language mechanism to the ValueObjectPrinter and ...Enrico Granata1-0/+2
2015-09-30Introudce a IsTopLevelFunction() API on Language and FunctionEnrico Granata1-0/+5
2015-08-11ClangASTType is now CompilerType.Greg Clayton1-1/+1
2015-06-18Fix a variety of typos.Bruce Mitchener1-1/+1
2015-05-29Don't #include "lldb-python.h" from anywhere.Zachary Turner1-2/+0
2015-05-27Add support for custom commands to set flags on themselvesEnrico Granata1-15/+15
2015-02-11Introduce the notion of "runtime support values"Enrico Granata1-4/+12
2015-01-15Moved Args::StringToXIntYZ to StringConvert::ToXIntYZVince Harron1-2/+3
2014-08-11Fix some typos:Sylvestre Ledru1-1/+1
2014-07-09Revert "Fix broken tests due to new error output."Zachary Turner1-2/+2
2014-07-08Fix broken tests due to new error output.Todd Fiala1-2/+2
2014-07-03Adds the notion of an OptionValidator.Zachary Turner1-2/+2
2014-04-02sanitise sign comparisonsSaleem Abdulrasool1-2/+2
2013-11-05Give a better error when the index argument for “frame select” can’t be...Jim Ingham1-1/+8
2013-11-04Roll back the changes I made in r193907 which created a new FrameJason Molenda1-4/+4
2013-11-02Add a new base class, Frame. It is a pure virtual function whichJason Molenda1-4/+4
2013-09-30<rdar://problem/14393032>Enrico Granata1-10/+5
2013-09-05Add OptionParser.hVirgile Bello1-1/+1
2013-05-14A first pass at auto completion for variables and their children. This is cur...Greg Clayton1-0/+26
2013-03-26Our commands that end up displaying a ValueObject as part of their workflow u...Enrico Granata1-16/+1
2013-02-21If you sayEnrico Granata1-1/+2
2013-01-31Add "thread return -x" to unwind the innermost user called expression (if you...Jim Ingham1-23/+9
2013-01-28<rdar://problem/12978143>Enrico Granata1-1/+1
2013-01-25<rdar://problem/13069948>Greg Clayton1-4/+4
2013-01-09Expanded the flags that can be set for a command object in lldb_private::Comm...Greg Clayton1-106/+91
2012-12-05Fix Linux build warnings due to redefinition of macros:Daniel Malea1-0/+2
2012-12-04<rdar://problem/12798131> Greg Clayton1-1/+1
2012-10-10Change the Thread constructor over to take a Process& rather than a ProcessSP...Jim Ingham1-2/+3
2012-09-11Change the NULL to a 0 since we need a uint32_tFilipe Cabecinhas1-1/+1
2012-08-09<rdar://problem/11578397> Adding a new --summary-string option for the frame ...Enrico Granata1-2/+4
2012-07-14<rdar://problem/11870357>Greg Clayton1-1/+2
2012-07-11<rdar://problem/11852100>Greg Clayton1-8/+1
2012-06-08Make raw & parsed commands subclasses of CommandObject rather than having the...Jim Ingham1-31/+29
2012-03-19Massive enumeration name changes: a number of enums in ValueObject were not f...Enrico Granata1-1/+1
2012-03-011) solving a bug where, after Jim's fixes to stack frames, synthetic children...Enrico Granata1-16/+13
2012-02-29Make the StackFrameList::GetFrameAtIndex only fetch as many stack frames as n...Jim Ingham1-3/+5
2012-02-18The second part in thread hardening the internals of LLDB where we makeGreg Clayton1-2/+3
2012-02-15<rdar://problem/10062621>Enrico Granata1-1/+1