summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-10-22fix PythonDataObjectsTest.TestExceptions on windowsHEADmasterLawrence D'Anna
2019-10-22remove multi-argument form of PythonObject::Reset()Lawrence D'Anna
2019-10-21whitespace cleanupAdrian Prantl
2019-10-21Factor out common test functionality into a helper class. (NFC)Adrian Prantl
2019-10-21XFAIL TestLocalVariables.py on WindowsJonas Devlieghere
2019-10-21Found more timeouts to unify.Adrian Prantl
2019-10-21Unify timeouts in gdbserver tests and ensure they are larger if ASAN is enabled.Adrian Prantl
2019-10-21[lldb] Add test for executing static initializers in expression commandRaphael Isemann
2019-10-21[lldb] drop .symtab removal in minidebuginfo testsKonrad Kleine
2019-10-21[LLDB] [Windows] Initial support for ARM register contextsMartin Storsjo
2019-10-19eliminate nontrivial Reset(...) from TypedPythonObjectLawrence D'Anna
2019-10-19convert LLDBSwigPythonCallTypeScript to ArgInfo::max_positional_argsLawrence D'Anna
2019-10-19[LLDB] bugfix: command script add -f doesn't work for some callablesLawrence D'Anna
2019-10-19Move endian constant from Host.h to SwapByteOrder.h, prune includeReid Kleckner
2019-10-19Skip (more) PExpect tests under ASAN, I can't get them to work reliably.Adrian Prantl
2019-10-18[Reproducer] XFAIL TestWorkingDir on WindowsJonas Devlieghere
2019-10-18[Reproducer] Improve reproducer help (NFC)Jonas Devlieghere
2019-10-18Disable exit-on-SIGPIPE in lldbVedant Kumar
2019-10-18[lldb][NFC] Remove wrong tests in TestCallOverriddenMethodRaphael Isemann
2019-10-18[Reproducer] Use ::rtrim() to remove trailing control characters.Jonas Devlieghere
2019-10-18ProcessMinidump: Suppress reporting stop for signal '0'Joseph Tremoulet
2019-10-18LLDB: Use LLVM's type for minidump ExceptionStream [NFC]Joseph Tremoulet
2019-10-18Update MinidumpYAML to use minidump::Exception for exception streamJoseph Tremoulet
2019-10-18Add REQUIRES: x86 to more tests which need the x86 llvm target builtPavel Labath
2019-10-18SystemInitializerCommon fix compilation on linuxPavel Labath
2019-10-17[lldb][NFC] Fix typo in DWARFASTParserClang.cppRaphael Isemann
2019-10-17eliminate one form of PythonObject::Reset()Lawrence D'Anna
2019-10-17clean up the implementation of PythonCallable::GetNumArgumentsLawrence D'Anna
2019-10-17(NFC) Delete variable made unused by llvm-svn: 375160Sterling Augustine
2019-10-17[lldb] X-fail tests that use constructors in expressions on WindowsRaphael Isemann
2019-10-17[test] Add a .clang-format file for the shell test.Jonas Devlieghere
2019-10-17Adapt Windows test to API change.Adrian Prantl
2019-10-17Revert "[LLDB] [test] Use %clang_cl instead of build.py in a few tests"Martin Storsjo
2019-10-17Modernize the rest of the Find.* API (NFC)Adrian Prantl
2019-10-17[LLDB] [test] Use %clang_cl instead of build.py in a few testsMartin Storsjo
2019-10-17[lldb] Don't emit artificial constructor declarations as global functionsRaphael Isemann
2019-10-17[Reproducer] Surface error if setting the cwd failsJonas Devlieghere
2019-10-17Disable TestProcessList on windowsWalter Erquinigo
2019-10-17Fix an inverted condition in test.Adrian Prantl
2019-10-17[ARC] Add SystemV ABITatyana Krasnukha
2019-10-17[ARC] Basic support in gdb-remote process pluginTatyana Krasnukha
2019-10-17delete SWIG typemaps for FILE*Lawrence D'Anna
2019-10-17SBCommandReturnObject: change LLDB_RECORD_METHOD(..., FILE *, ...) to use LLD...Fangrui Song
2019-10-17[CMake] Make it possible to set the RPATH in add_lldb_exectable.Jonas Devlieghere
2019-10-17[Reproducer] Set the working directory in the VFSJonas Devlieghere
2019-10-17Revert "make ConstString allocate memory in non-tiny chunks"Raphael Isemann
2019-10-17[Reproducer] Support dumping the reproducer CWDJonas Devlieghere
2019-10-17[Reproducer] Add LoadBuffer<> helper (NFC)Jonas Devlieghere
2019-10-17[Reproducer] Capture the debugger's working directoryJonas Devlieghere
2019-10-16[LLDB] Use the llvm microsoft demangler instead of the windows dbghelp api. N...Martin Storsjo