| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Cleaned up many error codes. For any who is filling in error strings into | Greg Clayton | 2011-10-26 | 1 | -11/+11 |
* | Updated all commands that use a "--format" / "-f" options to use the new | Greg Clayton | 2011-10-25 | 1 | -4/+5 |
* | Add a "-a" option to "image list" to show the image at a given address. | Jim Ingham | 2011-10-24 | 1 | -107/+164 |
* | Moved lldb::user_id_t values to be 64 bit. This was going to be needed for | Greg Clayton | 2011-10-19 | 1 | -2/+2 |
* | Fixed a case where we might end up trying to parse a type in the DWARF parser... | Greg Clayton | 2011-10-13 | 1 | -5/+0 |
* | Revert the change to "target variable" that was causing test suite failures. | Greg Clayton | 2011-10-13 | 1 | -1/+1 |
* | Always use the full variable name when dumping globals since they might | Greg Clayton | 2011-10-13 | 1 | -1/+1 |
* | Added ClangNamespaceDecl * parameters to several | Sean Callanan | 2011-10-12 | 1 | -2/+3 |
* | Re-organized the contents of RangeMap.h to be more concise and also allow for... | Greg Clayton | 2011-10-07 | 1 | -8/+1 |
* | "target variable" will now display the current frame's compile unit globals | Greg Clayton | 2011-10-05 | 1 | -3/+51 |
* | Cleaned up the the code that figures out the inlined stack frames given a | Greg Clayton | 2011-10-01 | 1 | -1/+2 |
* | Added to the public API to allow symbolication: | Greg Clayton | 2011-09-24 | 1 | -40/+10 |
* | in CommandObjectTargetStopHookList::Execute, if we don't have a target, | Jason Molenda | 2011-09-23 | 1 | -0/+1 |
* | LookupAddressInModule: Remove a couple of the extra | Jason Molenda | 2011-09-23 | 1 | -3/+1 |
* | Converted the lldb_private::Process over to use the intrusive | Greg Clayton | 2011-09-22 | 1 | -14/+14 |
* | Change Error::SetErrorStringWithFormat() prototype to use an | Jason Molenda | 2011-09-20 | 1 | -1/+1 |
* | Removed the function: | Greg Clayton | 2011-09-17 | 1 | -1/+1 |
* | Fix the 'target variable' help syntax to output one or more <variable-name>'s. | Johnny Chen | 2011-08-22 | 1 | -0/+13 |
* | Refactoring of ValueObject::DumpValueObject and 'frame variable', 'target var... | Enrico Granata | 2011-08-15 | 1 | -12/+14 |
* | Giving a warning to the user the first time children are truncated by the new... | Enrico Granata | 2011-08-12 | 1 | -0/+8 |
* | *Some more optimizations in usage of ConstString | Enrico Granata | 2011-08-12 | 1 | -1/+2 |
* | Added the ability to remove orphaned module shared pointers from a ModuleList. | Greg Clayton | 2011-08-11 | 1 | -8/+29 |
* | While tracking down memory consumption issue a few things were needed: the | Greg Clayton | 2011-08-10 | 1 | -27/+160 |
* | CFString.py now shows contents in a more NSString-like way (e.g. you get @"He... | Enrico Granata | 2011-08-09 | 1 | -2/+2 |
* | Added a "--global" option to the "target modules list" | Greg Clayton | 2011-08-09 | 1 | -9/+39 |
* | Change CommandObjectTargetModulesAdd to set the return status | Jason Molenda | 2011-08-02 | 1 | -0/+1 |
* | Public API changes: | Enrico Granata | 2011-07-29 | 1 | -4/+4 |
* | when typing a summary string you can use the %S symbol to explicitly indicate... | Enrico Granata | 2011-07-22 | 1 | -0/+1 |
* | Some descriptive text for the Python script feature: | Enrico Granata | 2011-07-16 | 1 | -1/+2 |
* | Fix short description of 'target variable' command. | Johnny Chen | 2011-07-12 | 1 | -2/+2 |
* | Allow the built in ValueObject summary providers for C strings | Greg Clayton | 2011-07-10 | 1 | -5/+9 |
* | Fixed the global and static variables to always be in scope. | Greg Clayton | 2011-07-09 | 1 | -1/+1 |
* | Added the ability to see global variables with a variable expression path so | Greg Clayton | 2011-07-08 | 1 | -62/+98 |
* | Stop the lldb_private::RegularExpression class from implicitly | Greg Clayton | 2011-07-07 | 1 | -1/+1 |
* | Centralize the variable display prefs into a new option | Greg Clayton | 2011-07-07 | 1 | -20/+69 |
* | Added "target variable" command that allows introspection of global | Greg Clayton | 2011-07-07 | 1 | -13/+142 |
* | The "-r" option should work for both "-n" and "-s", but it was only set to wo... | Jim Ingham | 2011-06-20 | 1 | -1/+3 |
* | Add 'batch_mode' to CommandInterpreter. Modify InputReaders to | Caroline Tice | 2011-06-16 | 1 | -15/+26 |
* | Fix the "target stop-hook add" input reader so that it won't say the stop hoo... | Jim Ingham | 2011-05-05 | 1 | -1/+6 |
* | Added new OptionGroup classes for UInt64, UUID, File and Boolean values. | Greg Clayton | 2011-05-03 | 1 | -115/+2170 |
* | The 'target stop-hook add' command is missing the stop hook added message for... | Johnny Chen | 2011-05-03 | 1 | -0/+1 |
* | Add a one-liner option, for example, "-o 'expr ptr'", to the 'target stop-hoo... | Johnny Chen | 2011-05-02 | 1 | -25/+44 |
* | This patch captures and serializes all output being written by the | Caroline Tice | 2011-05-02 | 1 | -0/+3 |
* | Added a new option to the "source list" command that allows us to see where | Greg Clayton | 2011-04-19 | 1 | -1/+1 |
* | Add a test script for exercising the "taregt create", "target list", and "tar... | Johnny Chen | 2011-04-18 | 1 | -0/+2 |
* | Centralized a lot of the status information for processes, | Greg Clayton | 2011-04-18 | 1 | -23/+385 |
* | Added two new classes for command options: | Greg Clayton | 2011-04-13 | 1 | -2/+2 |
* | Modified the ArchSpec to take an optional "Platform *" when setting the triple. | Greg Clayton | 2011-04-07 | 1 | -3/+4 |
* | Fixed the LLDB build so that we can have private types, private enums and | Greg Clayton | 2011-03-24 | 1 | -3/+3 |
* | Clean up a few places where SetOptionValue was using the global optarg, rathe... | Jim Ingham | 2011-03-22 | 1 | -4/+4 |