| Commit message (Expand) | Author | Age | Files | Lines |
| * | Some descriptive text for the Python script feature: | Enrico Granata | 2011-07-16 | 1 | -1/+2 |
| * | Added the ability to get synthetic child values from SBValue objects that | Greg Clayton | 2011-07-15 | 1 | -12/+22 |
| * | Python summary strings: | Enrico Granata | 2011-07-15 | 1 | -0/+22 |
| * | Add SBValue::GetID() member method call API. | Johnny Chen | 2011-07-07 | 1 | -0/+8 |
| * | Made the string representation for a SBValue return what "frame variable" | Greg Clayton | 2011-07-06 | 1 | -15/+20 |
| * | Add fuzz calls to SBType, SBValue, and SBValueList. | Johnny Chen | 2011-06-29 | 1 | -4/+14 |
| * | Fixed an issue that was checked in with the dynamic types and update point | Greg Clayton | 2011-06-29 | 1 | -27/+55 |
| * | Lock the target API mutex correctly in all cases and make sure m_opaque_sp | Greg Clayton | 2011-05-20 | 1 | -22/+42 |
| * | Now that we have dynamic values, we need to protect the GetChildAtIndex() | Greg Clayton | 2011-05-20 | 1 | -0/+7 |
| * | Change "frame var" over to using OptionGroups (and thus the OptionGroupVariab... | Jim Ingham | 2011-05-04 | 1 | -8/+8 |
| * | Adding support for fetching the Dynamic Value for ObjC Objects. | Jim Ingham | 2011-05-02 | 1 | -2/+2 |
| * | Fix up how the ValueObjects manage their life cycle so that you can hand out ... | Jim Ingham | 2011-04-22 | 1 | -2/+2 |
| * | Add support for "dynamic values" for C++ classes. This currently only works ... | Jim Ingham | 2011-04-16 | 1 | -0/+34 |
| * | Convert ValueObject to explicitly maintain the Execution Context in which the... | Jim Ingham | 2011-03-31 | 1 | -52/+73 |
| * | A few of the issue I have been trying to track down and fix have been due to | Greg Clayton | 2011-01-17 | 1 | -1/+12 |
| * | Added the ability to get an set the desired format for SBValue objects. | Greg Clayton | 2011-01-05 | 1 | -0/+16 |
| * | The LLDB API (lldb::SB*) is now thread safe! | Greg Clayton | 2010-12-20 | 1 | -37/+76 |
| * | Modified all logging calls to hand out shared pointers to make sure we | Greg Clayton | 2010-11-06 | 1 | -16/+16 |
| * | Added copy constructors and assignment operators to all lldb::SB* classes | Greg Clayton | 2010-11-05 | 1 | -0/+13 |
| * | Cleaned up the API logging a lot more to reduce redundant information and | Greg Clayton | 2010-10-31 | 1 | -63/+169 |
| * | Modified the lldb_private::TypeList to use a std::multimap for quicker lookup | Greg Clayton | 2010-10-29 | 1 | -28/+22 |
| * | Updated the lldb_private::Flags class to have better method names and made | Greg Clayton | 2010-10-27 | 1 | -0/+8 |
| * | Clean up the API logging code: | Caroline Tice | 2010-10-26 | 1 | -11/+9 |
| * | First pass at adding logging capabilities for the API functions. At the moment | Caroline Tice | 2010-10-26 | 1 | -0/+27 |
| * | Expose the error contained within an SBValue. | Greg Clayton | 2010-10-06 | 1 | -0/+11 |
| * | Fixed the forward declaration issue that was present in the DWARF parser after | Greg Clayton | 2010-09-29 | 1 | -1/+1 |
| * | Remove all the __repr__ methods from the API/*.h files, and put them | Caroline Tice | 2010-09-22 | 1 | -8/+0 |
| * | Add GetDescription() and __repr__ () methods to most API classes, to allow | Caroline Tice | 2010-09-20 | 1 | -0/+33 |
| * | Remove unnecessary/inappropriate output-printing functions from | Caroline Tice | 2010-09-15 | 1 | -75/+0 |
| * | Move the "Object Description" into the ValueObject, and the add an API to | Jim Ingham | 2010-09-10 | 1 | -0/+9 |
| * | StackFrame objects now own ValueObjects for any frame variables (locals, args, | Greg Clayton | 2010-09-02 | 1 | -3/+3 |
| * | Change "Current" as in GetCurrentThread, GetCurrentStackFrame, etc, to "Selec... | Jim Ingham | 2010-08-26 | 1 | -36/+0 |
| * | Very large changes that were needed in order to allow multiple connections | Greg Clayton | 2010-06-23 | 1 | -71/+71 |
| * | And some more include line fixes. | Eli Friedman | 2010-06-09 | 1 | -6/+6 |
| * | Initial checkin of lldb code from internal Apple repo. | Chris Lattner | 2010-06-08 | 1 | -0/+372 |