summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectFrame.cpp
Commit message (Expand)AuthorAgeFilesLines
* Delete some more dead includes.Zachary Turner2017-03-221-1/+1
* Fix MSVC buildPavel Labath2017-03-021-1/+1
* Fix various warnings. NFCZachary Turner2017-03-021-4/+3
* Move classes from Core -> Utility.Zachary Turner2017-02-021-1/+1
* Fix some occurrences of passing StringRef to Printf.Zachary Turner2016-12-091-1/+1
* Convert CommandObjectFrame to entry-based Args access.Zachary Turner2016-12-081-37/+22
* Re-add "demonstrate new Args API"Zachary Turner2016-11-221-3/+3
* Fix build failure on Linux and BSD by reverting r287597Omair Javaid2016-11-221-3/+3
* Add the new Args / entry-access API.Zachary Turner2016-11-211-3/+3
* Make Options::SetOptionValue take a StringRef.Zachary Turner2016-11-121-17/+12
* Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons2016-11-021-3/+3
* Fix an issue where frame variable -s <varname> would not show the scope even ...Enrico Granata2016-10-261-35/+38
* Convert various CommandInterpreter functions to StringRef.Zachary Turner2016-10-051-1/+1
* Try to fix build errors on Android.Zachary Turner2016-09-221-2/+2
* Convert option tables to ArrayRefs.Zachary Turner2016-09-221-25/+20
* Make lldb::Regex use StringRef.Zachary Turner2016-09-211-2/+3
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-675/+614
* Fixing an MSVC error from rL280692Dimitar Vlahovski2016-09-061-1/+1
* Added the "frame diagnose" command and use its output to make crash info better.Sean Callanan2016-09-061-0/+203
* Tables of command options in LLDB benefit from hand-formatting to make itKate Stone2016-08-261-2/+4
* Decoupled Options from CommandInterpreter.Todd Fiala2016-08-111-10/+14
* LLDB help content has accumulated over time without a recent attempt toKate Stone2016-07-141-48/+36
* Added support for thread local variables on all Apple OS variants.Greg Clayton2016-07-011-0/+4
* Fix "frame variable" to show all variables defined in functions and any conta...Greg Clayton2016-06-091-5/+6
* 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
OpenPOWER on IntegriCloud