summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectFrame.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix Clang-tidy modernize-use-nullptr and modernize-use-default warnings in so...Eugene Zelenko2016-02-191-66/+48
* Improve error handling for `frame select` command when there are too many arg...Adrian McCarthy2015-12-221-1/+3
* Fix up LLDB for a change in the way clang represents anonymous unions such th...Enrico Granata2015-11-191-1/+2
* commands: Use override instead of virtual.Bruce Mitchener2015-10-071-20/+16
* Route the preferred-display-language mechanism to the ValueObjectPrinter and ...Enrico Granata2015-10-071-0/+2
* Introudce a IsTopLevelFunction() API on Language and FunctionEnrico Granata2015-09-301-0/+5
* ClangASTType is now CompilerType.Greg Clayton2015-08-111-1/+1
* Fix a variety of typos.Bruce Mitchener2015-06-181-1/+1
* Don't #include "lldb-python.h" from anywhere.Zachary Turner2015-05-291-2/+0
* Add support for custom commands to set flags on themselvesEnrico Granata2015-05-271-15/+15
* Introduce the notion of "runtime support values"Enrico Granata2015-02-111-4/+12
* Moved Args::StringToXIntYZ to StringConvert::ToXIntYZVince Harron2015-01-151-2/+3
* Fix some typos:Sylvestre Ledru2014-08-111-1/+1
* Revert "Fix broken tests due to new error output."Zachary Turner2014-07-091-2/+2
* Fix broken tests due to new error output.Todd Fiala2014-07-081-2/+2
* Adds the notion of an OptionValidator.Zachary Turner2014-07-031-2/+2
* sanitise sign comparisonsSaleem Abdulrasool2014-04-021-2/+2
* Give a better error when the index argument for “frame select” can’t be...Jim Ingham2013-11-051-1/+8
* Roll back the changes I made in r193907 which created a new FrameJason Molenda2013-11-041-4/+4
* Add a new base class, Frame. It is a pure virtual function whichJason Molenda2013-11-021-4/+4
* <rdar://problem/14393032>Enrico Granata2013-09-301-10/+5
* Add OptionParser.hVirgile Bello2013-09-051-1/+1
* A first pass at auto completion for variables and their children. This is cur...Greg Clayton2013-05-141-0/+26
* Our commands that end up displaying a ValueObject as part of their workflow u...Enrico Granata2013-03-261-16/+1
* If you sayEnrico Granata2013-02-211-1/+2
* Add "thread return -x" to unwind the innermost user called expression (if you...Jim Ingham2013-01-311-23/+9
* <rdar://problem/12978143>Enrico Granata2013-01-281-1/+1
* <rdar://problem/13069948>Greg Clayton2013-01-251-4/+4
* Expanded the flags that can be set for a command object in lldb_private::Comm...Greg Clayton2013-01-091-106/+91
* Fix Linux build warnings due to redefinition of macros:Daniel Malea2012-12-051-0/+2
* <rdar://problem/12798131> Greg Clayton2012-12-041-1/+1
* Change the Thread constructor over to take a Process& rather than a ProcessSP...Jim Ingham2012-10-101-2/+3
* Change the NULL to a 0 since we need a uint32_tFilipe Cabecinhas2012-09-111-1/+1
* <rdar://problem/11578397> Adding a new --summary-string option for the frame ...Enrico Granata2012-08-091-2/+4
* <rdar://problem/11870357>Greg Clayton2012-07-141-1/+2
* <rdar://problem/11852100>Greg Clayton2012-07-111-8/+1
* Make raw & parsed commands subclasses of CommandObject rather than having the...Jim Ingham2012-06-081-31/+29
* Massive enumeration name changes: a number of enums in ValueObject were not f...Enrico Granata2012-03-191-1/+1
* 1) solving a bug where, after Jim's fixes to stack frames, synthetic children...Enrico Granata2012-03-011-16/+13
* Make the StackFrameList::GetFrameAtIndex only fetch as many stack frames as n...Jim Ingham2012-02-291-3/+5
* The second part in thread hardening the internals of LLDB where we makeGreg Clayton2012-02-181-2/+3
* <rdar://problem/10062621>Enrico Granata2012-02-151-1/+1
* Remove the functionality of using 'frame variable -w' to set a watchpoint now...Johnny Chen2012-02-141-73/+1
* After discussions with Jim and Greg, modify the 'watchpoint set' command to b...Johnny Chen2012-02-081-2/+2
* Clarify the 'frame variable' help message regarding the watchpoint functional...Johnny Chen2012-02-081-1/+4
* Add help string for 'frame variable' to link to 'watchpoint set' which allows...Johnny Chen2012-02-061-1/+3
* Fixed formats being able to be applied recursively when using:Greg Clayton2012-01-261-9/+12
* Added support for the new ".apple_objc" accelerator tables. These tables areGreg Clayton2011-10-271-1/+1
* Cleaned up many error codes. For any who is filling in error strings intoGreg Clayton2011-10-261-2/+2
* Updated all commands that use a "--format" / "-f" options to use the newGreg Clayton2011-10-251-6/+13
OpenPOWER on IntegriCloud