summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test
Commit message (Expand)AuthorAgeFilesLines
...
* Skip tests on Darwin for now. The build bots are not passing due to heavy loa...Greg Clayton2018-08-188-3/+24
* Skip the lldb-vscode attach with waitFor test for now, some build bots are ha...Greg Clayton2018-08-171-0/+1
* Change the attach test case to use self.assertEqual so we can get more info o...Greg Clayton2018-08-171-2/+10
* [dotest] Make --test-subdir work with --no-multiprocessVedant Kumar2018-08-163-18/+49
* Disable two flaky pexpect-backed tests on DarwinVedant Kumar2018-08-162-0/+10
* Add a new tool named "lldb-vscode" that implements the Visual Studio Code Deb...Greg Clayton2018-08-1625-0/+2909
* Fix a little thinko in generating ___lldb_unnamed_symbol symbols Jim Ingham2018-08-153-0/+112
* Add libc++ data formatters for std::optional.Adrian Prantl2018-08-153-0/+124
* Update TestTargetXMLArch.py test for llvm triple change with unspecifiedJason Molenda2018-08-131-1/+1
* [tests, libstdcxx] Add missing test category on the TestDataFormatterStdUniqu...Stella Stamenova2018-08-101-0/+1
* Added missing null checks to fix r339351Raphael Isemann2018-08-091-1/+5
* Also display the output and error output of a failed commandRaphael Isemann2018-08-091-1/+6
* If a function starts with line number 0, don't try to check if a breakpoint c...Jim Ingham2018-08-072-1/+7
* Add support for ARM and ARM64 breakpad generated minidump files (version 2).Greg Clayton2018-08-064-0/+155
* Revert "Add support for ARM and ARM64 breakpad generated minidump files"Pavel Labath2018-08-034-155/+0
* [lldbsuite, windows] Mark tests as XFAIL on Windows or skip themStella Stamenova2018-08-028-2/+24
* Add support for ARM and ARM64 breakpad generated minidump filesGreg Clayton2018-08-024-0/+155
* [LLDB] Added syntax highlighting supportRaphael Isemann2018-08-021-3/+26
* Remove unnecessary target from TestCompletion patchRaphael Isemann2018-08-011-1/+0
* Add the actually calculated completions to COMPLETION_MSGRaphael Isemann2018-07-272-4/+5
* Add missing boundary checks to variable completion.Raphael Isemann2018-07-272-2/+49
* Fix whitespace in the python test suite.Raphael Isemann2018-07-2763-153/+149
* Revert "Recommit [DataFormatters] Add formatter for C++17 std::optional."Davide Italiano2018-07-273-93/+0
* Recommit [DataFormatters] Add formatter for C++17 std::optional.Davide Italiano2018-07-273-0/+93
* Fix duplicate suggestions after an ambiguous commandRaphael Isemann2018-07-261-1/+1
* Don't print two errors for unknown commands.Raphael Isemann2018-07-262-0/+40
* Revert "[DataFormatters] Add formatter for C++17 std::optional."Davide Italiano2018-07-253-93/+0
* [DataFormatters] Add formatter for C++17 std::optional.Davide Italiano2018-07-253-0/+93
* [lldb-mi] Re-implement data-info-line command.Alexander Polyakov2018-07-231-56/+0
* Defend LoadImageUsingPaths against a path listJim Ingham2018-07-201-2/+19
* Fix TestDataFormatterUnordered for older libc++ versionsPavel Labath2018-07-161-0/+5
* Make these tests c++ tests so they can be skipped on systems that don't suppo...Jim Ingham2018-07-132-4/+7
* Fix the libcxx set, multiset, vector and bitset formatters to work on referen...Jim Ingham2018-07-138-120/+202
* Fix TestAttachDenied on macOS MojaveFrederic Riss2018-07-132-0/+15
* [lldbsuite] The test inside TestOverloadedFunctions.py has the wrong class nameStella Stamenova2018-07-121-1/+1
* [IRInterpreter] Fix misevaluation of interpretation expressions with `urem`.Davide Italiano2018-07-123-0/+26
* Allow specifying an exit code for the 'quit' commandRaphael Isemann2018-07-111-0/+32
* [testsuite] Implement a category to skip libstdcxx testsDavide Italiano2018-07-1011-30/+28
* Rollback [test-suite] Add a decorator for the lack of libstdcxx on the system.Davide Italiano2018-07-0910-21/+26
* Don't take the address of an xvalue when printing an expr resultRaphael Isemann2018-07-093-0/+54
* [test-suite] Add a decorator for the lack of libstdcxx on the system.Davide Italiano2018-07-0610-26/+21
* Remove a bunch more references to _LIBCPP_INLINE_VISIBILITYJim Ingham2018-07-068-40/+18
* Don't muck with _LIBCPP_INLINE_VISIBILITY just to get predictable line table ...Jim Ingham2018-07-051-9/+8
* Fix and simplify lldb.command decoratorDave Lee2018-07-043-2/+45
* [lldb-mi] Re-implement symbol-list-lines command.Alexander Polyakov2018-07-035-124/+0
* Add new API to SBTarget and SBModule classes.Alexander Polyakov2018-07-032-0/+48
* [lldb-mi] Re-implement a few MI commands.Alexander Polyakov2018-07-021-348/+0
* [lldbsuite, windows] Don't crash LLDB when we try to retrieve a register on W...Stella Stamenova2018-07-023-12/+12
* Fix TestLoadUsingPaths on linuxPavel Labath2018-06-291-0/+1
* Add a way to load an image using a library name and list of paths.Jim Ingham2018-06-286-0/+184
OpenPOWER on IntegriCloud