summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core
Commit message (Expand)AuthorAgeFilesLines
...
* Fix PC adjustment in StackFrame::GetSymbolContextJoseph Tremoulet2019-08-021-0/+18
* SymbolVendor: Introduce Module::GetSymbolFilePavel Labath2019-08-021-43/+37
* Format OptionEnumValueElement (NFC)Jonas Devlieghere2019-08-021-31/+71
* Fix issues with inferior stdout coming out of orderPavel Labath2019-07-311-63/+20
* [CompletionRequest] Remove unimplemented members.Jonas Devlieghere2019-07-312-13/+7
* [StringList] Change LongestCommonPrefix APIJonas Devlieghere2019-07-311-2/+1
* [Symbol] Use llvm::Expected when getting TypeSystemsAlex Langford2019-07-302-9/+15
* [lldb] Fix crash when tab-completing in multi-line exprRaphael Isemann2019-07-301-1/+1
* [lldb] Qualify includes of Properties[Enum].inc files. NFCJordan Rupprecht2019-07-294-8/+8
* [lldb] Also include the array definition in Properties.incJonas Devlieghere2019-07-292-22/+18
* [TableGen] Fix stale include pathsJonas Devlieghere2019-07-262-8/+8
* [TableGen] Move core properties into a separate file (NFC)Jonas Devlieghere2019-07-262-1/+129
* Let tablegen generate property definitionsJonas Devlieghere2019-07-253-128/+15
* SymbolVendor: Remove the type list memberPavel Labath2019-07-251-7/+0
* [Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere2019-07-249-170/+161
* [Logging] Fix format stringsJonas Devlieghere2019-07-231-10/+10
* [Logging] Replace LogIfAnyCategoriesSet with LLDB_LOG.Jonas Devlieghere2019-07-221-26/+24
* [Symbol] Improve Variable::GetLanguageAlex Langford2019-07-221-10/+1
* check for interrupt from fgets on WindowsNathan Lanza2019-07-191-0/+3
* [FileSpecList] Add EmplaceBack method (NFC)Jonas Devlieghere2019-07-181-3/+3
* add a workaround in GetLine to account for ReadFile not reporintg errorNathan Lanza2019-07-161-0/+11
* [Core] Generalize ValueObject::MaybeCalculateCompleteTypeAlex Langford2019-07-121-42/+11
* Change LaunchThread interface to return an expected.Jonas Devlieghere2019-07-052-7/+37
* [Core] Generalize ValueObject::IsRuntimeSupportValueAlex Langford2019-07-011-11/+21
* [Target] Decouple ObjCLanguageRuntime from LanguageRuntimeAlex Langford2019-06-211-1/+13
* Add color to the default thread and frame format.Jonas Devlieghere2019-06-172-13/+20
* [lldb] [test] Extend D55859 symbols.enable-external-lookup=false for more tes...Jan Kratochvil2019-06-171-0/+5
* Recognise debug_types.dwo as a debug info sectionPavel Labath2019-06-121-0/+2
* [Target] Remove Process::GetObjCLanguageRuntimeAlex Langford2019-06-101-3/+2
* [FormatEntity] Ignore ASCII escape sequences when colors are disabled.Jonas Devlieghere2019-05-311-12/+15
* Fix integer literals which are cast to boolJonas Devlieghere2019-05-241-1/+1
* Test commit access by removing a empty lineAntonio Afonso2019-05-231-1/+0
* [lldb] fix cannot convert from 'nullptr' to 'lldb::thread_result_t'Konrad Kleine2019-05-232-3/+3
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-2311-89/+90
* Delete unnecessary copy ctorsFangrui Song2019-05-221-3/+0
* Factor out switch statement into a helper function (NFC)Adrian Prantl2019-05-161-10/+4
* Make sure GetObjectDescription falls back to the Objective-C runtime.Adrian Prantl2019-05-161-27/+29
* Delete unnecessary copy ctors/copy assignment operatorsFangrui Song2019-05-153-24/+0
* Revert "Disable the step over skipping calls feature since buildbots are not ...Pavel Labath2019-05-101-2/+2
* Disable the step over skipping calls feature since buildbots are not happy.Greg Clayton2019-05-101-2/+2
* Improve step over performance by not stopping at branches that are function c...Greg Clayton2019-05-091-1/+4
* [Core] Remove unused dependenciesAlex Langford2019-05-071-2/+0
* Include inlined functions when figuring out a contiguous address rangeGreg Clayton2019-05-061-0/+18
* Supply a default implementation of IsRuntimeSupportValue.Adrian Prantl2019-05-031-0/+4
* [FormatEntity] Remove unused format type (NFC)Jonas Devlieghere2019-04-271-98/+84
* [ScriptInterpreter] Move ownership into debugger (NFC)Jonas Devlieghere2019-04-263-11/+21
* [CommandInterpreter] Remove scripting language argument. (NFC)Jonas Devlieghere2019-04-261-2/+2
* [ScriptInterpreter] Pass the debugger instead of the command interpreterJonas Devlieghere2019-04-261-4/+5
* Correctly check if a warning message lacks a trailing new lineRaphael Isemann2019-04-161-3/+3
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-1017-100/+0
OpenPOWER on IntegriCloud