summaryrefslogtreecommitdiffstats
path: root/lldb/source
Commit message (Expand)AuthorAgeFilesLines
* [ExpressionParser] Handle llvm::Expected resultJonas Devlieghere2019-07-231-2/+10
* [ExpressionParser] Fix formatting and whitespace (NFC)Jonas Devlieghere2019-07-231-32/+32
* Revert "Revert "Add ReadCStringFromMemory for faster string reads""Antonio Afonso2019-07-233-7/+60
* Revert "Revert "Implement xfer:libraries-svr4:read packet""Antonio Afonso2019-07-237-4/+126
* [Logging] Fix format stringsJonas Devlieghere2019-07-232-18/+16
* [lldb][NFC] Tablegenify processRaphael Isemann2019-07-232-25/+62
* ProcessMachCore: Fix a -Wmisleading-indentation warningPavel Labath2019-07-231-36/+35
* Fix windows build after r366791Pavel Labath2019-07-231-1/+3
* [lldb][NFC] Tablegenify sourceRaphael Isemann2019-07-232-19/+46
* SymbolVendor: Move compile unit handling into the SymbolFile classPavel Labath2019-07-2314-130/+118
* [lldb][NFC] Tablegenify disassembleRaphael Isemann2019-07-232-24/+41
* [Logging] Replace LogIfAnyCategoriesSet with LLDB_LOG.Jonas Devlieghere2019-07-224-61/+32
* [Symbol] Improve Variable::GetLanguageAlex Langford2019-07-222-14/+14
* [Windows] Fix race condition between state changesAdrian McCarthy2019-07-221-11/+10
* ELF: Fix a "memset clearing object of non-trivial type" warningPavel Labath2019-07-222-16/+3
* [lldb][NFC] Tablegenify breakpointRaphael Isemann2019-07-223-136/+265
* [lldb] Fix crash when looking up type coming from the ClangModuleDeclVendorRaphael Isemann2019-07-211-1/+11
* [NativePDB] Make GetOrCreateDeclForUid return an lldb CompilerDeclNathan Lanza2019-07-213-12/+16
* [lldb] Fix buildbot build fail caused by r366645Yuanfang Chen2019-07-211-2/+2
* Support Linux signal return trampolines in frame initializationJoseph Tremoulet2019-07-1924-12/+53
* [lldb][NFC] Tablegenify targetRaphael Isemann2019-07-193-66/+168
* [Target] Fix formatting and whitespace (NFC)Jonas Devlieghere2019-07-191-158/+148
* [Target] Return an llvm::Expected from GetEntryPointAddress (NFC)Jonas Devlieghere2019-07-192-33/+30
* check for interrupt from fgets on WindowsNathan Lanza2019-07-191-0/+3
* [NFC] Remove instances of unused ClangASTContext headerAlex Langford2019-07-193-3/+2
* [Commands] Remove unused header from CommandObjectFrameAlex Langford2019-07-191-1/+0
* [Breakpoint] Replace use of ClangASTContext with TypeSystemAlex Langford2019-07-181-2/+3
* Fall back to dyld's _dyld_start when no LC_MAIN / main() func can be foundJason Molenda2019-07-184-30/+66
* [FileSpecList] Add EmplaceBack method (NFC)Jonas Devlieghere2019-07-185-9/+9
* Add offsetof support to expression evaluator.Raphael Isemann2019-07-181-0/+3
* [lldb][NFC] Tablegenify alias/regex/history/source/scriptRaphael Isemann2019-07-182-28/+69
* [lldb][NFC] Format 'type' commands in Options.tdRaphael Isemann2019-07-181-46/+98
* [lldb] Tablegenify thread commands and fix completion bug for thread step-*Raphael Isemann2019-07-182-39/+100
* [lldb][NFC] Tablegenify type commandsRaphael Isemann2019-07-182-68/+101
* Add support to ProcessMachCore::DoLoadCore to handle an EFI UUID str.Jason Molenda2019-07-171-0/+55
* Fix CreateFunctionTemplateSpecialization to prevent dangling poiner to stack ...Shafik Yaghmour2019-07-171-3/+4
* [lldb] Make log for ClangModulesDeclVendor's compiler flag less verboseRaphael Isemann2019-07-171-11/+6
* [NativePDB] Add a FromCompilerDecl for going from lldb -> clangNathan Lanza2019-07-172-0/+5
* [ASTImporter] Fix LLDB lookup in transparent ctx and with ext srcGabor Marton2019-07-171-12/+18
* [lldb][NFC] Tablegenify watchpoint commandsRaphael Isemann2019-07-173-17/+46
* [Target][NFCI] Remove commented out codeAlex Langford2019-07-171-2/+0
* [NativePDB] Make GetTranslationUnitDecl return an lldb CompilerDeclCtxNathan Lanza2019-07-172-10/+11
* [Target][NFCI] Rename variableAlex Langford2019-07-171-8/+8
* add a workaround in GetLine to account for ReadFile not reporintg errorNathan Lanza2019-07-161-0/+11
* [lldb] Rename Options.inc to CommandOptions.inc [NFC]Raphael Isemann2019-07-165-7/+7
* [Target] Remove unused method Target::GetDefaultClangModuleSearchPathsAlex Langford2019-07-161-7/+0
* [LanguageRuntime] Move ObjCLanguageRuntime into a pluginAlex Langford2019-07-1533-30/+485
* [lldb][doc] Document how our LLDB table gen initialized optionsRaphael Isemann2019-07-151-0/+98
* [DWARFContext] Strip leading dot in section namesJonas Devlieghere2019-07-131-0/+2
* [LanguageRuntime] Move CPPLanguageRuntime into a pluginAlex Langford2019-07-1213-9/+113
OpenPOWER on IntegriCloud