| Commit message (Expand) | Author | Age | Files | Lines |
* | In a prior commit, I changed the parameters around on a ModuleList::FindTypes... | Greg Clayton | 2012-04-06 | 1 | -1/+1 |
* | <rdar://problem/11113279> | Greg Clayton | 2012-03-26 | 1 | -5/+4 |
* | Massive enumeration name changes: a number of enums in ValueObject were not f... | Enrico Granata | 2012-03-19 | 1 | -1/+1 |
* | rdar://problem/10267705 | Johnny Chen | 2012-03-06 | 1 | -1/+3 |
* | 1) solving a bug where, after Jim's fixes to stack frames, synthetic children... | Enrico Granata | 2012-03-01 | 1 | -14/+14 |
* | <rdar://problem/10103468> | Greg Clayton | 2012-02-24 | 1 | -2/+2 |
* | Fixed formats being able to be applied recursively when using: | Greg Clayton | 2012-01-26 | 1 | -1/+2 |
* | <rdar://problem/10033754> | Greg Clayton | 2011-11-22 | 1 | -2/+2 |
* | Fixed the continuation dumping of instructions to properly advance the | Greg Clayton | 2011-10-28 | 1 | -10/+11 |
* | Added support for the new ".apple_objc" accelerator tables. These tables are | Greg Clayton | 2011-10-27 | 1 | -4/+27 |
* | A simple fix for the GDB format strings so the byte size parameter gets | Greg Clayton | 2011-10-26 | 1 | -6/+63 |
* | Cleaned up many error codes. For any who is filling in error strings into | Greg Clayton | 2011-10-26 | 1 | -25/+7 |
* | Updated all commands that use a "--format" / "-f" options to use the new | Greg Clayton | 2011-10-25 | 1 | -140/+122 |
* | Added ClangNamespaceDecl * parameters to several | Sean Callanan | 2011-10-12 | 1 | -2/+4 |
* | Converted the lldb_private::Process over to use the intrusive | Greg Clayton | 2011-09-22 | 1 | -13/+15 |
* | Update declarations for all functions/methods that accept printf-style | Jason Molenda | 2011-09-20 | 1 | -7/+7 |
* | *Some more optimizations in usage of ConstString | Enrico Granata | 2011-08-12 | 1 | -1/+2 |
* | CFString.py now shows contents in a more NSString-like way (e.g. you get @"He... | Enrico Granata | 2011-08-09 | 1 | -2/+2 |
* | 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 |
* | Allow reading memory from files before the target has been run. | Jim Ingham | 2011-07-09 | 1 | -4/+5 |
* | Added "target variable" command that allows introspection of global | Greg Clayton | 2011-07-07 | 1 | -21/+0 |
* | Centralized all of the format to c-string and to format character code inside | Greg Clayton | 2011-06-23 | 1 | -0/+1 |
* | Added a new format for displaying an array of characters: eFormatCharArray | Greg Clayton | 2011-06-17 | 1 | -0/+2 |
* | Change "frame var" over to using OptionGroups (and thus the OptionGroupVariab... | Jim Ingham | 2011-05-04 | 1 | -2/+1 |
* | Added the ability to specify dumping options (show types, show location, | Greg Clayton | 2011-04-28 | 1 | -240/+135 |
* | Added a new OptionValue subclass for lldb::Format: OptionValueFormat. Added | Greg Clayton | 2011-04-27 | 1 | -198/+599 |
* | Added two new classes for command options: | Greg Clayton | 2011-04-13 | 1 | -6/+6 |
* | Moved the execution context that was in the Debugger into | Greg Clayton | 2011-04-12 | 1 | -3/+3 |
* | Modified the ArchSpec to take an optional "Platform *" when setting the triple. | Greg Clayton | 2011-04-07 | 1 | -6/+8 |
* | Many improvements to the Platform base class and subclasses. The base Platform | Greg Clayton | 2011-03-30 | 1 | -2/+0 |
* | Fixed the LLDB build so that we can have private types, private enums and | Greg Clayton | 2011-03-24 | 1 | -6/+6 |
* | Split all of the core of LLDB.framework/lldb.so into a | Greg Clayton | 2011-03-20 | 1 | -0/+2 |
* | Made lldb_private::ArchSpec contain much more than just an architecture. It | Greg Clayton | 2011-02-15 | 1 | -4/+6 |
* | Use Host::File in lldb_private::StreamFile and other places to cleanup host | Greg Clayton | 2011-02-09 | 1 | -1/+1 |
* | Fixed an issue where we were resolving paths when we should have been. | Greg Clayton | 2010-10-20 | 1 | -2/+2 |
* | Added new options to memory read to allow saving memory to disk | Greg Clayton | 2010-10-10 | 1 | -29/+185 |
* | Modify existing commands with arguments to use the new argument mechanism | Caroline Tice | 2010-10-04 | 1 | -2/+47 |
* | Modify command options to use the new arguments mechanism. Now all command o... | Caroline Tice | 2010-10-01 | 1 | -8/+8 |
* | Fixed the way set/show variables were being accessed to being natively | Greg Clayton | 2010-09-18 | 1 | -13/+14 |
* | Clean up, clarify and standardize help text, and fix a few help text formatti... | Caroline Tice | 2010-09-08 | 1 | -2/+2 |
* | Small help text fixes, to make it more consistent and accurate. | Caroline Tice | 2010-09-07 | 1 | -1/+1 |
* | Remove use of STL collection class use of the "data()" method since it isn't | Greg Clayton | 2010-07-20 | 1 | -1/+1 |
* | Merged Eli Friedman's linux build changes where he added Makefile files that | Greg Clayton | 2010-07-09 | 1 | -1/+12 |
* | Very large changes that were needed in order to allow multiple connections | Greg Clayton | 2010-06-23 | 1 | -14/+13 |
* | Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong. | Jim Ingham | 2010-06-15 | 1 | -2/+2 |
* | Change the Options parser over to use a mask rather than an ordinal for optio... | Jim Ingham | 2010-06-15 | 1 | -6/+6 |
* | Initial checkin of lldb code from internal Apple repo. | Chris Lattner | 2010-06-08 | 1 | -0/+680 |