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