summaryrefslogtreecommitdiffstats
path: root/lldb/source/API
Commit message (Expand)AuthorAgeFilesLines
* [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
* Pass an SBStructuredData to scripted ThreadPlans on use.Jim Ingham2019-10-032-4/+72
* factor out an abstract base class for FileLawrence D'Anna2019-10-032-6/+6
* SBDebugger::SetInputFile, SetOutputFile, etc.Lawrence D'Anna2019-10-032-14/+105
* new api class: SBFileLawrence D'Anna2019-10-033-0/+115
* Remove size_t return parameter from FindTypesAdrian Prantl2019-10-012-19/+15
* remove File::SetStream(), make new files instead.Lawrence D'Anna2019-09-271-9/+6
* Convert FileSystem::Open() to return Expected<FileUP>Lawrence D'Anna2019-09-261-33/+28
* SystemInitializer: Define macros for experimental targets tooPavel Labath2019-09-261-0/+2
* [lldb] Code cleanup: Simplify SBCommandReturnObjectJan Kratochvil2019-09-261-82/+51
* SystemInitializer: Use Targets.def to selectively initialize ABI pluginsPavel Labath2019-09-262-61/+34
* Have ABI plugins vend llvm MCRegisterInfo dataPavel Labath2019-09-252-14/+48
* [lldb][NFC] Make ArgEntry::quote private and provide a getterRaphael Isemann2019-09-131-1/+1
* [Reproducer] Move the command loader into the reproducer (NFC)Jonas Devlieghere2019-09-111-48/+6
* [NFC] Reformat SBDebugger before making changesJonas Devlieghere2019-09-111-31/+14
* [lldb][NFC] Remove dead code in SBAddress::GetDescriptionRaphael Isemann2019-09-111-6/+0
* Code cleanup: Change FormattersContainer::KeyType from SP to rvalueJan Kratochvil2019-09-042-12/+12
* [dotest] Add @skipIfCursesSupportMissing and annotate the new gui testPavel Labath2019-09-021-0/+7
* [lldb][NFC] Remove WordComplete mode, make result array indexed from 0 and re...Raphael Isemann2019-08-221-15/+41
OpenPOWER on IntegriCloud