summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* [Target] Fix formatting and whitespace (NFC)Jonas Devlieghere2019-07-192-204/+191
* [Target] Return an llvm::Expected from GetEntryPointAddress (NFC)Jonas Devlieghere2019-07-193-36/+33
* 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
* [cmake] Update NATIVE build variables to account for standalone changesNathan Lanza2019-07-181-5/+4
* Remember to sort the Xcode project!!!Jim Ingham2019-07-181-2680/+2680
* Add an expectedFailure test for type finding.Jim Ingham2019-07-183-0/+83
* The switch to table-genning command options brokeJim Ingham2019-07-181-2680/+2705
* [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-185-30/+84
* [FileSpecList] Add EmplaceBack method (NFC)Jonas Devlieghere2019-07-186-9/+18
* [lldb][swig] Fix autodocs flag parsingJordan Rupprecht2019-07-181-1/+1
* Add offsetof support to expression evaluator.Raphael Isemann2019-07-187-0/+52
* [swig] Enable autodoc featureJonas Devlieghere2019-07-181-0/+1
* [LLDB] Remove lldb-miJonas Devlieghere2019-07-18196-35601/+0
* [CMake] Polish folders in generated Xcode projectStefan Granitz2019-07-183-2/+7
* [lldb][NFC] Tablegenify alias/regex/history/source/scriptRaphael Isemann2019-07-182-28/+69
* [CMake] Always build debugserver on Darwin and allow tests to use the system'...Stefan Granitz2019-07-187-145/+115
* [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
OpenPOWER on IntegriCloud