summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands
Commit message (Expand)AuthorAgeFilesLines
* Remove the eSymbolTypeFunction, eSymbolTypeGlobal, and eSymbolTypeStatic.Greg Clayton2010-09-111-1/+2
* Fixed some comments.Johnny Chen2010-09-112-1/+2
* Added [-o <one-liner>] to the "breakpoint command add" lldb command to be ableJohnny Chen2010-09-112-38/+81
* Move the "Object Description" into the ValueObject, and the add an API toJim Ingham2010-09-101-35/+5
* Fixed the breakage of "breakpoint command add -p 1 2" caused by r113596 asJohnny Chen2010-09-101-2/+2
* Updated help text for "breakpoint command add" to reflect r113596 changeset.Johnny Chen2010-09-101-0/+16
* Added the capability to specify a one-liner Python script as the callbackJohnny Chen2010-09-101-6/+18
* The first part of an lldb native stack unwinder.Jason Molenda2010-09-101-2/+2
* If the file the user specifies can't be found in the current directory,Caroline Tice2010-09-101-1/+1
* Make all debugger-level user settable variables into instance variables.Caroline Tice2010-09-095-15/+29
* fix a bunch of signed/unsigned comparison warnings, stop evaluating "getsize"...Chris Lattner2010-09-083-7/+7
* More help text fixes.Caroline Tice2010-09-085-24/+24
* Clean up, clarify and standardize help text, and fix a few help text formatti...Caroline Tice2010-09-0813-52/+54
* "break set -F" should also use the full symbol name completer.Jim Ingham2010-09-081-1/+1
* Small help text fixes, to make it more consistent and accurate.Caroline Tice2010-09-0714-25/+25
* Fix various minor bugs in the Settings stuff.Caroline Tice2010-09-071-1/+1
* This is a very large commit that completely re-does the way lldbCaroline Tice2010-09-0411-485/+1337
* Cleaned up step logging a bit.Greg Clayton2010-09-031-1/+1
* Delete the vestigal "select", "info" and "delete" commands.Jim Ingham2010-09-036-207/+0
* Added a new bool parameter to many of the DumpStopContext() methods that Greg Clayton2010-09-023-3/+3
* StackFrame objects now own ValueObjects for any frame variables (locals, args,Greg Clayton2010-09-021-15/+3
* Move "variable list" to "frame variable"Jim Ingham2010-09-023-849/+696
* Stream::Printf doesn't add a newline, so it needs to be added to all the erro...Jim Ingham2010-09-011-4/+4
* Added support for dynamic sanity checking inSean Callanan2010-09-011-0/+21
* Added the ability to disable ASLR (Address Space Layout Randomization). ASLRGreg Clayton2010-08-311-0/+4
* Added a way to open the current source file & line in an external editor, and...Jim Ingham2010-08-302-2/+17
* This is a major refactoring of the expression parser.Sean Callanan2010-08-272-188/+9
* Make:Jim Ingham2010-08-271-6/+80
* Change the "-S", "-F" and "-M" options to take their arguments directly, rath...Jim Ingham2010-08-261-15/+13
* Add -c (count - i.e. number of frames to show) and -s (start frame.)Jim Ingham2010-08-262-49/+116
* Changed the StackID to store its start PC address as a load address instead of Greg Clayton2010-08-261-4/+3
* Change "Current" as in GetCurrentThread, GetCurrentStackFrame, etc, to "Selec...Jim Ingham2010-08-2612-50/+50
* Got a lot of the kinks worked out in the inline support after debugging moreGreg Clayton2010-08-242-2/+2
* Added support for inlined stack frames being represented as real stack framesGreg Clayton2010-08-243-5/+6
* Added "source list -n" so you can list by symbol name. Moved "--count" from ...Jim Ingham2010-08-201-22/+247
* First step of refactoring variable handling in theSean Callanan2010-08-201-1/+1
* Modified CommandObjectExpression::EvaluateExpression() so that it takes anJohnny Chen2010-08-132-17/+28
* Documented ClangExpression and made parts of itSean Callanan2010-08-131-4/+4
* Added automatically generated result variables for eachSean Callanan2010-08-121-64/+17
* Added support for persistent variables to theSean Callanan2010-08-111-2/+2
* Change Target & Process so they can really be initialized with an invalid arc...Jim Ingham2010-08-092-124/+270
* Updated help text to refer to "commands alias"Sean Callanan2010-08-091-19/+19
* Removed the -i option from the expr command, andSean Callanan2010-08-062-140/+90
* Abtracted the old "lldb_private::Thread::StopInfo" into an abtract class.Greg Clayton2010-08-041-8/+2
* Added support for objective C built-in types: id, Class, and SEL. This Greg Clayton2010-08-032-13/+119
* Fixed expression result printing to have the expression result type be in Greg Clayton2010-07-291-1/+1
* Created lldb::LanguageType by moving an enumeration from the Greg Clayton2010-07-281-4/+4
* Changed SymbolContext so when you search for functionsSean Callanan2010-07-271-2/+13
* Added needed breakpoint functionality to the public API that includes:Greg Clayton2010-07-231-1/+1
* Added logging:Sean Callanan2010-07-231-0/+11
OpenPOWER on IntegriCloud