summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/functionalities
Commit message (Expand)AuthorAgeFilesLines
* Fix test failures that depended on module orderGreg Clayton2018-12-142-24/+24
* Remove unused fileJonas Devlieghere2018-12-111-19/+0
* Rewrite pexpect-based test in LIT/FileCheck.Adrian Prantl2018-12-103-119/+0
* Re-commit "Introduce ObjectFileBreakpad"Pavel Labath2018-12-103-0/+45
* [lldbsuite] Disable TestStopPCs when there's no XML supportStella Stamenova2018-12-061-0/+2
* [Reproducers] Change how reproducers are initialized.Jonas Devlieghere2018-12-032-54/+0
* Skip TestRequireHWBreakpoints on WindowsJonas Devlieghere2018-11-301-0/+4
* [Target] Do not skip a stop on a breakpoint if a plan was completedAleksandr Urakov2018-11-303-0/+49
* [lldbsuite] Each lldb suite test must have a unique class nameStella Stamenova2018-11-271-1/+1
* Skip TestTargetCreateDepsJonas Devlieghere2018-11-201-1/+1
* Revert "Implement basic DidAttach and DidLaunch for DynamicLoaderWindowsDYLD"Zachary Turner2018-11-185-101/+0
* Rewrite stop-hook tests as a couple of FileCheck testsFrederic Riss2018-11-167-447/+0
* Implement basic DidAttach and DidLaunch for DynamicLoaderWindowsDYLDNathan Lanza2018-11-155-0/+101
* Add setting to require hardware breakpoints.Jonas Devlieghere2018-11-154-1/+121
* Add GDB remote packet reproducer.Jonas Devlieghere2018-11-133-0/+73
* Remove header grouping comments.Jonas Devlieghere2018-11-119-9/+9
* Add extra diagnostics to testAdrian Prantl2018-11-101-0/+4
* Work with a gdb-remote target that doesn't handle theJason Molenda2018-11-091-0/+64
* [lldb] Introduce StackFrameRecognizer [take 3]Kuba Mracek2018-10-314-0/+161
* Revert r345686 due to build failuresKuba Mracek2018-10-314-161/+0
* [lldb] Introduce StackFrameRecognizer [take 2]Kuba Mracek2018-10-314-0/+161
* Revert r345678 (build failure on Linux machines).Kuba Mracek2018-10-314-161/+0
* [lldb] Introduce StackFrameRecognizerKuba Mracek2018-10-314-0/+161
* [DataFormatters] Adding formatters for libc++ std::u16string and std::u32stringShafik Yaghmour2018-10-263-3/+9
* Update test that checks auto-completion for settings set.Jonas Devlieghere2018-10-261-0/+5
* Remove test that checks auto-completion for settings set.Jonas Devlieghere2018-10-261-5/+0
* [API] Extend the `SBThreadPlan` interfaceAleksandr Urakov2018-10-254-0/+93
* Support nwere versions of the Segger J-Link jtag board software.Jason Molenda2018-10-232-2/+154
* Skip test with older versions of clangJonas Devlieghere2018-10-231-0/+1
* [lldbsuite, windows] Disable two tail call frames tests that fail on WindowsStella Stamenova2018-10-192-0/+5
* [lldbsuite] Mark the TestScriptedResolver tests as XFAIL on WindowsStella Stamenova2018-10-181-0/+4
* Use a relaxed substring check for function names in a testVedant Kumar2018-10-161-2/+7
* Use assertEqual to improve test failure loggingVedant Kumar2018-10-162-12/+12
* [lldbsuite] Make the names of test classes uniqueStella Stamenova2018-10-151-1/+1
* Changing test names in TestDataFormatterLibcxxVariant.py and TestStdFunctionS...Shafik Yaghmour2018-10-121-1/+1
* Add support for artificial tail call framesVedant Kumar2018-10-0530-0/+567
* Relax a data formatter testVedant Kumar2018-10-051-0/+1
* Adding skipIf to std::variant libc++ data-formatter test since get is not ava...Shafik Yaghmour2018-10-031-0/+2
* Skip test with older versions of clangAdrian Prantl2018-10-031-0/+1
* Remove unnecessary fieldAdrian Prantl2018-10-021-1/+1
* DWARFExpression: Resolve file addresses in the linked moduleAdrian Prantl2018-10-024-0/+80
* Enable C++ tests to run in the -gmodules configuration on Darwin.Adrian Prantl2018-10-011-4/+0
* [SBAPI/Target] Expose SetStatistics(bool enable)/GetStatistics().Davide Italiano2018-09-281-0/+9
* Change the unwinder to not use a hard-coded limit on theJason Molenda2018-09-253-0/+50
* XFAIL some tests in TestTargetCreateDeps on linuxPavel Labath2018-09-251-0/+4
* Skip test if gcc version is less than 7.1 since it doesn't support -gcolumn-i...Tatyana Krasnukha2018-09-211-0/+4
* [target] Change target create's behavior wrt loading dependent files.Jonas Devlieghere2018-09-205-0/+151
* [DataFormatters] Add formatter for C++17 std::variantShafik Yaghmour2018-09-193-0/+148
* Allow use of self.filecheck in LLDB tests (c.f self.expect)Vedant Kumar2018-09-181-1/+6
* Revert "[DataFormatters] Add formatter for C++17 std::variant"Shafik Yaghmour2018-09-173-148/+0
OpenPOWER on IntegriCloud