summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* [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
* [lldb][tests] Cleanup '.categories'Tatyana Krasnukha2020-01-106-5/+1
* [lldb][test] NFC, re-use _getTestPath() functionTatyana Krasnukha2020-01-101-21/+14
* [lldb][tests] Take into account all parent's categories when traverse folders...Tatyana Krasnukha2020-01-102-12/+13
* [lldb] Surpress "bitfield too small" gcc warningPavel Labath2020-01-101-3/+3
* [lldb/DWARF] Don't automatically search dwo unit attributesPavel Labath2020-01-104-23/+7
* [lldb/lua] Make convenience_variables.test compatible with lua-5.1Pavel Labath2020-01-101-5/+5
* Data formatters: Look through array element typedefsJaroslav Sevcik2020-01-106-6/+54
* When reading Aux file in chunks, read consecutive byte rangesJason Molenda2020-01-092-1/+161
* [lldb] Remove spurious fileJonas Devlieghere2020-01-091-51/+0
* [lldb/Lua] Add lua typemaps for INOUT paramsJonas Devlieghere2020-01-092-0/+2
* [lldb/SWIG] Undo incorrect substitutionJonas Devlieghere2020-01-091-1/+1
* [lldb/SWIG] Fix capitalization for case sensitive file systems.Jonas Devlieghere2020-01-091-4/+4
* [lldb/Bindings] Move bindings into their own subdirectoryJonas Devlieghere2020-01-0980-18/+17
* [lldb/Lua] Make lldb.debugger et al available to LuaJonas Devlieghere2020-01-0910-3/+89
* [lldb/SWIG] Add missing '\' in macros againJonas Devlieghere2020-01-091-2/+2
* [lldb] Modernize OptionValue::SetValueChangedCallbackPavel Labath2020-01-0910-132/+70
* [lldb/DWARF] Fix mixed v4+v5 location listsPavel Labath2020-01-0910-75/+184
* [lldb/DWARF] Add is_dwo member to DWARFUnitPavel Labath2020-01-097-20/+19
* [lldb] Fix that TestNoSuchArch.py was passing for the wrong reasonRaphael Isemann2020-01-091-2/+2
* [lldb/SWIG] Refactor extensions to be non Python-specific (3/3)Jonas Devlieghere2020-01-0818-253/+59
* Save more descriptive error msg from FBS/BKS, relay it up to lldb.Jason Molenda2020-01-081-20/+26
* [lldb] Remove various dead Compare functionsAlex Langford2020-01-084-139/+0
* [lldb/SWIG] Refactor extensions to be non Python-specific (2/2)Jonas Devlieghere2020-01-0825-287/+95
* Delete dead code.Adrian Prantl2020-01-081-48/+0
* [lldb/CMake] Only auto-enable Lua when SWIG is foundJonas Devlieghere2020-01-082-1/+32
* [lldb/SWIG] Refactor extensions to be non Python-specificJonas Devlieghere2020-01-084-14/+18
* [lldb/CMake] Use LLDB's autodetection logic for libxml2Jonas Devlieghere2020-01-082-12/+17
* [lldb] Remove default llvm::Triple argument from ClangASTContext constructorRaphael Isemann2020-01-082-3/+4
* [lldb][NFC] Remove redundant ClangASTContext constructor that takes ArchSpecRaphael Isemann2020-01-082-30/+23
* [lldb/CMake] Only auto-enable Python when SWIG is foundJonas Devlieghere2020-01-072-36/+37
* [lldb/Test] Try to appease the Windows botJonas Devlieghere2020-01-071-1/+0
* Revert "Re-land "[lldb/Lua] Add string conversion operator for SBTarget.""Jonas Devlieghere2020-01-074-12/+12
OpenPOWER on IntegriCloud