summaryrefslogtreecommitdiffstats
path: root/lldb/source/API
Commit message (Expand)AuthorAgeFilesLines
...
* Replace auto -> llvm::Optional<uint64_t>Adrian Prantl2019-01-151-1/+2
* Make CompilerType::getBitSize() / getByteSize() return an optional result. NFCAdrian Prantl2019-01-151-4/+4
* [SymbolFile] Remove SymbolContext parameter from FindTypes.Zachary Turner2019-01-142-4/+2
* Introduce SymbolFileBreakpad and use it to fill symtabPavel Labath2019-01-111-0/+3
* [CMake] Python bindings generation polishingStefan Granitz2019-01-041-7/+12
* [CMake] Revised LLDB.framework buildsStefan Granitz2019-01-041-29/+19
* [lldb] Add a "display-recognized-arguments" target setting to show recognized...Kuba Mracek2018-12-202-10/+19
* [API] Remove redundants get() from smart pointers. NFCJonas Devlieghere2018-12-2021-104/+97
* Replace MemoryRegionInfoSP with values and cleanup related codeTatyana Krasnukha2018-12-202-39/+39
* [lldb] Retrieve currently handled Obj-C exception via __cxa_current_exception...Kuba Mracek2018-12-201-2/+1
* 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
OpenPOWER on IntegriCloud