| Commit message (Expand) | Author | Age | Files | Lines |
| * | Added the ability to read the dSYM plist file with source remappings even whe... | Greg Clayton | 2012-06-27 | 1 | -0/+17 |
| * | Make the IsValid() operator for SBLineEntry "do the right thing" by returning... | Greg Clayton | 2012-06-27 | 1 | -1/+1 |
| * | Make a way to set the result status for Python defined commands, and don't ov... | Jim Ingham | 2012-06-27 | 1 | -0/+7 |
| * | Add API logging to SBCommandInterpreter::HandleCompletion(). | Jim Ingham | 2012-06-26 | 1 | -0/+8 |
| * | Add API logging for SBDebugger::MemoryPressureDetected. | Jim Ingham | 2012-06-07 | 1 | -0/+7 |
| * | Add the SBWatchpoint::GetError back, we have clients who use it. | Jim Ingham | 2012-06-06 | 1 | -0/+12 |
| * | Funnel the old API call SBValue::Watch (bool resolve_location, bool read, boo... | Johnny Chen | 2012-06-05 | 1 | -59/+2 |
| * | Cannot break the existing API client of SBValue::Watch(bool resolve_location,... | Johnny Chen | 2012-06-04 | 1 | -0/+66 |
| * | rdar://problem/11584012 | Johnny Chen | 2012-06-04 | 3 | -22/+11 |
| * | Patch that fixes log messages in SBValue.cpp from Lau Sennels. | Greg Clayton | 2012-06-04 | 1 | -10/+10 |
| * | Thread-hardening the SB API calls related to watchpoint operations. | Johnny Chen | 2012-05-31 | 1 | -0/+11 |
| * | <rdar://problem/11328896> Fixing a bug where regex commands were saved in the... | Enrico Granata | 2012-05-31 | 1 | -1/+1 |
| * | rdar://problem/10996978 - Fixing an issue where crash reports for the express... | Enrico Granata | 2012-05-29 | 1 | -2/+4 |
| * | Add SBProcess::GetNumSupportedHardwareWatchpoints() API and export it through... | Johnny Chen | 2012-05-23 | 1 | -0/+23 |
| * | Also push file & line breakpoints past the prologue. Also added a "-K" argum... | Jim Ingham | 2012-05-22 | 1 | -8/+25 |
| * | Fixes the case where we created a dummy target, deleted it, and then tried to... | Filipe Cabecinhas | 2012-05-19 | 1 | -1/+1 |
| * | Add an accessor on SBBreakpointLocation to get its location ID. | Jim Ingham | 2012-05-16 | 1 | -0/+12 |
| * | Found one more place where the OkayToDiscard needs to be consulted. | Jim Ingham | 2012-05-11 | 2 | -7/+12 |
| * | <rdar://problem/11330621> | Greg Clayton | 2012-05-10 | 2 | -7/+7 |
| * | Print out a notification when the process of a target other than the currentl... | Jim Ingham | 2012-05-08 | 1 | -0/+14 |
| * | <rdar://problem/11338654> Fixing a bug where having a summary for a bitfield ... | Enrico Granata | 2012-05-08 | 1 | -57/+9 |
| * | <rdar://problem/11239650> Fixing a bug where the SetValueFromCString() method... | Enrico Granata | 2012-05-08 | 1 | -1/+9 |
| * | Fixing some indentation. | Jim Ingham | 2012-05-08 | 1 | -27/+27 |
| * | First part of a fix to make GetNonSyntheticValue() work correctly | Enrico Granata | 2012-05-08 | 1 | -2/+2 |
| * | <rdar://problem/10605072> | Greg Clayton | 2012-05-08 | 1 | -1/+3 |
| * | <rdar://problem/11358639> | Greg Clayton | 2012-05-08 | 1 | -1/+1 |
| * | Don't expose the pthread_mutex_t underlying the Mutex & Mutex::Locker classes. | Jim Ingham | 2012-05-04 | 5 | -10/+10 |
| * | Clean up the usage of "MasterPlan" status in ThreadPlans. Only user-initiate... | Jim Ingham | 2012-05-03 | 1 | -115/+100 |
| * | Added the ability to specify the symbol file for a module when adding it to a... | Greg Clayton | 2012-04-23 | 1 | -2/+14 |
| * | We take the API mutex first and the stop mutex second in general, so do it he... | Jim Ingham | 2012-04-19 | 1 | -4/+2 |
| * | The API lock was getting dropped too soon in GetVariables. GetValueObjectFor... | Jim Ingham | 2012-04-13 | 1 | -5/+2 |
| * | Couple more places in SBValue where you need to take the run-lock. | Jim Ingham | 2012-04-13 | 1 | -16/+58 |
| * | Expose GetAddressClass() from both the SBAddress and SBInstruction so clients... | Greg Clayton | 2012-04-13 | 2 | -0/+15 |
| * | Fixed an issue that happens in LLDB versions after SBFrame switched to using ... | Greg Clayton | 2012-04-12 | 1 | -2/+4 |
| * | Cleaned up code that was getting SBData for an SBInstruction. | Greg Clayton | 2012-04-11 | 1 | -12/+2 |
| * | No functionality changes, mostly cleanup. | Greg Clayton | 2012-04-11 | 5 | -10/+10 |
| * | <rdar://problem/11202426> | Greg Clayton | 2012-04-09 | 1 | -2/+8 |
| * | In a prior commit, I changed the parameters around on a ModuleList::FindTypes... | Greg Clayton | 2012-04-06 | 1 | -1/+1 |
| * | Added logging when API calls try to do something that shouldn't be done when ... | Greg Clayton | 2012-04-06 | 4 | -249/+704 |
| * | Added a new Host class: ReadWriteLock | Greg Clayton | 2012-04-05 | 3 | -604/+719 |
| * | Change SBAddress back to using a std::auto_ptr to a lldb_private::Address as ... | Greg Clayton | 2012-04-04 | 2 | -107/+44 |
| * | Return 0 for the size_t return type. | Bill Wendling | 2012-04-03 | 1 | -1/+1 |
| * | Export the ability to see if a symbol is externally visible and also if the s... | Greg Clayton | 2012-04-02 | 1 | -0/+17 |
| * | Removed unused variable. | Greg Clayton | 2012-03-29 | 1 | -1/+0 |
| * | Fixed some space formatting. | Greg Clayton | 2012-03-28 | 1 | -7/+7 |
| * | lldb_private::Section objects have a boolean flag that can be set that | Greg Clayton | 2012-03-27 | 1 | -23/+21 |
| * | Synthetic values are now automatically enabled and active by default. SBValue... | Enrico Granata | 2012-03-27 | 1 | -5/+33 |
| * | <rdar://problem/11113279> | Greg Clayton | 2012-03-26 | 4 | -11/+14 |
| * | Adding a new API call IsTypeComplete() to SBType. This call is meant to check... | Enrico Granata | 2012-03-24 | 1 | -0/+9 |
| * | SBTypeCategory::GetName returns const char* so return | Jason Molenda | 2012-03-22 | 1 | -1/+1 |