summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* [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
* [lldb] Don't double emit option groupsRaphael Isemann2019-07-181-1/+0
* Only build lldb-tblgen if it's not a current targetNathan Lanza2019-07-181-7/+13
* [cmake] Add NATIVE build for cross compiling standalone buildsNathan Lanza2019-07-181-0/+14
* [NFC] Clarify a Cmake status message regarding Python on LLDBConfigAdrian McCarthy2019-07-171-1/+1
* Ah, forgot a debug line I left in the dsym-for-uuid.sh scriptJason Molenda2019-07-171-1/+0
* Add support to ProcessMachCore::DoLoadCore to handle an EFI UUID str.Jason Molenda2019-07-176-0/+497
* Fix CreateFunctionTemplateSpecialization to prevent dangling poiner to stack ...Shafik Yaghmour2019-07-174-3/+43
* [docs] Adjust variable formatting tableJonas Devlieghere2019-07-171-1/+10
* [CMake] Remove duplicated logic to find Python when doing a standalone buildJonas Devlieghere2019-07-171-12/+0
* [CMake] Use LLVM_DIR and Clang_DIR for standalone builds.Jonas Devlieghere2019-07-171-11/+3
* [dotest] Disable color while testing.Jonas Devlieghere2019-07-171-0/+3
* [Test] Add module cache for TestWeakSymbolsJonas Devlieghere2019-07-171-1/+1
* [CMake] Avoid liblldb genex when figuring out the copy destination for framew...Stefan Granitz2019-07-171-1/+2
* [lldb] Make log for ClangModulesDeclVendor's compiler flag less verboseRaphael Isemann2019-07-171-11/+6
* [CMake] Move standalone check so we don't have to reconfigure LLDBJonas Devlieghere2019-07-172-100/+102
* [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-173-14/+34
* [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
* Don't require python exe and lib versions to match while crosscompilingNathan Lanza2019-07-161-1/+2
* add a workaround in GetLine to account for ReadFile not reporintg errorNathan Lanza2019-07-161-0/+11
* [Symbol] Remove unused fields from ClangASTContextAlex Langford2019-07-161-2/+0
* Fix LLDB Windows build Python version logic after r366243Reid Kleckner2019-07-161-0/+1
* [CMake] Fail when Python interpreter doesn't match Python libraries versionJonas Devlieghere2019-07-161-3/+6
* [CMake] Add Apple-lldb-Xcode.cmake cache that avoids install optionsStefan Granitz2019-07-161-0/+4
* Revert "[swig] Add workaround for old swig"Jonas Devlieghere2019-07-161-5/+0
* [SWIG] Deprecate SWIG 1.xJonas Devlieghere2019-07-161-0/+5
* [lldb] Rename Options.inc to CommandOptions.inc [NFC]Raphael Isemann2019-07-165-7/+7
* [lldb] Handle EOF from `lldb-vscode`Jan Kratochvil2019-07-161-0/+5
* [Target] Remove unused method Target::GetDefaultClangModuleSearchPathsAlex Langford2019-07-162-9/+0
* Update some file changes, but there's a dependency loop soJason Molenda2019-07-151-12/+4
* [LanguageRuntime] Move ObjCLanguageRuntime into a pluginAlex Langford2019-07-1533-30/+56
* [lldb][doc] Document how our LLDB table gen initialized optionsRaphael Isemann2019-07-151-0/+98
* [lldb] [test] Un-XFAIL TestFormattersSBAPI on NetBSDMichal Gorny2019-07-131-1/+0
* Make Python version setting actually effectiveJonas Devlieghere2019-07-131-1/+1
* [DWARFContext] Strip leading dot in section namesJonas Devlieghere2019-07-131-0/+2
* [LanguageRuntime] Move CPPLanguageRuntime into a pluginAlex Langford2019-07-1213-9/+23
* [ObjectContainerBSDArchive] Simplify a few things (NFC)Jonas Devlieghere2019-07-122-61/+70
* [Core] Generalize ValueObject::MaybeCalculateCompleteTypeAlex Langford2019-07-124-42/+52
* [lldb] Let table gen create command option initializers.Raphael Isemann2019-07-1213-29/+436
* [windows] re-call signal in sigint_handler for WindowsNathan Lanza2019-07-121-0/+3
* [Expression] Move IRDynamicChecks to ClangExpressionParserAlex Langford2019-07-128-56/+108
* [Target] Replace Plugin headers with non-plugin headersAlex Langford2019-07-111-2/+1
* Add convenience methods to convert LLDB to LLVM data structures.Jonas Devlieghere2019-07-117-10/+57
* [lldb] Make TestDeletedExecutable more reliableRaphael Isemann2019-07-112-5/+25
OpenPOWER on IntegriCloud