summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* 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
* clean up the implementation of PythonCallable::GetNumArgumentsLawrence D'Anna2019-10-173-35/+329
* (NFC) Delete variable made unused by llvm-svn: 375160Sterling Augustine2019-10-171-1/+0
* [lldb] X-fail tests that use constructors in expressions on WindowsRaphael Isemann2019-10-172-1/+19
* [test] Add a .clang-format file for the shell test.Jonas Devlieghere2019-10-171-0/+3
* Adapt Windows test to API change.Adrian Prantl2019-10-171-3/+2
* Revert "[LLDB] [test] Use %clang_cl instead of build.py in a few tests"Martin Storsjo2019-10-172-5/+4
* Modernize the rest of the Find.* API (NFC)Adrian Prantl2019-10-1752-710/+487
* [LLDB] [test] Use %clang_cl instead of build.py in a few testsMartin Storsjo2019-10-172-4/+5
* [lldb] Don't emit artificial constructor declarations as global functionsRaphael Isemann2019-10-175-1/+23
* [Reproducer] Surface error if setting the cwd failsJonas Devlieghere2019-10-171-2/+7
* Disable TestProcessList on windowsWalter Erquinigo2019-10-171-0/+1
* Fix an inverted condition in test.Adrian Prantl2019-10-171-3/+3
* [ARC] Add SystemV ABITatyana Krasnukha2019-10-175-1/+737
* [ARC] Basic support in gdb-remote process pluginTatyana Krasnukha2019-10-175-1/+13
* delete SWIG typemaps for FILE*Lawrence D'Anna2019-10-177-134/+10
* SBCommandReturnObject: change LLDB_RECORD_METHOD(..., FILE *, ...) to use LLD...Fangrui Song2019-10-171-11/+10
* [CMake] Make it possible to set the RPATH in add_lldb_exectable.Jonas Devlieghere2019-10-171-2/+15
* [Reproducer] Set the working directory in the VFSJonas Devlieghere2019-10-172-3/+14
* Revert "make ConstString allocate memory in non-tiny chunks"Raphael Isemann2019-10-171-7/+2
* [Reproducer] Support dumping the reproducer CWDJonas Devlieghere2019-10-173-3/+26
* [Reproducer] Add LoadBuffer<> helper (NFC)Jonas Devlieghere2019-10-172-11/+13
* [Reproducer] Capture the debugger's working directoryJonas Devlieghere2019-10-173-1/+47
* [LLDB] Use the llvm microsoft demangler instead of the windows dbghelp api. N...Martin Storsjo2019-10-161-41/+7
* Add arm64_32 support to lldb, an ILP32 codegen Jason Molenda2019-10-1636-28/+123
* [android/process list] support showing process argumentsWalter Erquinigo2019-10-168-126/+234
* [lldb] move more things from python to cmakeHaibo Huang2019-10-162-237/+23
* update ScriptInterpreterPython to use File, not FILE*Lawrence D'Anna2019-10-164-64/+56
* [lldb] Creates _liblldb symlink from cmakeHaibo Huang2019-10-152-283/+37
* remove FILE* usage from SBStream.iLawrence D'Anna2019-10-154-3/+59
* eliminate virtual methods from PythonDataObjectsLawrence D'Anna2019-10-152-380/+121
* convert SBDebugger::***FileHandle() wrappers to native files.Lawrence D'Anna2019-10-152-27/+75
* SBFile::GetFile: convert SBFile back into python native files.Lawrence D'Anna2019-10-159-26/+200
* Increase gdbremote_testcase timeouts when running under ASAN.Adrian Prantl2019-10-151-5/+12
* Skip PExpect tests under ASAN, I can't get them to work reliably.Adrian Prantl2019-10-152-0/+6
OpenPOWER on IntegriCloud