| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove the eSymbolTypeFunction, eSymbolTypeGlobal, and eSymbolTypeStatic. | Greg Clayton | 2010-09-11 | 1 | -1/+2 |
* | Fixed some comments. | Johnny Chen | 2010-09-11 | 2 | -1/+2 |
* | Added [-o <one-liner>] to the "breakpoint command add" lldb command to be able | Johnny Chen | 2010-09-11 | 2 | -38/+81 |
* | Move the "Object Description" into the ValueObject, and the add an API to | Jim Ingham | 2010-09-10 | 1 | -35/+5 |
* | Fixed the breakage of "breakpoint command add -p 1 2" caused by r113596 as | Johnny Chen | 2010-09-10 | 1 | -2/+2 |
* | Updated help text for "breakpoint command add" to reflect r113596 changeset. | Johnny Chen | 2010-09-10 | 1 | -0/+16 |
* | Added the capability to specify a one-liner Python script as the callback | Johnny Chen | 2010-09-10 | 1 | -6/+18 |
* | The first part of an lldb native stack unwinder. | Jason Molenda | 2010-09-10 | 1 | -2/+2 |
* | If the file the user specifies can't be found in the current directory, | Caroline Tice | 2010-09-10 | 1 | -1/+1 |
* | Make all debugger-level user settable variables into instance variables. | Caroline Tice | 2010-09-09 | 5 | -15/+29 |
* | fix a bunch of signed/unsigned comparison warnings, stop evaluating "getsize"... | Chris Lattner | 2010-09-08 | 3 | -7/+7 |
* | More help text fixes. | Caroline Tice | 2010-09-08 | 5 | -24/+24 |
* | Clean up, clarify and standardize help text, and fix a few help text formatti... | Caroline Tice | 2010-09-08 | 13 | -52/+54 |
* | "break set -F" should also use the full symbol name completer. | Jim Ingham | 2010-09-08 | 1 | -1/+1 |
* | Small help text fixes, to make it more consistent and accurate. | Caroline Tice | 2010-09-07 | 14 | -25/+25 |
* | Fix various minor bugs in the Settings stuff. | Caroline Tice | 2010-09-07 | 1 | -1/+1 |
* | This is a very large commit that completely re-does the way lldb | Caroline Tice | 2010-09-04 | 11 | -485/+1337 |
* | Cleaned up step logging a bit. | Greg Clayton | 2010-09-03 | 1 | -1/+1 |
* | Delete the vestigal "select", "info" and "delete" commands. | Jim Ingham | 2010-09-03 | 6 | -207/+0 |
* | Added a new bool parameter to many of the DumpStopContext() methods that | Greg Clayton | 2010-09-02 | 3 | -3/+3 |
* | StackFrame objects now own ValueObjects for any frame variables (locals, args, | Greg Clayton | 2010-09-02 | 1 | -15/+3 |
* | Move "variable list" to "frame variable" | Jim Ingham | 2010-09-02 | 3 | -849/+696 |
* | Stream::Printf doesn't add a newline, so it needs to be added to all the erro... | Jim Ingham | 2010-09-01 | 1 | -4/+4 |
* | Added support for dynamic sanity checking in | Sean Callanan | 2010-09-01 | 1 | -0/+21 |
* | Added the ability to disable ASLR (Address Space Layout Randomization). ASLR | Greg Clayton | 2010-08-31 | 1 | -0/+4 |
* | Added a way to open the current source file & line in an external editor, and... | Jim Ingham | 2010-08-30 | 2 | -2/+17 |
* | This is a major refactoring of the expression parser. | Sean Callanan | 2010-08-27 | 2 | -188/+9 |
* | Make: | Jim Ingham | 2010-08-27 | 1 | -6/+80 |
* | Change the "-S", "-F" and "-M" options to take their arguments directly, rath... | Jim Ingham | 2010-08-26 | 1 | -15/+13 |
* | Add -c (count - i.e. number of frames to show) and -s (start frame.) | Jim Ingham | 2010-08-26 | 2 | -49/+116 |
* | Changed the StackID to store its start PC address as a load address instead of | Greg Clayton | 2010-08-26 | 1 | -4/+3 |
* | Change "Current" as in GetCurrentThread, GetCurrentStackFrame, etc, to "Selec... | Jim Ingham | 2010-08-26 | 12 | -50/+50 |
* | Got a lot of the kinks worked out in the inline support after debugging more | Greg Clayton | 2010-08-24 | 2 | -2/+2 |
* | Added support for inlined stack frames being represented as real stack frames | Greg Clayton | 2010-08-24 | 3 | -5/+6 |
* | Added "source list -n" so you can list by symbol name. Moved "--count" from ... | Jim Ingham | 2010-08-20 | 1 | -22/+247 |
* | First step of refactoring variable handling in the | Sean Callanan | 2010-08-20 | 1 | -1/+1 |
* | Modified CommandObjectExpression::EvaluateExpression() so that it takes an | Johnny Chen | 2010-08-13 | 2 | -17/+28 |
* | Documented ClangExpression and made parts of it | Sean Callanan | 2010-08-13 | 1 | -4/+4 |
* | Added automatically generated result variables for each | Sean Callanan | 2010-08-12 | 1 | -64/+17 |
* | Added support for persistent variables to the | Sean Callanan | 2010-08-11 | 1 | -2/+2 |
* | Change Target & Process so they can really be initialized with an invalid arc... | Jim Ingham | 2010-08-09 | 2 | -124/+270 |
* | Updated help text to refer to "commands alias" | Sean Callanan | 2010-08-09 | 1 | -19/+19 |
* | Removed the -i option from the expr command, and | Sean Callanan | 2010-08-06 | 2 | -140/+90 |
* | Abtracted the old "lldb_private::Thread::StopInfo" into an abtract class. | Greg Clayton | 2010-08-04 | 1 | -8/+2 |
* | Added support for objective C built-in types: id, Class, and SEL. This | Greg Clayton | 2010-08-03 | 2 | -13/+119 |
* | Fixed expression result printing to have the expression result type be in | Greg Clayton | 2010-07-29 | 1 | -1/+1 |
* | Created lldb::LanguageType by moving an enumeration from the | Greg Clayton | 2010-07-28 | 1 | -4/+4 |
* | Changed SymbolContext so when you search for functions | Sean Callanan | 2010-07-27 | 1 | -2/+13 |
* | Added needed breakpoint functionality to the public API that includes: | Greg Clayton | 2010-07-23 | 1 | -1/+1 |
* | Added logging: | Sean Callanan | 2010-07-23 | 1 | -0/+11 |