summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/functionalities
Commit message (Expand)AuthorAgeFilesLines
* 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
* [DataFormatters] Add formatter for C++17 std::variantShafik Yaghmour2018-09-173-0/+148
* Make the eSearchDepthFunction searches work, add tests Jim Ingham2018-09-142-8/+31
* svn add the new files...Jim Ingham2018-09-134-0/+253
* Add support for descriptions with command completions.Raphael Isemann2018-09-131-0/+16
* [LLDB] - Improved DWARF5 support.George Rimar2018-09-132-0/+92
* Commit my attempt to test the change to ProcessGDBRemoteJason Molenda2018-09-122-0/+52
OpenPOWER on IntegriCloud