summaryrefslogtreecommitdiffstats
path: root/lldb/source/API
Commit message (Expand)AuthorAgeFilesLines
* Simplify Boolean expressionsJonas Devlieghere2018-12-1510-29/+26
* Move Broadcaster+Listener+Event combo from Core into UtilityPavel Labath2018-12-145-6/+6
* Add missing Initialize/Terminate for Architecture pluginsTatyana Krasnukha2018-12-131-0/+6
* Rename ObjectFile::GetHeaderAddress to GetBaseAddressPavel Labath2018-12-111-1/+1
* Re-commit "Introduce ObjectFileBreakpad"Pavel Labath2018-12-101-0/+3
* Revert "Introduce ObjectFileBreakpad"Shafik Yaghmour2018-12-071-3/+0
* Introduce ObjectFileBreakpadPavel Labath2018-12-071-0/+3
* [Reproducers] Change how reproducers are initialized.Jonas Devlieghere2018-12-035-16/+69
* [Target] Do not skip a stop on a breakpoint if a plan was completedAleksandr Urakov2018-11-301-0/+11
* [lldb] Add GetCurrentException APIs to SBThread, add frame recognizer for obj...Kuba Mracek2018-11-281-0/+15
* [Reproducers] Improve reproducer API and add unit tests.Jonas Devlieghere2018-11-271-3/+9
* Add setting to require hardware breakpoints.Jonas Devlieghere2018-11-153-52/+147
* Add GDB remote packet reproducer.Jonas Devlieghere2018-11-131-0/+11
* Re-land "Extract construction of DataBufferLLVM into FileSystem"Jonas Devlieghere2018-11-121-2/+1
* Revert "Extract construction of DataBufferLLVM into FileSystem"Davide Italiano2018-11-121-1/+2
* Remove header grouping comments.Jonas Devlieghere2018-11-118-30/+0
* Remove comments after header includes.Jonas Devlieghere2018-11-112-2/+2
* Extract construction of DataBufferLLVM into FileSystemJonas Devlieghere2018-11-101-2/+1
* [FileSystem] Add convenience method to check for directories.Jonas Devlieghere2018-11-081-1/+1
* Remove OCaml debugger pluginJonas Devlieghere2018-11-051-6/+0
* Remove Java debugger pluginJonas Devlieghere2018-11-051-9/+0
* Remove Go debugger pluginJonas Devlieghere2018-11-051-12/+1
* Add an SBExpressionOptions setting mirroring the "exec" command's --allow-jit.Jim Ingham2018-11-021-0/+9
* [FileSystem] Open File instances through the FileSystem.Jonas Devlieghere2018-11-021-2/+3
* [FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere2018-11-019-43/+43
* [FileSystem] Remove Exists() from FileSpecJonas Devlieghere2018-11-012-2/+2
* [FileSystem] Remove ResolveExecutableLocation() from FileSpecJonas Devlieghere2018-11-011-1/+2
* [FileSystem] Remove GetPermissions() and Readable() from FileSpecJonas Devlieghere2018-11-011-1/+1
* [lldb] Introduce StackFrameRecognizer [take 3]Kuba Mracek2018-10-313-8/+51
* Revert r345686 due to build failuresKuba Mracek2018-10-313-51/+8
* [lldb] Introduce StackFrameRecognizer [take 2]Kuba Mracek2018-10-313-8/+51
* Revert r345678 (build failure on Linux machines).Kuba Mracek2018-10-313-51/+8
* [lldb] Introduce StackFrameRecognizerKuba Mracek2018-10-313-8/+51
* Don't type-erase the FunctionNameType or TypeClass enums.Zachary Turner2018-10-253-39/+49
* Don't type-erase the SymbolContextItem enumeration.Zachary Turner2018-10-254-7/+9
* [API] Extend the `SBThreadPlan` interfaceAleksandr Urakov2018-10-251-0/+10
* Upstreaming the BridgeOS device support and the Jason Molenda2018-10-111-0/+3
* Add support for artificial tail call framesVedant Kumar2018-10-051-0/+15
* Add EchoCommentCommands to CommandInterpreterRunOptions in addition to the ex...Stefan Granitz2018-10-051-0/+8
* [SBAPI/Target] Expose SetStatistics(bool enable)/GetStatistics().Davide Italiano2018-09-281-0/+15
* Refactor FindVariable() core functionality into StackFrame out of SBFrameShafik Yaghmour2018-09-201-20/+2
* [NFC] Turn "load dependent files" boolean into an enumJonas Devlieghere2018-09-201-4/+9
* Add a "scripted" breakpoint type to lldb.Jim Ingham2018-09-134-2/+118
* Add support for descriptions with command completions.Raphael Isemann2018-09-131-4/+27
* Add compatibility version to liblldb in framework buildsAlex Langford2018-09-121-0/+1
* Support setting a breakpoint by FileSpec+Line+Column in the SBAPI.Adrian Prantl2018-08-301-2/+9
* Add new API to SBTarget classAlexander Polyakov2018-08-071-0/+20
* Move RegisterValue,Scalar,State from Core to UtilityPavel Labath2018-08-075-5/+5
* Introduce install-lldb-framework targetAlex Langford2018-08-011-0/+11
* Revert "Stop building liblldb with CMake's framework functionality"Alex Langford2018-07-271-14/+9
OpenPOWER on IntegriCloud