aboutsummaryrefslogtreecommitdiff
path: root/lldb
AgeCommit message (Expand)AuthorFilesLines
2019-11-27Merging r372835:Michal Gorny2-10/+13
2019-11-26[lldb] Fix readline/libedit compat patch for py2serge-sans-paille1-1/+9
2019-11-21[lldb] [Python] Build readline override module only on LinuxMichał Górny1-1/+1
2019-11-21Revert and patch "[Python] Remove readline module"serge-sans-paille4-0/+124
2019-11-13Revert "Fix lookup of symbols at the same address with no size vs. size"Muhammad Omair Javaid3-30/+2
2019-10-11[lldb][cmake] Fix build with GCC 4.8 and wchar-enabled libeditTom Stellard1-2/+7
2019-08-26Merging r367115, r367125, r367127, and r367153.Hans Wennborg1-10/+37
2019-08-08Merging r366513:Hans Wennborg1-5/+4
2019-08-01Merging r367308:Hans Wennborg4-1/+61
2019-08-01Merging r367414:Hans Wennborg5-10/+19
2019-07-26Merging r366985:Hans Wennborg3-79/+16
2019-07-19Merging r366433:Hans Wennborg7-145/+115
2019-07-18[lldb][NFC] Format 'type' commands in Options.tdRaphael Isemann1-46/+98
2019-07-18[lldb] Tablegenify thread commands and fix completion bug for thread step-*Raphael Isemann2-39/+100
2019-07-18[lldb][NFC] Tablegenify type commandsRaphael Isemann2-68/+101
2019-07-18[lldb] Don't double emit option groupsRaphael Isemann1-1/+0
2019-07-18Only build lldb-tblgen if it's not a current targetNathan Lanza1-7/+13
2019-07-18[cmake] Add NATIVE build for cross compiling standalone buildsNathan Lanza1-0/+14
2019-07-17[NFC] Clarify a Cmake status message regarding Python on LLDBConfigAdrian McCarthy1-1/+1
2019-07-17Ah, forgot a debug line I left in the dsym-for-uuid.sh scriptJason Molenda1-1/+0
2019-07-17Add support to ProcessMachCore::DoLoadCore to handle an EFI UUID str.Jason Molenda6-0/+497
2019-07-17Fix CreateFunctionTemplateSpecialization to prevent dangling poiner to stack ...Shafik Yaghmour4-3/+43
2019-07-17[docs] Adjust variable formatting tableJonas Devlieghere1-1/+10
2019-07-17[CMake] Remove duplicated logic to find Python when doing a standalone buildJonas Devlieghere1-12/+0
2019-07-17[CMake] Use LLVM_DIR and Clang_DIR for standalone builds.Jonas Devlieghere1-11/+3
2019-07-17[dotest] Disable color while testing.Jonas Devlieghere1-0/+3
2019-07-17[Test] Add module cache for TestWeakSymbolsJonas Devlieghere1-1/+1
2019-07-17[CMake] Avoid liblldb genex when figuring out the copy destination for framew...Stefan Granitz1-1/+2
2019-07-17[lldb] Make log for ClangModulesDeclVendor's compiler flag less verboseRaphael Isemann1-11/+6
2019-07-17[CMake] Move standalone check so we don't have to reconfigure LLDBJonas Devlieghere2-100/+102
2019-07-17[NativePDB] Add a FromCompilerDecl for going from lldb -> clangNathan Lanza2-0/+5
2019-07-17[ASTImporter] Fix LLDB lookup in transparent ctx and with ext srcGabor Marton3-14/+34
2019-07-17[lldb][NFC] Tablegenify watchpoint commandsRaphael Isemann3-17/+46
2019-07-17[Target][NFCI] Remove commented out codeAlex Langford1-2/+0
2019-07-17[NativePDB] Make GetTranslationUnitDecl return an lldb CompilerDeclCtxNathan Lanza2-10/+11
2019-07-17[Target][NFCI] Rename variableAlex Langford1-8/+8
2019-07-16Don't require python exe and lib versions to match while crosscompilingNathan Lanza1-1/+2
2019-07-16add a workaround in GetLine to account for ReadFile not reporintg errorNathan Lanza1-0/+11
2019-07-16[Symbol] Remove unused fields from ClangASTContextAlex Langford1-2/+0
2019-07-16Fix LLDB Windows build Python version logic after r366243Reid Kleckner1-0/+1
2019-07-16[CMake] Fail when Python interpreter doesn't match Python libraries versionJonas Devlieghere1-3/+6
2019-07-16[CMake] Add Apple-lldb-Xcode.cmake cache that avoids install optionsStefan Granitz1-0/+4
2019-07-16Revert "[swig] Add workaround for old swig"Jonas Devlieghere1-5/+0
2019-07-16[SWIG] Deprecate SWIG 1.xJonas Devlieghere1-0/+5
2019-07-16[lldb] Rename Options.inc to CommandOptions.inc [NFC]Raphael Isemann5-7/+7
2019-07-16[lldb] Handle EOF from `lldb-vscode`Jan Kratochvil1-0/+5
2019-07-16[Target] Remove unused method Target::GetDefaultClangModuleSearchPathsAlex Langford2-9/+0
2019-07-15Update some file changes, but there's a dependency loop soJason Molenda1-12/+4
2019-07-15[LanguageRuntime] Move ObjCLanguageRuntime into a pluginAlex Langford33-30/+56
2019-07-15[lldb][doc] Document how our LLDB table gen initialized optionsRaphael Isemann1-0/+98