summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* Rewrite comment about what watchpoints Aarch64 supports.Jason Molenda2020-01-071-21/+29
* Re-land "[lldb/Lua] Add string conversion operator for SBTarget."Jonas Devlieghere2020-01-074-12/+12
* [lldb/Test] Remove old binary created by TestConvenienceVariablesJonas Devlieghere2020-01-071-0/+1
* [lldb/Test] Make TestConvenienceVariables more strictJonas Devlieghere2020-01-071-14/+11
* Revert "[lldb/Lua] Add string conversion operator for SBTarget."Jonas Devlieghere2020-01-074-12/+12
* [lldb/Lua] Add string conversion operator for SBTarget.Jonas Devlieghere2020-01-074-12/+12
* [lldb] Initialize some bitfields in FuncUnwinders.cppPavel Labath2020-01-071-0/+2
* Remove extraneous spacesMed Ismail Bennani2020-01-071-1/+1
* [lldb][NFC] Use static_cast instead of reinterpret_cast where possibleRaphael Isemann2020-01-0716-69/+67
* [lldb][NFC] Take a llvm::Triple in ClangASTContext constructorRaphael Isemann2020-01-077-18/+13
* [lldb] Fix LLDB build after API change to printInst (D72172)Raphael Isemann2020-01-071-2/+2
* Change the patterns to include the prefix '= ' so we don't pass errantly.Jason Molenda2020-01-061-5/+5
* [NSArray] Remove a very old and deprecated formatter.Davide Italiano2020-01-061-27/+0
* [lldb/Docs] Describe optional dependencies on build page.Jonas Devlieghere2020-01-061-5/+31
* [lldb/Docs] Fix capitalization typo.Jonas Devlieghere2020-01-061-1/+1
* [lldb/CMake] Only set PYTHON_HOME on WindowsJonas Devlieghere2020-01-061-1/+1
* [CMake] Add $ORIGIN/../../../../lib to rpath if BUILD_SHARED_LIBS or LLVM_LIN...Fangrui Song2020-01-061-0/+8
* [lldb/Test] Move @skipIfAsan from test class to test methods.Jonas Devlieghere2020-01-061-1/+2
OpenPOWER on IntegriCloud