summaryrefslogtreecommitdiffstats
path: root/lldb/source/API
Commit message (Expand)AuthorAgeFilesLines
* Add "operator bool" to SB APIsPavel Labath2019-03-1156-0/+305
* [Reproducers] Add missing LLDB_RECORD_DUMMY macrosJonas Devlieghere2019-03-0811-7/+105
* [Reproducers] Add LLDB_RECORD_DUMMYJonas Devlieghere2019-03-081-3/+6
* [SBAPI] Log from record macroJonas Devlieghere2019-03-0738-3024/+75
* [Reproducers] Disable registering lldb::thread_t everywhereJonas Devlieghere2019-03-071-11/+0
* Repair the build when LLDB_DISABLE_PYTHON is setAlex Langford2019-03-071-20/+28
* Pass /bigobj for SBReproducer.cpp with MSVCZachary Turner2019-03-061-0/+4
* Pass ConstString by value (NFC)Adrian Prantl2019-03-061-1/+1
* [Reproducers] Guard register macros that take lldb::thread_t on WindowsJonas Devlieghere2019-03-061-0/+4
* [Reproducers] Don't use VLA in SBReproducer redirectJonas Devlieghere2019-03-061-1/+1
* Re-commit logging for SBCompileUnit::GetNumLineEntries.Jason Molenda2019-03-061-1/+7
* [Reproducers] Enable replay from SBRepro.Jonas Devlieghere2019-03-061-3/+0
* [Reproducers] Don't intercept SBDebugger::SetInputFileHandleJonas Devlieghere2019-03-061-3/+1
* [Reproducers] Add SBReproducer macrosJonas Devlieghere2019-03-0666-983/+8842
* [SBAPI] Don't check IsValid in constructorJonas Devlieghere2019-03-0620-150/+136
* Revert logging addition to SBCompileUnit::GetNumLineEntries,Jason Molenda2019-03-051-6/+1
* Add logging to SBCompileUnit::GetNumLineEntries.Jason Molenda2019-03-051-1/+6
* Move ProcessInfo from Host to Utility.Zachary Turner2019-03-043-1/+3
* [build] Rename clang-headers to clang-resource-headersShoaib Meenai2019-03-041-1/+1
* [Reproducers] Capture and replay interpreter commands.Jonas Devlieghere2019-03-021-2/+51
* [CMake] Make liblldb depend on clang-headersAlex Langford2019-02-281-0/+4
* [Reprodicuers] Check initializationJonas Devlieghere2019-02-281-0/+4
* [Reproducers] Initialize reproducers before initializing the debugger.Jonas Devlieghere2019-02-216-64/+35
* Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere2019-02-1325-636/+636
* Use std::make_shared in LLDB (NFC)Jonas Devlieghere2019-02-1110-34/+54
* Update files to the new header that were incorrectly landed with the oldChandler Carruth2019-02-112-8/+6
* [Reproducers] SBReproducer framework: Capture & ReplayJonas Devlieghere2019-02-063-0/+124
* [Expressions] Add support of expressions evaluation in some object's contextAleksandr Urakov2019-02-051-0/+81
* Move FileAction, ProcessInfo and ProcessLaunchInfo from Target to HostPavel Labath2019-02-041-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1970-280/+210
* 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
OpenPOWER on IntegriCloud