summaryrefslogtreecommitdiffstats
path: root/lldb/source/API
Commit message (Expand)AuthorAgeFilesLines
...
* Fix serialization of Python breakpoint commands.Jim Ingham2016-09-261-1/+1
* Update the prompt related functions to use StringRefs.Zachary Turner2016-09-231-3/+4
* Update OptionGroup::SetValue to take StringRef.Zachary Turner2016-09-231-1/+2
* Add the ability to append breakpoints to the save file.Jim Ingham2016-09-221-3/+4
* Add the ability to deserialize only breakpoints matching a given name.Jim Ingham2016-09-221-1/+15
* [CMake] Initial support for LLDB.frameworkChris Bieneman2016-09-211-0/+14
* add stop column highlighting supportTodd Fiala2016-09-211-7/+18
* Make lldb::Regex use StringRef.Zachary Turner2016-09-212-12/+17
* Adds tests for breakpoint names, and a FindBreakpointsByName.Jim Ingham2016-09-211-0/+17
* Add some more tests for breakpoint serialization.Jim Ingham2016-09-203-3/+46
* Fix more functions in Args to use StringRef.Zachary Turner2016-09-191-1/+2
* Add unit tests for a few string conversion functions in Args.Zachary Turner2016-09-161-1/+3
* First tests for serializing breakpoints.Jim Ingham2016-09-161-2/+27
* Add SB API's for writing breakpoints to & creating the from a file.Jim Ingham2016-09-142-0/+178
* Some more pointer safety in Breakpoint.Zachary Turner2016-09-131-14/+6
* LLDB: API for iPermission of object file's sectionsAbhishek Aggarwal2016-09-081-0/+9
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-0662-22442/+16929
* Add SBType::GetArrayType() such that - given a type - one can make an array (...Enrico Granata2016-08-301-0/+8
* Add api logging for SBDebugger::SetCurrentPlatformSDKRoot.Jason Molenda2016-08-241-0/+3
* Add StructuredData plugin type; showcase with new DarwinLog featureTodd Fiala2016-08-195-4/+203
* Revert "Add StructuredData plugin type; showcase with new DarwinLog feature"Todd Fiala2016-08-195-203/+4
* Add StructuredData plugin type; showcase with new DarwinLog featureTodd Fiala2016-08-195-4/+203
* Remove cmake legacy codePavel Labath2016-08-171-1/+1
* Delete Host/windows/win32.hZachary Turner2016-08-091-1/+1
* Fix Windows build - add return statement in SBThread::StepUsingScriptedThread...Oleksiy Vyalov2016-08-061-1/+1
* Add a few more needed bits to the scripted thread plans.Jim Ingham2016-08-052-4/+30
* Support for OCaml native debuggingTamas Berghammer2016-08-021-0/+6
* Improve code of loading plugins that provide cmndsAbhishek Aggarwal2016-07-291-1/+27
* Clean up vestigial remnants of locking primitivesSaleem Abdulrasool2016-07-281-22/+9
* Fixed "void SBWatchpoint::SetEnabled (bool enabled)" to work properly and add...Greg Clayton2016-07-271-1/+1
* Support loading files even when incorrect file name specified by the linkerTamas Berghammer2016-07-221-0/+5
* Add a new DynamicLoader plugin that uses SPI that are in developmentJason Molenda2016-07-211-0/+3
* Add an API to unwind from a hand-called expression.Jim Ingham2016-07-081-0/+25
* Implement GetMemoryRegions() for Linux and Mac OSX core files.Howard Hellyer2016-07-071-0/+5
* Because of our lifetime rules w.r.t. ValueObjects and ClusterManagers, synthe...Enrico Granata2016-07-061-0/+19
* Added support for thread local variables on all Apple OS variants.Greg Clayton2016-07-013-26/+31
* Remove platform plugins from lldb-serverPavel Labath2016-06-291-6/+42
* Add MemoryRegionInfo to SB APIHoward Hellyer2016-06-234-0/+359
* SBThread also had some places where it got the ExecutionContext w/o Jim Ingham2016-06-101-9/+27
* Make all the SBFrame API's take the target lock.Jim Ingham2016-06-101-14/+43
* Fix a memory leak in InstructionLLVMC where it held onto a strong reference t...Greg Clayton2016-06-072-48/+119
* Make sure to try and take the process stop lock when calling:Greg Clayton2016-05-261-6/+11
* SBValue::CreateValueFromData didn’t check whether the SBType passed into it...Enrico Granata2016-05-231-3/+4
* second pass over removal of Mutex and ConditionSaleem Abdulrasool2016-05-1914-273/+270
* remove use of Mutex in favour of std::{,recursive_}mutexSaleem Abdulrasool2016-05-181-2/+2
* Make sure we notify that the section module was loaded when SBTarget::SetSect...Greg Clayton2016-05-161-5/+30
* Take the API lock in SBThread::IsValid & SBFrame::IsValid.Jim Ingham2016-05-072-2/+27
* Fix TestGetVariables.py so it works correctly. We had duplicate static values...Greg Clayton2016-04-291-1/+9
* Add the ability to limit "source regexp" breakpoints to a particular functionJim Ingham2016-04-282-29/+40
* Source: fix another -Wunused-variable warningSaleem Abdulrasool2016-04-221-0/+2
OpenPOWER on IntegriCloud