summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* [TableGen] Move helpers into LLDBTableGenUtils.Jonas Devlieghere2019-07-316-28/+62
* [TableGen] Include vectorJonas Devlieghere2019-07-311-0/+1
* [SymbolFilePDB] Fix windows bots after rL367360Alex Langford2019-07-301-4/+12
* [TableGen] Reuse typedef across emitters (NFC)Jonas Devlieghere2019-07-303-18/+14
* [Symbol] Use llvm::Expected when getting TypeSystemsAlex Langford2019-07-3036-328/+596
* [SymbolFile] SymbolFileDWARF::ParseLineTable should lock its moduleAlex Langford2019-07-301-1/+1
* [Reproducers] Fix incorrect help messageJonas Devlieghere2019-07-301-2/+2
* [dotest] Remove multiprocessingJonas Devlieghere2019-07-306-1913/+5
* [lldb][NFC] Fix import-std-module tests that relied on fix-its to passRaphael Isemann2019-07-302-5/+5
* [lldb] Fix crash when tab-completing in multi-line exprRaphael Isemann2019-07-304-1/+61
* [lldb][NFC] Check in crashing test caseRaphael Isemann2019-07-303-0/+19
* [lldb][docs] Update documentation for monorepo and CMake cachesStefan Granitz2019-07-301-36/+144
* PECOFF: Fix a "memset clearing an object of non-trivial type" warningPavel Labath2019-07-302-34/+32
* SymbolVendor: Move locking into the Symbol FilesPavel Labath2019-07-308-160/+126
* [lldb] [test/lldb-vscode] Use realpath to match vscode behaviorMichal Gorny2019-07-301-2/+4
* [lldb] [test/lldb-vscode] Use os.path.dirname() [NFC]Michal Gorny2019-07-301-5/+5
* [lldb] [test] Mark newly running test XFAIL on NetBSDMichal Gorny2019-07-301-0/+1
* [NFC] avoid AlignedCharArray in lldbJF Bastien2019-07-292-3/+3
* [CMake] Move project() call to main CMake fileHaibo Huang2019-07-292-2/+1
* [Symbolication] Remove some dead code. Nothing exciting.Davide Italiano2019-07-291-2/+0
* [Symbolication] Remove a duplicate assignment.Davide Italiano2019-07-291-1/+0
* [Symbolication] Fix unicode compatibility between 2 and 3.Davide Italiano2019-07-291-1/+1
* [Reproducers] Pass FileCollector around as a shared_ptr (NFC)Jonas Devlieghere2019-07-294-14/+19
* Test load unloading of modules with libraries-svr4Antonio Afonso2019-07-291-0/+40
* [lldb] Qualify includes of Properties[Enum].inc files. NFCJordan Rupprecht2019-07-2934-71/+71
* [lldb] Also include the array definition in Properties.incJonas Devlieghere2019-07-2916-129/+105
* [lldb] Increase testsuite packet-timeout 5secs -> 1minJan Kratochvil2019-07-297-14/+33
* SymbolVendor: Make SectionAddressesChanged a passthroughPavel Labath2019-07-293-15/+17
* [lldb] [test] Mark three new tests XFAIL on NetBSDMichal Gorny2019-07-292-0/+3
* [lldb][NFC] Split emitting and parsing in LLDBOptionDefEmitterRaphael Isemann2019-07-291-42/+80
* [lldb][NFC] Remove DiagnosticManager::CopyDiagnosticsRaphael Isemann2019-07-292-11/+0
* [lldb] Also include the array definition in CommandOptions.incRaphael Isemann2019-07-2820-196/+26
* [CMake] Print the correct variablesJonas Devlieghere2019-07-261-1/+1
* [TableGen] Fix stale include pathsJonas Devlieghere2019-07-262-8/+8
* [TableGen] Move core properties into a separate file (NFC)Jonas Devlieghere2019-07-264-10/+12
* [TableGen] Move target properties into a separate file (NFC)Jonas Devlieghere2019-07-267-246/+257
* [TableGen] Move interpreter properties into a separate file (NFC)Jonas Devlieghere2019-07-265-34/+44
* Document that LLDB_LOG macros use the format_providers.Jim Ingham2019-07-261-0/+20
* [CMake] Fix find_python_libs_windowsJonas Devlieghere2019-07-261-0/+1
* [CMake] Print Python version on WindowsJonas Devlieghere2019-07-261-2/+2
* [CMake] Loosen Python version check and ignore patch versionJonas Devlieghere2019-07-261-10/+36
* [lldb][NFC] Remove eDiagnosticOriginGoRaphael Isemann2019-07-261-2/+0
* DWARF: Improve type safety or range lists parsingPavel Labath2019-07-265-16/+10
* [lldb] Don't dynamically allocate the posix option validator.Raphael Isemann2019-07-264-24/+21
* Fix some "control reaches end of non-void function" warningsPavel Labath2019-07-261-0/+2
* ObjectFileELF: Use llvm::JamCRC to refactor CRC32 computationFangrui Song2019-07-261-67/+9
* SymbolVendor: Move Symtab construction into the SymbolFilePavel Labath2019-07-2612-43/+38
* [dotest] Remove dead codeJonas Devlieghere2019-07-265-51/+3
* [Tests] Split inferior crashing testsJonas Devlieghere2019-07-264-196/+359
* [CMake] Add TableGen dependency to lldbInterpreter.Jonas Devlieghere2019-07-251-0/+2
OpenPOWER on IntegriCloud