| Commit message (Expand) | Author | Age | Files | Lines |
| * | Massive enumeration name changes: a number of enums in ValueObject were not f... | Enrico Granata | 2012-03-19 | 1 | -1/+1 |
| * | 1) solving a bug where, after Jim's fixes to stack frames, synthetic children... | Enrico Granata | 2012-03-01 | 1 | -16/+13 |
| * | Make the StackFrameList::GetFrameAtIndex only fetch as many stack frames as n... | Jim Ingham | 2012-02-29 | 1 | -3/+5 |
| * | The second part in thread hardening the internals of LLDB where we make | Greg Clayton | 2012-02-18 | 1 | -2/+3 |
| * | <rdar://problem/10062621> | Enrico Granata | 2012-02-15 | 1 | -1/+1 |
| * | Remove the functionality of using 'frame variable -w' to set a watchpoint now... | Johnny Chen | 2012-02-14 | 1 | -73/+1 |
| * | After discussions with Jim and Greg, modify the 'watchpoint set' command to b... | Johnny Chen | 2012-02-08 | 1 | -2/+2 |
| * | Clarify the 'frame variable' help message regarding the watchpoint functional... | Johnny Chen | 2012-02-08 | 1 | -1/+4 |
| * | Add help string for 'frame variable' to link to 'watchpoint set' which allows... | Johnny Chen | 2012-02-06 | 1 | -1/+3 |
| * | Fixed formats being able to be applied recursively when using: | Greg Clayton | 2012-01-26 | 1 | -9/+12 |
| * | Added support for the new ".apple_objc" accelerator tables. These tables are | Greg Clayton | 2011-10-27 | 1 | -1/+1 |
| * | Cleaned up many error codes. For any who is filling in error strings into | Greg Clayton | 2011-10-26 | 1 | -2/+2 |
| * | Updated all commands that use a "--format" / "-f" options to use the new | Greg Clayton | 2011-10-25 | 1 | -6/+13 |
| * | SBValue::Watch() and SBValue::WatchPointee() are now the official API for cre... | Johnny Chen | 2011-10-14 | 1 | -6/+6 |
| * | Small fix to "frame select" sans frame # feature added yesterday. | Jason Molenda | 2011-09-30 | 1 | -1/+3 |
| * | Add an accompanying option to the 'frame variable -w' command to, instead of ... | Johnny Chen | 2011-09-30 | 1 | -6/+14 |
| * | Add an additional "frame select" usage where it will re-select the current frame | Jason Molenda | 2011-09-29 | 1 | -0/+6 |
| * | Fix help string for "frame variable". | Johnny Chen | 2011-09-28 | 1 | -1/+0 |
| * | Add SB API class SBWatchpointLocation and some extra methods to the SBTarget ... | Johnny Chen | 2011-09-26 | 1 | -0/+1 |
| * | Converted the lldb_private::Process over to use the intrusive | Greg Clayton | 2011-09-22 | 1 | -29/+29 |
| * | Fix typo. | Johnny Chen | 2011-09-16 | 1 | -1/+1 |
| * | Add comment. | Johnny Chen | 2011-09-16 | 1 | -0/+1 |
| * | Add a declaraion info member field to the WatchpointLocation class. | Johnny Chen | 2011-09-16 | 1 | -1/+10 |
| * | Get the address and the size of the variable for passing to the Target::Creat... | Johnny Chen | 2011-09-13 | 1 | -1/+7 |
| * | Remove an unnecessary 'else { ... }', which adds to vertical as well as horiz... | Johnny Chen | 2011-09-12 | 1 | -192/+186 |
| * | Watchpoint WIP: | Johnny Chen | 2011-09-12 | 1 | -2/+26 |
| * | Fix indentations, add some comments. | Johnny Chen | 2011-09-12 | 1 | -5/+5 |
| * | Fix a bug in OptionGroupWatchpoint.cpp where the '-w' option arg parsing resu... | Johnny Chen | 2011-09-12 | 1 | -0/+16 |
| * | Renaming a bulk of method calls from Get() to something more descriptive | Enrico Granata | 2011-09-09 | 1 | -1/+1 |
| * | Add OptionGroupWatchpoint.cpp/.h (preparatory work) for hooking up watchpoint... | Johnny Chen | 2011-09-09 | 1 | -1/+8 |
| * | Remove code rot (unused class OptionGroupFrameVariable) from CommandObjectFra... | Johnny Chen | 2011-09-08 | 1 | -81/+1 |
| * | "frame select -r" should return an error if you are already at the top of the... | Jim Ingham | 2011-09-08 | 1 | -2/+22 |
| * | Hold onto a shared pointer to the frame CommandObjectFrameVariable::Execute is | Jim Ingham | 2011-08-27 | 1 | -4/+10 |
| * | More cleanups ; Separated implementation of FormatManager from class DataVisu... | Enrico Granata | 2011-08-22 | 1 | -1/+1 |
| * | First round of code cleanups: | Enrico Granata | 2011-08-17 | 1 | -1/+2 |
| * | Refactoring of ValueObject::DumpValueObject and 'frame variable', 'target var... | Enrico Granata | 2011-08-15 | 1 | -43/+23 |
| * | 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 | -3/+6 |
| * | Remove extra newline from end of 'frame info' command output. | Jason Molenda | 2011-08-10 | 1 | -1/+0 |
| * | CFString.py now shows contents in a more NSString-like way (e.g. you get @"He... | Enrico Granata | 2011-08-09 | 1 | -6/+6 |
| * | when typing a summary string you can use the %S symbol to explicitly indicate... | Enrico Granata | 2011-07-22 | 1 | -1/+4 |
| * | Fixed a bug where deleting a regex summary would not immediately reflect in t... | Enrico Granata | 2011-07-19 | 1 | -1/+1 |
| * | Some descriptive text for the Python script feature: | Enrico Granata | 2011-07-16 | 1 | -3/+6 |
| * | named summaries: | Enrico Granata | 2011-07-12 | 1 | -1/+10 |
| * | Allow the built in ValueObject summary providers for C strings | Greg Clayton | 2011-07-10 | 1 | -2/+4 |
| * | Centralize the variable display prefs into a new option | Greg Clayton | 2011-07-07 | 1 | -107/+23 |
| * | Change "frame var" over to using OptionGroups (and thus the OptionGroupVariab... | Jim Ingham | 2011-05-04 | 1 | -171/+112 |
| * | Added the ability to specify dumping options (show types, show location, | Greg Clayton | 2011-04-28 | 1 | -1/+1 |
| * | Fix up how the ValueObjects manage their life cycle so that you can hand out ... | Jim Ingham | 2011-04-22 | 1 | -7/+0 |
| * | Centralized a lot of the status information for processes, | Greg Clayton | 2011-04-18 | 1 | -10/+9 |