summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* [Reproducers] Force replay in synchronous mode.Jonas Devlieghere2019-07-312-1/+18
* [GDBRemote] Reflow comments and improve docs.Jonas Devlieghere2019-07-311-31/+35
* [API] Remove use of ClangASTContext from SBTargetAlex Langford2019-07-313-13/+42
* [CommandCompletions] Remove commented out code.Jonas Devlieghere2019-07-311-8/+0
* Fix completion for functions in anonymous namespacesJonas Devlieghere2019-07-313-1/+11
* Don't crash when pass by value struct has no definition.Greg Clayton2019-07-311-1/+1
* [lldb][NFC] Check in completion crash test caseRaphael Isemann2019-07-313-0/+18
* Fix issues with inferior stdout coming out of orderPavel Labath2019-07-314-92/+32
* [lldb][NFC] Check in another crashing test caseRaphael Isemann2019-07-313-0/+18
* [ProcessWindows] Choose a register context file by preprocessorTatyana Krasnukha2019-07-315-10/+19
* Add llvm-style RTTI to ObjectFile hierarchyPavel Labath2019-07-3120-35/+76
* [lldb][NFC] Check in completion crash test in lambdaRaphael Isemann2019-07-313-0/+13
* Add missing includes to SymbolFilePDBTestsPavel Labath2019-07-312-0/+2
* [lldb][docs] Add CMake version notes for -B flagStefan Granitz2019-07-312-4/+23
* SymbolVendor: Remove the object file member variablePavel Labath2019-07-3119-141/+145
* Change '|' to '&' in conditional.Richard Trieu2019-07-311-1/+1
* [CompletionRequest] Remove unimplemented members.Jonas Devlieghere2019-07-3113-68/+21
* [StringList] Change LongestCommonPrefix APIJonas Devlieghere2019-07-315-19/+11
* [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
OpenPOWER on IntegriCloud