summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* Make LLVM_APPEND_VC_REV=OFF affect clang, lld, and lldb as well.Nico Weber2020-06-231-2/+2
* [lldb] [PECOFF] Only use PECallFrameInfo on the one supported architectureMartin Storsjö2020-05-181-0/+3
* Revert abb00753 "build: reduce CMake handling for zlib" (PR44780)Hans Wennborg2020-03-032-3/+3
* Fix a buffer-size bug when the first DW_OP_piece is undefinedAdrian Prantl2020-02-192-1/+10
* Add testing for DW_OP_piece and fix a bug with small Scalar values.Adrian Prantl2020-02-192-5/+34
* [LLDB] Fix compilation with GCC 5Martin Storsjö2020-02-064-3/+12
* [lldb] Fix nondeterminism in TestCppBitfieldsPavel Labath2020-01-282-2/+2
* [LLDB] Fix the handling of unnamed bit-fields when parsing DWARFshafik2020-01-275-135/+255
* [lldb] Add expect_expr function for testing expression evaluation in dotests.Raphael Isemann2020-01-153-5/+45
* [lldb/test] Add test for CMTime data formatterJonas Devlieghere2020-01-143-0/+67
* [lldb/CommandInterpreter] Remove flag that's always true (NFC)Jonas Devlieghere2020-01-148-31/+13
* dotest.py: Add option to pass extra lldb settings to dotestAdrian Prantl2020-01-143-9/+28
* [lldb/test] test_breakpoints_func_full from TestNamespace.NamespaceBreakpoint...Stella Stamenova2020-01-141-1/+0
* [lldb/Utility] Use assert instead of llvm_unreachable for LLDBAssertJonas Devlieghere2020-01-141-3/+3
* [lldb/DWARF] Move location list sections into DWARFContextPavel Labath2020-01-1412-19/+70
* Expression eval lookup speedup by not returning methods in ManualDWARFIndex::...Levon Ter-Grigoryan2020-01-144-16/+17
* [lldb][NFC] Make name parameter in AddMethodToCXXRecordType a StringRefRaphael Isemann2020-01-142-14/+11
* [lldb/Expression] Improve interpreter error message with a non-running targetMed Ismail Bennani2020-01-142-6/+7
* [lldb][NFC] Cleanup ClangASTContext::CompleteTagDeclarationDefinitionRaphael Isemann2020-01-141-57/+52
* [lldb][NFC] Rewrite python_api/rdar-12481949 testRaphael Isemann2020-01-145-82/+24
* [lldb] Don't defend against internal LLVM errors in IRInterpreterRaphael Isemann2020-01-141-125/+13
* [lldb] Fix that SBThread.GetStopDescription is returning strings with uniniti...Raphael Isemann2020-01-143-11/+37
* [lldb/Utility] Add std::move to make placate clang 3.8Jonas Devlieghere2020-01-131-2/+2
* [LanguageRuntime] Retire an unused member function. NFCI.Davide Italiano2020-01-134-42/+0
* [lldb-server] Prefer target_include_directoriesAlex Langford2020-01-131-2/+1
* [lldb] Revert ddf044290ede for TestProcessAPI.pyRaphael Isemann2020-01-131-1/+0
* [lldb-server] Remove dead CMake codeAlex Langford2020-01-131-24/+0
* [lldb/Docs] Extend description section of the main pageJonas Devlieghere2020-01-131-2/+9
* [lldb/Scripts] Remove SWIG botJonas Devlieghere2020-01-135-621/+0
* [lldb][NFC] Remove debug print statement from TestExprDiagnostics.pyRaphael Isemann2020-01-131-1/+0
* [lldb] Fix lookup of symbols with the same address range but different bindingJan Kratochvil2020-01-135-2/+70
* [lldb][NFC] Use range-based for loops in IRInterpreterRaphael Isemann2020-01-131-16/+12
* [lldb] Fix eh-frame-small-fde test for changes in lldPavel Labath2020-01-131-8/+3
* [lldb] Mark several tests as not dependent on debug infoRaphael Isemann2020-01-1340-39/+42
* [Disassembler] Delete the VStream parameter of MCDisassembler::getInstruction()Fangrui Song2020-01-113-13/+11
* [lldb/Reproducer] Add SBReproducer::Replay overload (again)Jonas Devlieghere2020-01-102-1/+6
* lldbutil: Forward ASan launch info to test inferiorsVedant Kumar2020-01-102-1/+14
* [lldb/Utils] Remove vim-lldbJonas Devlieghere2020-01-109-1834/+0
* [lldb/Test] Bypass LLDB_TEST_COMMON_ARGS for certain dotest args (NFC)Jonas Devlieghere2020-01-104-15/+39
* [lldb/Scripts] Move android script from underneath Python dirJonas Devlieghere2020-01-102-26/+0
* [lldb/Scripts] Remove remote-build.pyJonas Devlieghere2020-01-101-312/+0
* [lldb/Scripts] Remove buildbot.pyJonas Devlieghere2020-01-101-196/+0
* [lldb] Fix TestClangASTContext.TestFunctionTemplateInRecordConstruction in De...Raphael Isemann2020-01-101-1/+5
* [lldb] Make CompleteTagDeclsScope completion order deterministicRaphael Isemann2020-01-101-5/+3
* [lldb/Lua] Support loading Lua modulesJonas Devlieghere2020-01-106-0/+69
* [lldb] Remove FieldDecl stealing hack by rerouting indirect imports to the or...Raphael Isemann2020-01-102-14/+33
* Add missing nullptr checks.Adrian Prantl2020-01-108-29/+42
* [lldb][tests] Make it possible to expect failure for a whole categoryTatyana Krasnukha2020-01-104-4/+24
* [lldb][tests][NFC] Unify variable naming conventionTatyana Krasnukha2020-01-105-45/+45
* RangeDataVector: Support custom sorting for D63540Jan Kratochvil2020-01-102-23/+54