summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* [Reproducer] Limit signals to macro define sin <csignal>Jonas Devlieghere2019-11-202-10/+0
* Handle the case where the 'g' packet doesn't get all regs.Jason Molenda2019-11-203-1/+214
* [Driver] Fix missing space in lldb --help output.Jonas Devlieghere2019-11-201-1/+1
* [Docs] Fix Sphinx warning (treated as error)Jonas Devlieghere2019-11-201-8/+8
* [Reproducer] Generate LLDB reproducer on crashJonas Devlieghere2019-11-208-4/+194
* [lldb] Fix NSURL data formatter truncation issueDavide Italiano2019-11-201-21/+33
* [lldb] [test] Un-XFAIL one lldb-server test on NetBSDMichał Górny2019-11-201-1/+0
* [debugserver] Set arch based on TARGET_TRIPLEVedant Kumar2019-11-201-4/+4
* [lldb][NFC] Move searching for $__lldb_objc_class into its own functionRaphael Isemann2019-11-202-122/+134
* [lldb][NFC] Move searching for $__lldb_class into its own function in ClangEx...Raphael Isemann2019-11-202-94/+117
* [lldb][NFC] Move ClangExpressionDeclMap's persistent decl search into its own...Raphael Isemann2019-11-202-53/+73
* [lldb][NFC] Remove unused ClangASTContext::GetUnknownAnyTypeRaphael Isemann2019-11-202-13/+0
* [lldb][NFC] Simplify ClangASTContext::GetBasicTypesRaphael Isemann2019-11-204-34/+19
* [lldb][NFC] Remove ClangASTContext::GetAsDeclContextRaphael Isemann2019-11-203-23/+4
* [lldb][NFC] Remove ClangASTContext::FieldIsBitfield overloadRaphael Isemann2019-11-202-14/+4
* [lldb][NFC] Remove ClangASTContext::GetUniqueNamespaceDeclaration overloadRaphael Isemann2019-11-203-19/+6
* Reland "[clang] Remove the DIFlagArgumentNotModified debug info flag"Djordje Todorovic2019-11-201-1/+2
* [Reproducer] Namespace the reproducer dump options.Jonas Devlieghere2019-11-192-3/+3
* [lldb][test] Prevent \n in calls to lldb's expect() test helper.Jordan Rupprecht2019-11-192-17/+15
* Add a "Using LLDB" section to the welcome page of the websiteAdrian Prantl2019-11-194-17/+31
* [LLDB] Fix formatting in the driver (NFC)Jonas Devlieghere2019-11-191-2/+1
* [lldb] Add logging to IRExecutionUnit::GetStaticInitializersRaphael Isemann2019-11-191-6/+21
* [lldb][NFC] Early exit in IRExecutionUnit::GetStaticInitializersRaphael Isemann2019-11-191-24/+28
* [lldb] Also test Get[De]mangledName of SBType in TestSBTypeClassMembers.pyRaphael Isemann2019-11-191-0/+14
* [lldb] Remove ClangExpressionDeclMap::ResolveUnknownTypesRaphael Isemann2019-11-194-93/+1
* Mark PR44037 tests as XFAIL on AArch64 Linux dwoDiana Picus2019-11-194-1/+24
* [lldb-server] Use LLDB_LOG_ERROR to consume Error<> even if logging is disabledMartin Storsjö2019-11-193-12/+12
* Revert "[CMake] Re-enable -Wno-gnu-anonymous-struct & -Wno-nested-anon-types."Jonas Devlieghere2019-11-181-12/+0
* [CMake] Re-enable -Wno-gnu-anonymous-struct & -Wno-nested-anon-types.Jonas Devlieghere2019-11-181-0/+6
* [Docs] Add reproducer documentationJonas Devlieghere2019-11-182-0/+117
* [lldb] [test] XFAIL more lldb-server tests on NetBSDMichał Górny2019-11-181-0/+11
* [lldb] [test] Mark segv-related tests XFAIL on NetBSDMichał Górny2019-11-183-0/+3
* [lldb] [unittest] Skip TestStopReplyContainsThreadPcs on NetBSDMichał Górny2019-11-181-1/+7
* [lldb] [unittest] Reenable MainLoopTest.DetectsEOF on NetBSDMichał Górny2019-11-181-4/+0
* [Signal] Allow llvm clients to opt into one-shot SIGPIPE handlingVedant Kumar2019-11-182-21/+2
* Replace bitfield in lldb::Type with byte-sized members. (NFC)Adrian Prantl2019-11-185-89/+74
* [Docs] Add Python caveats under the development sectionJonas Devlieghere2019-11-183-0/+43
* [lldb] Fix JSON parser to allow empty arraysAlex Cameron2019-11-184-3/+104
* [lldb][NFC] Cleanup comments in ClangASTSource.hRaphael Isemann2019-11-181-22/+23
* [lldb] [Process/NetBSD] Implement thread name gettingMichał Górny2019-11-183-3/+39
* [lldb] [test] Enable lldb-server tests on NetBSD, and set XFAILsMichał Górny2019-11-1811-2/+28
* Remove +x permission on some filesSylvestre Ledru2019-11-161-0/+0
* [lldb-vscode] support the completion requestWalter Erquinigo2019-11-157-3/+302
* Avoid including Builtins.h in Preprocessor.hReid Kleckner2019-11-151-0/+1
* Fix -Wunused-result warnings in LLDBReid Kleckner2019-11-152-4/+4
* Add a testcase for Clang modules being updated within one LLDB session.Adrian Prantl2019-11-157-3/+91
* dotest: Add a way for the run_to_* helpers to register dylibsFred Riss2019-11-152-12/+26
* [-gmodules] Let LLDB log a warning if the Clang module hash mismatches.Adrian Prantl2019-11-159-18/+169
* Add RTTI support to the SymbolFile class hierarchyAdrian Prantl2019-11-1519-1/+115
* Rename posix/FileSystem.cpp to FileSystemPosix.cppAdrian Prantl2019-11-152-1/+1
OpenPOWER on IntegriCloud