summaryrefslogtreecommitdiffstats
path: root/lldb/source/API
Commit message (Expand)AuthorAgeFilesLines
...
* [SystemInitializerFull] Fix header sorting (NFC)Jonas Devlieghere2019-04-241-2/+1
* [CMake] Emit LLDB.framework.dSYM to avoid potential name collision with drive...Stefan Granitz2019-04-181-0/+4
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-109-40/+0
* Remove unneeded #ifdef SWIGsPavel Labath2019-04-092-20/+3
* Get the run locker before you ask if your thread is valid.Jim Ingham2019-04-091-3/+3
* Rename Target::GetSharedModule to Target::GetOrCreateModule.Jason Molenda2019-04-081-2/+3
* [Reproducers] Capture return values of functions returning by ptr/refJonas Devlieghere2019-04-0356-75/+74
* Make operator==s consistent between c++ and python APIsPavel Labath2019-04-023-0/+45
* [Python] Remove Python include from ScriptInterpreterPython.hJonas Devlieghere2019-03-292-8/+0
* [Platform] Remove Kalimba PlatformJonas Devlieghere2019-03-271-3/+0
* [Python] Remove dynamic indirectionJonas Devlieghere2019-03-262-4/+0
* [Python] Define empty SWIG wrapper for unit testin"Jonas Devlieghere2019-03-261-0/+5
* [Python] Move SWIG wrapper dependency into the pluginJonas Devlieghere2019-03-251-5/+0
* [ScriptInterpreterPython] Move SWIG initialization into the Python plugin (NFC)Jonas Devlieghere2019-03-251-169/+1
* [lldb] [Reproducer] Move SBRegistry registration into declaring filesMichal Gorny2019-03-1967-2900/+3513
* [API] Remove unneded LLDB_DISABLE_PYTHON markers.Davide Italiano2019-03-187-45/+0
* Fix some "variable 'foo' set but not used" warningsPavel Labath2019-03-182-6/+2
* [Reproducers] Support capturing a reproducer without an explicit path.Jonas Devlieghere2019-03-121-0/+9
* [Reproducers] Implement log_append for function pointers.Jonas Devlieghere2019-03-113-10/+13
* [Reproducers] Replace callbacks with void*Jonas Devlieghere2019-03-113-13/+10
* 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
OpenPOWER on IntegriCloud