summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test
Commit message (Expand)AuthorAgeFilesLines
...
* [LLDB][Formatters] Re-enable std::function formatter with fixes to improve no...shafik2019-11-123-15/+19
* [lldb][test] Macros in expressions require DWARF 5Tatyana Krasnukha2019-11-122-1/+4
* [lldb] Re-enable VSCode testsJonas Devlieghere2019-11-118-24/+3
* Replace tabs with spaces. (NFC)Adrian Prantl2019-11-111-11/+11
* Fix a regression in macOS-style path remapping.Adrian Prantl2019-11-114-6/+21
* Add a testcase for .dSYM path remapping dictionaries.Adrian Prantl2019-11-113-0/+69
* Fix TestNoGPacketSupported on linuxPavel Labath2019-11-111-2/+2
* [lldb] [test] Fix typo in TestSendSignalMichał Górny2019-11-111-1/+1
* [lldb] [test] Mark TestSendSignal XFAIL on NetBSDMichał Górny2019-11-111-0/+1
* [lldb] [test] Un-XFAIL tests that work on NetBSD 9Michał Górny2019-11-094-6/+0
* Temporarily change the default for use-g-packet-for-reading to false,Jason Molenda2019-11-082-1/+4
* Revert "Add a testcase for .dSYM path remapping dictionaries."Jonas Devlieghere2019-11-083-69/+0
* Test case to verify that lldb falls back to p/P if g is unsupportedJason Molenda2019-11-081-0/+98
* Add a testcase for .dSYM path remapping dictionaries.Adrian Prantl2019-11-083-0/+69
* [lldb] Skip parts of TestCallOverriddenMethod.py on LinuxRaphael Isemann2019-11-081-4/+18
* Modernize TestWeakSymbols MakefileFred Riss2019-11-071-20/+15
* [lldb] Add -m option to 'target modules dump symtab' to disable demanglingRaphael Isemann2019-11-072-0/+48
* [lldb-server] Add setting to force 'g' packet useGuilherme Andrade2019-11-072-1/+85
* [LLDB] Adding caching to libc++ std::function formatter for lookups that requ...shafik2019-11-062-13/+49
* [test] Fix apple_simulator_test decorator when simulators are unavailableAlex Langford2019-11-061-1/+1
* Testuite: Support Asan test with remote testingFred Riss2019-11-063-8/+18
* [TestMTCSimple] Disable the test if you don't have libMTCAlex Langford2019-11-051-1/+5
* TestBatchMode.py: add missing @skipIfRemoteFred Riss2019-11-051-0/+1
* testsuite: skipIfNoSBHeaders should skip when running remotelyFred Riss2019-11-051-0/+3
* Modernize add-dsym test MakefileFred Riss2019-11-051-17/+7
* lldb/minidump: Add support for the alternate ARM64 constantPavel Labath2019-11-051-1/+1
* [lldb] [Process/NetBSD] Add register info for missing register setsMichał Górny2019-11-041-1/+0
* [lldb][NFC] Make test/python_api/module_section test smallerRaphael Isemann2019-11-041-132/+2
* [lldb] Fix offset intersection bug between MPX and AVX registersGuilherme Andrade2019-10-313-0/+82
* [LLDB][PythonFile] fix dangerous borrow semantics on python2Lawrence D'Anna2019-10-301-4/+0
* minidump: Rename some architecture constantsPavel Labath2019-10-302-2/+2
* [LLDB][breakpoints] ArgInfo::count -> ArgInfo::max_positional_argsLawrence D'Anna2019-10-291-1/+1
* [LLDB][Python] fix another fflush issue on NetBSDLawrence D'Anna2019-10-291-0/+5
* Modernize TestThreadStepOut.pyJim Ingham2019-10-282-51/+37
* Add support for DW_AT_export_symbols for anonymous structsshafik2019-10-282-2/+14
* [LLDB] Remove incorrect dotest.py invocationJonas Devlieghere2019-10-281-16/+0
* Add the ability to pass extra args to a Python breakpoint callback.Jim Ingham2019-10-253-7/+102
* [lldb] Add nodebug attribute to import-std-module/sysroot testRaphael Isemann2019-10-231-0/+1
* 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
* convert LLDBSwigPythonCallTypeScript to ArgInfo::max_positional_argsLawrence D'Anna2019-10-192-0/+22
* [LLDB] bugfix: command script add -f doesn't work for some callablesLawrence D'Anna2019-10-193-1/+98
* Skip (more) PExpect tests under ASAN, I can't get them to work reliably.Adrian Prantl2019-10-191-0/+3
* [lldb][NFC] Remove wrong tests in TestCallOverriddenMethodRaphael Isemann2019-10-181-4/+0
* ProcessMinidump: Suppress reporting stop for signal '0'Joseph Tremoulet2019-10-182-2/+38
* 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-182-0/+2
* [lldb] X-fail tests that use constructors in expressions on WindowsRaphael Isemann2019-10-172-1/+19
OpenPOWER on IntegriCloud