summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* Format OptionEnumValueElement (NFC)Jonas Devlieghere2019-08-0211-151/+368
* [clang] Change FileManager to use llvm::ErrorOr instead of null on failureHarlan Haskins2019-08-012-6/+9
* Fix `skipIfSanitized` decorator on macOSJonas Devlieghere2019-08-014-20/+17
* Fix TestThreadSpecificBreakpoint on WindowsAdrian McCarthy2019-08-012-15/+14
* Add llvm-dwarfdump to the list of test dependenciesPavel Labath2019-08-011-0/+1
* [lit] Use ld.lld -z separate-code to work around a debug_line parsing bugFangrui Song2019-08-015-5/+5
* [lldb][NFC] Make ClangDiagnostic::m_fixit_vec privateRaphael Isemann2019-08-011-0/+1
* [lldb][docs] Update landing page for monorepoStefan Granitz2019-08-012-11/+17
* [lldb][CMake] Avoid 'Autogenerate scheme' dialogs in Xcode projectsStefan Granitz2019-08-011-0/+1
* [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
OpenPOWER on IntegriCloud