summaryrefslogtreecommitdiffstats
path: root/lldb/include
Commit message (Expand)AuthorAgeFilesLines
* Remove Stream::UnitTestRaphael Isemann2018-07-311-2/+0
* Narrow the CompletionRequest API to being append-only.Raphael Isemann2018-07-271-3/+32
* Remove unused History classRaphael Isemann2018-07-241-136/+0
* Move dumping code out of RegisterValue classPavel Labath2018-07-242-6/+31
* Fix some crashes and deadlocks in FormatAnsiTerminalCodesRaphael Isemann2018-07-161-3/+7
* Fix the libcxx set, multiset, vector and bitset formatters to work on referen...Jim Ingham2018-07-132-1/+18
* Add includes for CompletionRequest to every file that uses itRaphael Isemann2018-07-138-2/+8
* Replaced more boilerplate code with CompletionRequest (NFC)Raphael Isemann2018-07-1313-160/+91
* Get rid of the C-string parameter in DoExecuteRaphael Isemann2018-07-123-11/+11
* [process] Update the documentation for ReadMemory and DoReadMemory to include...Stella Stamenova2018-07-121-1/+14
* Allow specifying an exit code for the 'quit' commandRaphael Isemann2018-07-112-0/+49
* Refactor parsing of option lists with a raw string suffix.Raphael Isemann2018-07-102-0/+109
* Add LLDB_API to SBAddress's operator==.Alexander Polyakov2018-07-071-2/+2
* Address a few post facto review comments from Adrian.Jim Ingham2018-07-051-1/+5
* Fixed redefinition warnings with LLVM_ENABLE_MODULESRaphael Isemann2018-07-051-0/+2
* Add new API to SBTarget and SBModule classes.Alexander Polyakov2018-07-032-0/+30
* Fixed compilation failure after the code completion refactor patchRaphael Isemann2018-07-022-4/+4
* Refactoring for for the internal command line completion API (NFC)Raphael Isemann2018-07-026-111/+123
* UUID: Add support for arbitrary-sized module IDsPavel Labath2018-06-291-25/+27
* Add a way to load an image using a library name and list of paths.Jim Ingham2018-06-282-1/+71
* Add missing constness.Tatyana Krasnukha2018-06-272-2/+2
* Move AddressClass to private enums since API doesn't provide any functions to...Tatyana Krasnukha2018-06-278-37/+33
* The Process class ivar ivar was changed to a weak pointer, but was still _sp.Jim Ingham2018-06-261-3/+3
* Reverting r335656, SWIG doesn't like "enum class".Jim Ingham2018-06-261-1/+1
* Amend "Change AddressClass type from 'enum' to 'enum class'".Tatyana Krasnukha2018-06-261-1/+1
* Represent invalid UUIDs as UUIDs with length zeroPavel Labath2018-06-262-30/+35
* Change AddressClass type from 'enum' to 'enum class'.Tatyana Krasnukha2018-06-264-19/+19
* Remove UUID::SetFromCStringPavel Labath2018-06-211-1/+0
* Modernize UUID classPavel Labath2018-06-211-3/+4
* Improve SBThread's stepping API using SBError parameter.Alexander Polyakov2018-06-201-1/+15
* Fix compilation with mingw-w64 (pr37873)Pavel Labath2018-06-201-2/+2
* Remove dependency from Host to pythonPavel Labath2018-06-203-5/+0
* BreakpointIDList: Use llvm::ArrayRef instead of pointer+length pairPavel Labath2018-06-201-1/+1
* Replace HostInfo::GetLLDBPath with specific functionsPavel Labath2018-06-191-19/+33
* Use llvm::VersionTuple instead of manual version marshallingPavel Labath2018-06-1811-117/+35
* [FileSpec] Make style argument mandatory for SetFile. NFCJonas Devlieghere2018-06-132-3/+8
* [FileSpec] Delegate common operations to llvm::sys::pathJonas Devlieghere2018-06-131-2/+2
* Fix/unify the spelling of Objective-C.Adrian Prantl2018-06-131-1/+1
* Add modules support for lldb headers in include/Raphael Isemann2018-06-131-0/+139
* Add a new SBTarget::LoadCore() overload which surfaces errors if the load failsLeonard Mosescu2018-06-111-2/+3
* Editline: make #include <codecvt> conditionalPavel Labath2018-06-111-0/+2
* [cmake] Detect presence of wide-char libedit at build timePavel Labath2018-06-113-14/+14
* Added missing include to LoadedModuleInfoList.hRaphael Isemann2018-06-081-0/+1
* [DWARF] Add (empty) DebugNamesDWARFIndex class and a setting to control its usePavel Labath2018-06-061-0/+2
* Remove dependency from Host to clang.Zachary Turner2018-06-043-7/+3
* [lldb, process] Fix occasional hang when launching a process in LLDBStella Stamenova2018-06-011-0/+3
* Add .debug_names section glue codePavel Labath2018-06-011-0/+1
* Remove append parameter to FindGlobalVariablesPavel Labath2018-05-314-40/+13
* [LLDB] Re-apply r303907 that's reverted by mistakeTim Shen2018-05-301-3/+9
* [FileSpec] Re-implmenet removeLastPathComponentJonas Devlieghere2018-05-301-1/+8
OpenPOWER on IntegriCloud