summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test
Commit message (Expand)AuthorAgeFilesLines
...
* 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 a "scripted" breakpoint type to lldb.Jim Ingham2018-09-131-2/+16
* Add support for descriptions with command completions.Raphael Isemann2018-09-132-0/+45
* [LLDB] - Improved DWARF5 support.George Rimar2018-09-132-0/+92
* [DWARFExpression] Read literars as unsigned values.Jonas Devlieghere2018-09-133-0/+81
* Commit my attempt to test the change to ProcessGDBRemoteJason Molenda2018-09-122-0/+52
* Add a basic test for 'memory region'Raphael Isemann2018-09-123-0/+73
* Rollback "Fix raw address breakpoints not resolving".Davide Italiano2018-09-101-37/+0
* Fix raw address breakpoints not resolvingTed Woodward2018-09-101-0/+37
* Print column info in backtraces et al. if availableAdrian Prantl2018-09-052-2/+3
* Avoid using short identifiers in some testsPavel Labath2018-08-313-21/+21
* XFail one more VSCode test which fails under heavy loadPavel Labath2018-08-311-0/+1
* Fix deadlock in gdb-client testsPavel Labath2018-08-301-1/+1
* Added initial code completion support for the `expr` commandRaphael Isemann2018-08-307-36/+312
* Support setting a breakpoint by FileSpec+Line+Column in the SBAPI.Adrian Prantl2018-08-306-7/+105
* Move the column marking functionality to the Highlighter frameworkRaphael Isemann2018-08-301-2/+3
* Allow IRInterpreter to deal with non-power-of-2 sized types to support some b...Frederic Riss2018-08-282-0/+47
* Respect platform sysroot when loading core filesPavel Labath2018-08-281-9/+41
* Disable exceptions for TestDataFormatterLibcxxOptional.pyFrederic Riss2018-08-251-1/+1
* [vscode] Skip some of the vscode tests on Linux and fix oneStella Stamenova2018-08-243-0/+17
* Change xfail to skipIf. The exact condition is really difficult to getAdrian Prantl2018-08-231-1/+1
* XFAIL test for older versions of clangAdrian Prantl2018-08-231-1/+1
* Fix broken builtin functions in the expression commandRaphael Isemann2018-08-231-0/+53
* XFAIL test for older versions of dsymutilAdrian Prantl2018-08-231-0/+1
* Add libc++ data formatter for std::functionAdrian Prantl2018-08-232-11/+30
* lldbtest.py: Unconditionally set the clang module cache path.Adrian Prantl2018-08-212-13/+11
* Makefile.rules: Use an absolute path to the module cache directory.Adrian Prantl2018-08-211-1/+2
* 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
OpenPOWER on IntegriCloud