summaryrefslogtreecommitdiffstats
path: root/lldb/source/API
Commit message (Expand)AuthorAgeFilesLines
* [lldb/Reproducer] Add SBReproducer::Replay overload (again)Jonas Devlieghere2020-01-101-0/+4
* Data formatters: Look through array element typedefsJaroslav Sevcik2020-01-101-2/+4
* [lldb/Bindings] Move bindings into their own subdirectoryJonas Devlieghere2020-01-091-4/+4
* [lldb][NFC] Use static_cast instead of reinterpret_cast where possibleRaphael Isemann2020-01-071-1/+1
* [CMake] Add $ORIGIN/../../../../lib to rpath if BUILD_SHARED_LIBS or LLVM_LIN...Fangrui Song2020-01-061-0/+8
* [lldb/CMake] Use PYTHON_LIBRARIES instead of PYTHON_LIBRARYJonas Devlieghere2020-01-021-2/+2
* [Lldb/Lua] Generate Lua BindingsJonas Devlieghere2019-12-211-0/+19
* [lldb] Expose more optional dependencies through GetBuildConfiguration()Jonas Devlieghere2019-12-201-0/+12
* [lldb/Lua] Add Boilerplate for a Lua Script InterpreterJonas Devlieghere2019-12-191-0/+8
* [lldb/CMake] Rename LLDB_DISABLE_PYTHON to LLDB_ENABLE_PYTHONJonas Devlieghere2019-12-133-8/+8
* [lldb/CMake] Rename LLDB_DISABLE_CURSES to LLDB_ENABLE_CURSESJonas Devlieghere2019-12-121-5/+1
* Remove TypeValidators (NFC in terms of the testsuite)Adrian Prantl2019-12-111-20/+0
* Revert "Temporarily revert [lldb] e81268d - [lldb/Reproducers] Support multip...Eric Christopher2019-12-101-2/+3
* Temporarily revert [lldb] e81268d - [lldb/Reproducers] Support multiple GDB r...Eric Christopher2019-12-101-3/+2
* [lldb/Host] Use Host/Config.h entries instead of a global define.Jonas Devlieghere2019-12-103-2/+4
* [lldb/Reproducers] Support multiple GDB remotesJonas Devlieghere2019-12-101-2/+3
* [lldb/Reproducers] Don't instrument SBFileSpec::GetPathJonas Devlieghere2019-12-041-1/+1
* [lldb/Reproducers] Add missing instrumentation for SBFile (2/2)Jonas Devlieghere2019-12-041-3/+3
* [lldb/Reproducers] Add missing instrumentation for SBFileJonas Devlieghere2019-12-042-16/+19
* Change Target::FindBreakpointsByName to return Expected<vector>Joseph Tremoulet2019-12-041-5/+8
* [lldb] Remove FileSpec(FileSpec*) constructorPavel Labath2019-12-041-1/+1
* [lldb][NFC] Migrate to raw_ostream in Module::GetDescriptionRaphael Isemann2019-12-041-1/+1
* [lldb/Reproducer] Add version checkJonas Devlieghere2019-12-031-2/+18
* [lldb] Remove FileSpec->CompileUnit inheritancePavel Labath2019-11-291-2/+2
* [lldb] NFC: refactor CompileUnit::ResolveSymbolContextKonrad Kleine2019-11-281-3/+4
* Revert "[lldb] NFC: refactor CompileUnit::ResolveSymbolContext"Raphael Isemann2019-11-281-4/+3
* [lldb] NFC: refactor CompileUnit::ResolveSymbolContextKonrad Kleine2019-11-281-3/+4
* [lldb][NFC] Allow range-based for-loops on VariableListRaphael Isemann2019-11-253-24/+15
* [Reproducer] Generate LLDB reproducer on crashJonas Devlieghere2019-11-201-1/+17
* [LLDB] Only set FRAMEWORK when we're actually building a framework.Jonas Devlieghere2019-11-121-1/+2
* [LLDB] Fix/silence CMake developer warning for LLDB framework.Jonas Devlieghere2019-11-121-1/+1
* [lldb] Remove dead code from STLUtils.hJonas Devlieghere2019-11-061-2/+1
* Add the ability to pass extra args to a Python breakpoint callback.Jim Ingham2019-10-253-21/+81
* Modernize the rest of the Find.* API (NFC)Adrian Prantl2019-10-172-35/+27
* [ARC] Add SystemV ABITatyana Krasnukha2019-10-171-1/+3
* SBCommandReturnObject: change LLDB_RECORD_METHOD(..., FILE *, ...) to use LLD...Fangrui Song2019-10-171-11/+10
* remove FILE* usage from SBStream.iLawrence D'Anna2019-10-151-2/+16
* SBFile::GetFile: convert SBFile back into python native files.Lawrence D'Anna2019-10-151-0/+6
* build fix for SBInstruction.Lawrence D'Anna2019-10-142-2/+2
* remove FILE* bindings from SBInstruction.Lawrence D'Anna2019-10-142-8/+46
* uint32_t options -> File::OpenOptions optionsLawrence D'Anna2019-10-142-2/+7
* remove FILE* usage from ReportEventState() and HandleProcessEvent()Lawrence D'Anna2019-10-142-15/+60
* update SBDebugger::SetInputFile() etc to work on native FilesLawrence D'Anna2019-10-101-0/+27
* remove a smattering of isolated, unnecessary uses of FILE*Lawrence D'Anna2019-10-091-4/+2
* SBFile support in SBCommandReturnObjectLawrence D'Anna2019-10-093-10/+77
* allow arbitrary python streams to be converted to SBFileLawrence D'Anna2019-10-091-1/+3
* Remove the is_mangled flag from Mangled and SymbolAdrian Prantl2019-10-091-1/+1
* [Reproducer] Don't isntrument methods that get called from the signal handler.Jonas Devlieghere2019-10-081-5/+4
* [lldb] Fix crash on SBCommandReturnObject & assignmentJan Kratochvil2019-10-042-56/+68
* [lldb] Get the TargetAPI lock in SBProcess::IsInstrumentationRuntimePresentRaphael Isemann2019-10-041-0/+3
OpenPOWER on IntegriCloud