summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
...
* [LLDB][formatters] ArgInfo::count -> ArgInfo::max_positional_argsLawrence D'Anna2019-10-271-5/+11
* fix lldb build with -DLLVM_ENABLE_MODULES=On (missing #include)Luboš Luňák2019-10-261-0/+1
* Correct size_t format specifierShu-Chun Weng2019-10-261-1/+1
* Fix after 738af7a6241c98164625b9cd1ba9f8af4e36f197Adrian McCarthy2019-10-251-1/+5
* [LLDB] Fix inline variable only used in assertion. (NFC)Jonas Devlieghere2019-10-251-2/+1
* lldb/minidump: Refactor memory region computation codePavel Labath2019-10-259-187/+202
* lldb/COFF: Create a separate "section" for the file headerPavel Labath2019-10-253-38/+45
* Add the ability to pass extra args to a Python breakpoint callback.Jim Ingham2019-10-2526-137/+467
* [Driver] Force llvm to install its handlers before lldb'sVedant Kumar2019-10-251-0/+19
* Fix compilation error in ObjectFileMachO::ParseSymtabVedant Kumar2019-10-251-2/+5
* ValueObject: Fix a crash related to children address type computationPavel Labath2019-10-254-45/+167
* [TableGen] Add asserts to make sure default values match property typeJonas Devlieghere2019-10-252-0/+18
* [lldb] [Host/netbsd] Set Arg0 for 'platform process list -v'Michał Górny2019-10-251-0/+1
* [CMake] Move LLDB_TEST_BUILD_DIRECTORY into test/CMakeLists.txtJonas Devlieghere2019-10-242-2/+3
* [CMake] Move test dependency tracking into test/CMakeLists.txtJonas Devlieghere2019-10-243-91/+88
* [CMake] Don't set LLDB_TEST_* in the top-level CMakeListsJonas Devlieghere2019-10-242-23/+23
* [CMake] Remove unused variable LLDB_TEST_CXX_COMPILERJonas Devlieghere2019-10-244-15/+9
* Revert "Disable exit-on-SIGPIPE in lldb"Vedant Kumar2019-10-241-10/+0
* [lldb] [Python] Do not attempt to flush() a read-only fdMichal Gorny2019-10-241-5/+7
* [CMake] Split logic across test suite subdirectories (NFC)Jonas Devlieghere2019-10-244-79/+67
* [lldb] Add nodebug attribute to import-std-module/sysroot testRaphael Isemann2019-10-231-0/+1
* [Mips] Use appropriate private label prefix based on Mips ABIMirko Brkusanin2019-10-233-6/+14
* [lldb] Adjust for the new class_rw_t layout.Jonas Devlieghere2019-10-221-0/+12
* fix PythonDataObjectsTest.TestExceptions on windowsLawrence D'Anna2019-10-221-7/+7
* remove multi-argument form of PythonObject::Reset()Lawrence D'Anna2019-10-2215-868/+453
* whitespace cleanupAdrian Prantl2019-10-211-1/+1
* Factor out common test functionality into a helper class. (NFC)Adrian Prantl2019-10-211-81/+91
* XFAIL TestLocalVariables.py on WindowsJonas Devlieghere2019-10-211-0/+1
* Found more timeouts to unify.Adrian Prantl2019-10-213-5/+7
* Unify timeouts in gdbserver tests and ensure they are larger if ASAN is enabled.Adrian Prantl2019-10-215-8/+10
* [lldb] Add test for executing static initializers in expression commandRaphael Isemann2019-10-213-0/+45
* [lldb] drop .symtab removal in minidebuginfo testsKonrad Kleine2019-10-213-15/+0
* [LLDB] [Windows] Initial support for ARM register contextsMartin Storsjo2019-10-2110-3/+1316
* eliminate nontrivial Reset(...) from TypedPythonObjectLawrence D'Anna2019-10-194-46/+78
* convert LLDBSwigPythonCallTypeScript to ArgInfo::max_positional_argsLawrence D'Anna2019-10-193-5/+32
* [LLDB] bugfix: command script add -f doesn't work for some callablesLawrence D'Anna2019-10-197-19/+167
* Move endian constant from Host.h to SwapByteOrder.h, prune includeReid Kleckner2019-10-191-5/+2
* Skip (more) PExpect tests under ASAN, I can't get them to work reliably.Adrian Prantl2019-10-191-0/+3
* [Reproducer] XFAIL TestWorkingDir on WindowsJonas Devlieghere2019-10-181-0/+2
* [Reproducer] Improve reproducer help (NFC)Jonas Devlieghere2019-10-181-2/+12
* Disable exit-on-SIGPIPE in lldbVedant Kumar2019-10-181-0/+10
* [lldb][NFC] Remove wrong tests in TestCallOverriddenMethodRaphael Isemann2019-10-181-4/+0
* [Reproducer] Use ::rtrim() to remove trailing control characters.Jonas Devlieghere2019-10-181-4/+2
* ProcessMinidump: Suppress reporting stop for signal '0'Joseph Tremoulet2019-10-183-3/+50
* LLDB: Use LLVM's type for minidump ExceptionStream [NFC]Joseph Tremoulet2019-10-187-63/+34
* Update MinidumpYAML to use minidump::Exception for exception streamJoseph Tremoulet2019-10-181-1/+4
* Add REQUIRES: x86 to more tests which need the x86 llvm target builtPavel Labath2019-10-184-0/+6
* SystemInitializerCommon fix compilation on linuxPavel Labath2019-10-181-1/+2
* [lldb][NFC] Fix typo in DWARFASTParserClang.cppRaphael Isemann2019-10-171-2/+2
* eliminate one form of PythonObject::Reset()Lawrence D'Anna2019-10-173-37/+15
OpenPOWER on IntegriCloud