summaryrefslogtreecommitdiff
path: root/lldb/packages/Python
AgeCommit message (Expand)Author
2019-11-12[LLDB][Formatters] Re-enable std::function formatter with fixes to improve no...shafik
2019-11-12[lldb][test] Macros in expressions require DWARF 5Tatyana Krasnukha
2019-11-11[lldb] Re-enable VSCode testsJonas Devlieghere
2019-11-11Replace tabs with spaces. (NFC)Adrian Prantl
2019-11-11Fix a regression in macOS-style path remapping.Adrian Prantl
2019-11-11Add a testcase for .dSYM path remapping dictionaries.Adrian Prantl
2019-11-11Fix TestNoGPacketSupported on linuxPavel Labath
2019-11-11[lldb] [test] Fix typo in TestSendSignalMichał Górny
2019-11-11[lldb] [test] Mark TestSendSignal XFAIL on NetBSDMichał Górny
2019-11-09[lldb] [test] Un-XFAIL tests that work on NetBSD 9Michał Górny
2019-11-08Temporarily change the default for use-g-packet-for-reading to false,Jason Molenda
2019-11-08Revert "Add a testcase for .dSYM path remapping dictionaries."Jonas Devlieghere
2019-11-08Test case to verify that lldb falls back to p/P if g is unsupportedJason Molenda
2019-11-08Add a testcase for .dSYM path remapping dictionaries.Adrian Prantl
2019-11-08[lldb] Skip parts of TestCallOverriddenMethod.py on LinuxRaphael Isemann
2019-11-07Modernize TestWeakSymbols MakefileFred Riss
2019-11-07[lldb] Add -m option to 'target modules dump symtab' to disable demanglingRaphael Isemann
2019-11-07[lldb-server] Add setting to force 'g' packet useGuilherme Andrade
2019-11-06[LLDB] Adding caching to libc++ std::function formatter for lookups that requ...shafik
2019-11-06[test] Fix apple_simulator_test decorator when simulators are unavailableAlex Langford
2019-11-06Testuite: Support Asan test with remote testingFred Riss
2019-11-05[TestMTCSimple] Disable the test if you don't have libMTCAlex Langford
2019-11-05TestBatchMode.py: add missing @skipIfRemoteFred Riss
2019-11-05testsuite: skipIfNoSBHeaders should skip when running remotelyFred Riss
2019-11-05Modernize add-dsym test MakefileFred Riss
2019-11-05lldb/minidump: Add support for the alternate ARM64 constantPavel Labath
2019-11-04[lldb] [Process/NetBSD] Add register info for missing register setsMichał Górny
2019-11-04[lldb][NFC] Make test/python_api/module_section test smallerRaphael Isemann
2019-10-31[lldb] Fix offset intersection bug between MPX and AVX registersGuilherme Andrade
2019-10-30[LLDB][PythonFile] fix dangerous borrow semantics on python2Lawrence D'Anna
2019-10-30minidump: Rename some architecture constantsPavel Labath
2019-10-29[lldbsuite] Remove unused test_event filesJonas Devlieghere
2019-10-29[lldbsuite] Remove the DumpFormatterJonas Devlieghere
2019-10-29[lldbsuite] Remove pre_kill_hook packageJonas Devlieghere
2019-10-29[lldbsuite] Remove unused support filesJonas Devlieghere
2019-10-29[LLDB][breakpoints] ArgInfo::count -> ArgInfo::max_positional_argsLawrence D'Anna
2019-10-29[LLDB][Python] fix another fflush issue on NetBSDLawrence D'Anna
2019-10-28Modernize TestThreadStepOut.pyJim Ingham
2019-10-28Add support for DW_AT_export_symbols for anonymous structsshafik
2019-10-28[LLDB] Remove incorrect dotest.py invocationJonas Devlieghere
2019-10-25 Add the ability to pass extra args to a Python breakpoint callback.Jim Ingham
2019-10-23[lldb] Add nodebug attribute to import-std-module/sysroot testRaphael Isemann
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-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-19Skip (more) PExpect tests under ASAN, I can't get them to work reliably.Adrian Prantl
2019-10-18[lldb][NFC] Remove wrong tests in TestCallOverriddenMethodRaphael Isemann