summaryrefslogtreecommitdiffstats
path: root/lldb/source/API
Commit message (Expand)AuthorAgeFilesLines
...
* Delete the remainder of platform specific code in FileSpec.Zachary Turner2017-03-224-2/+5
* Move StringList from Core -> Utility.Zachary Turner2017-03-211-1/+1
* Remove lldb streams from the Log class completelyPavel Labath2017-03-151-2/+3
* Resubmit FileSystem changes.Zachary Turner2017-03-081-1/+3
* Revert "Use LLVM for all stat-related functionality."Pavel Labath2017-03-071-3/+1
* Use LLVM for all stat-related functionality.Zachary Turner2017-03-071-1/+3
* Remove FileSpec::ReadFileContents.Zachary Turner2017-03-061-2/+3
* Move many other files from Core -> Utility.Zachary Turner2017-03-062-2/+0
* Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner2017-03-044-7/+7
* Isolate Target-specific functionality of DataExtractor.Zachary Turner2017-03-031-1/+2
* Move Log from Core -> Utility.Zachary Turner2017-03-0332-33/+33
* Switch SBBreakpointLocation to use a weak_ptrPavel Labath2017-03-011-95/+106
* Modernize Enable/DisableLogChannel interface a bitPavel Labath2017-03-011-2/+11
* Switch SBWatchpoint to use a weak_ptr to the underlying objectPavel Labath2017-02-281-14/+10
* Remove the callback-based log channel registration mechanismPavel Labath2017-02-271-0/+1
* Switch SBBreakpoint to storing a weak_ptr of the internal breakpoint objectPavel Labath2017-02-273-267/+227
* [CMake] Adding API dependency on UtilityChris Bieneman2017-02-131-0/+1
* [CMake] Final dependency cleanup patch!Chris Bieneman2017-02-081-0/+17
* Remove LIBLLDB_LOG_VERBOSE categoryPavel Labath2017-02-052-22/+8
* Move classes from Core -> Utility.Zachary Turner2017-02-0230-38/+38
* Add logging to SBThread::GetInfoItemByPathAsString toJason Molenda2017-02-021-2/+2
* Fix SBData::SetData() so that it always sets the address byte size correctly ...Greg Clayton2017-01-251-0/+4
* [CMake] Only support LLDB_BUILD_FRAMEWORK on CMake 3.7 and laterChris Bieneman2016-12-151-17/+8
* Fix build for mingw.Hafiz Abid Qadeer2016-12-151-2/+2
* Fix incorrectly named variables.Jim Ingham2016-12-152-3/+3
* Adopt PrettyStackTrace in LLDBSean Callanan2016-12-142-8/+6
* Use Timeout<> in EvaluateExpressionOptions classPavel Labath2016-12-061-4/+7
* Use Timeout<> in the Listener classPavel Labath2016-11-302-14/+16
* [lldb] Fix typos in file headersAlexander Shaposhnikov2016-11-262-3/+2
* Introduce chrono to the Communication classPavel Labath2016-11-251-1/+4
* Refactor LLDB's Windows process plugin (NFC)Adrian McCarthy2016-11-231-2/+2
* Change CreateTarget and dependents to accept StringRef.Zachary Turner2016-11-181-2/+1
* Convert Platform, Process, and Connection functions to StringRef.Zachary Turner2016-11-171-1/+1
* Don't allow direct access to StreamString's internal buffer.Zachary Turner2016-11-164-17/+17
* Make CommandObject help getters/setters use StringRef.Zachary Turner2016-11-121-2/+4
* Remove weak-linked symbols for SBBreakpointListImplTodd Fiala2016-11-111-5/+5
* Fix weak symbol linkage in SBStructuredData, update docs.Todd Fiala2016-11-091-27/+26
* Disable windows-only minidump pluginPavel Labath2016-11-091-7/+0
* Clean up the stop printing header lines.Jim Ingham2016-11-081-2/+7
* Fix SBWatchpoint::SetEnabled to send an event.Jim Ingham2016-11-021-3/+4
* Switch SBWatchpoint::SetEnabled over to using Process::{Enable,Disable}Watchp...Jim Ingham2016-11-011-3/+12
* [CMake] Populate the build directory's frameworkChris Bieneman2016-10-311-3/+9
* Minidump plugin: Adding ProcessMinidump, ThreadMinidump and register the plug...Dimitar Vlahovski2016-10-311-0/+3
* Limit LLDB_EXPORT_ALL_SYMBOLS to lldb symbolsTodd Fiala2016-10-292-6/+9
* [CMake] Populate LLDB.framework's headers directoryChris Bieneman2016-10-141-1/+17
* Convert some more aliasing and CI functions to StringRef.Zachary Turner2016-10-051-1/+1
* Convert CommandObject constructors to StringRef.Zachary Turner2016-10-051-1/+1
* Removing the new Minidump pluginDimitar Vlahovski2016-10-051-4/+0
* Disable warnings in LLDBWrapPython.cpp with -Werror.Zachary Turner2016-10-051-0/+8
* Adding a new Minidump post-mortem debugging pluginDimitar Vlahovski2016-10-041-0/+4
OpenPOWER on IntegriCloud