index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lldb
/
packages
/
Python
/
lldbsuite
/
test
/
functionalities
Commit message (
Expand
)
Author
Age
Files
Lines
*
[lldb][modern-type-lookup] Add test for using the ClangModulesDeclVendor
Raphael Isemann
2019-09-26
3
-0
/
+36
*
[lldb][modern-type-lookup] Add two basic tests for modern-type-lookup
Raphael Isemann
2019-09-25
6
-0
/
+69
*
[lldb] Test data formatters for empty strings
Raphael Isemann
2019-09-25
4
-1
/
+18
*
[Make] Revert some changes from r372795.
Jonas Devlieghere
2019-09-25
1
-3
/
+3
*
Canonicalize variable usage in testsuite Makefiles
Adrian Prantl
2019-09-25
66
-98
/
+139
*
[CMake] Copy over the system debugserver when using LLDB_USE_SYSTEM_DEBUGSERVER
Jonas Devlieghere
2019-09-24
4
-0
/
+4
*
[lldb][NFC] Relax completion tests for log command to make them pass on Linux
Raphael Isemann
2019-09-24
1
-15
/
+4
*
[lldb] Add completion support for log enable/disable/list
Raphael Isemann
2019-09-24
1
-0
/
+32
*
[lldb] Fix that importing decls in a TagDecl end up in wrong declaration cont...
Raphael Isemann
2019-09-23
1
-3
/
+16
*
[lldb] Process formatters in reverse-chronological order
Jan Kratochvil
2019-09-20
1
-0
/
+7
*
The setUp/tearDown methods I added mssed up the test function; reorder.
Jason Molenda
2019-09-13
1
-6
/
+7
*
[lldb][NFC] Simplify makefiles also for breakpoint tests
Raphael Isemann
2019-09-12
30
-90
/
+30
*
[DWARF] Evaluate DW_OP_entry_value
Vedant Kumar
2019-09-11
3
-0
/
+181
*
[lldb] Readd missing functionalities/breakpoint tests
Raphael Isemann
2019-09-10
108
-0
/
+5369
*
Fix ELF core file memory reading for PT_LOAD program headers with no p_filesz
Greg Clayton
2019-09-09
1
-0
/
+11
*
Remove `bugreport` command
Jonas Devlieghere
2019-09-05
1
-1
/
+1
*
[dotest] Delete trivial inline test makefiles
Pavel Labath
2019-09-05
4
-14
/
+0
*
[test] Escape path to match the literal string
Jonas Devlieghere
2019-09-04
1
-1
/
+1
*
[lldb] Limit the amount of zeroes we use for padding when printing small floats
Raphael Isemann
2019-09-04
3
-0
/
+129
*
[dotest] Avoid the need for LEVEL= makefile boilerplate
Pavel Labath
2019-09-04
189
-546
/
+188
*
[lldb] [test] Mark 'reenabled' tests XFAIL on NetBSD
Michal Gorny
2019-09-04
4
-0
/
+4
*
[lldb] Add description to option completions.
Raphael Isemann
2019-09-02
1
-0
/
+24
*
[lldb] Restructure test folders to match LLDB command hierarchy
Raphael Isemann
2019-09-01
316
-12945
/
+0
*
[lldb][NFC] More tests for invalid register command invocations
Raphael Isemann
2019-08-30
1
-0
/
+15
*
dotest: improvements to the pexpect tests
Pavel Labath
2019-08-30
3
-57
/
+0
*
[lldb][NFC] Try fixing TestCompletion.py on Windows
Raphael Isemann
2019-08-29
1
-2
/
+1
*
[test] Temporarily disable two tests on Windows
Jonas Devlieghere
2019-08-28
2
-0
/
+2
*
[lldb] Fix and test completion for ambiguous long options
Raphael Isemann
2019-08-28
1
-0
/
+7
*
[test] Disable TestConcurrentManySignals on Darwin.
Jonas Devlieghere
2019-08-28
1
-0
/
+2
*
[lldb][NFC] Add missing invalid_core_file to TestTargetCommand test
Raphael Isemann
2019-08-27
1
-0
/
+1
*
[lldb][NFC] Add some tests for the target subcommands
Raphael Isemann
2019-08-27
1
-1
/
+145
*
[lldb][NFC] Give added test method a unique name
Raphael Isemann
2019-08-27
1
-2
/
+2
*
[lldb] Allow partial completions to fix directory completion.
Raphael Isemann
2019-08-27
1
-0
/
+7
*
[test] Disable two of the recently (re)enabled tests on Windows.
Jonas Devlieghere
2019-08-27
1
-0
/
+1
*
[dotest] Remove long running test "decorator" and re-enable tests.
Jonas Devlieghere
2019-08-27
5
-15
/
+0
*
Skip tail call frame tests when dwarf_version < 4
Vedant Kumar
2019-08-23
8
-8
/
+16
*
[lldb][NFC] Add test for target stop-hook disable/enable/delete
Raphael Isemann
2019-08-22
1
-5
/
+28
*
[lldb][NFC] Merge multiple TestApropos.py
Raphael Isemann
2019-08-21
1
-0
/
+10
*
[lldb] Add tests for setting completions and enable 'settings remove' completion
Raphael Isemann
2019-08-21
1
-0
/
+18
*
[lldb][NFC] Add tests for register command
Raphael Isemann
2019-08-21
1
-0
/
+13
*
[lldb][NFC] Add tests for invalid command invocations
Raphael Isemann
2019-08-21
5
-0
/
+77
*
Update a few tests that may change the platform to save & restore
Jason Molenda
2019-08-21
3
-4
/
+23
*
[LLDB][Test] Remove `skipIfWindows` for conditional breakpoint test (NFC)
Med Ismail Bennani
2019-08-20
1
-8
/
+0
*
[lldb][NFC] Test quotes when completing
Raphael Isemann
2019-08-20
1
-0
/
+26
*
[lldb][NFC] Add a few more completion tests to increase test coverage
Raphael Isemann
2019-08-19
1
-0
/
+23
*
Stop-hooks weren't getting called on step-out. Fix that.
Jim Ingham
2019-08-15
3
-0
/
+65
*
[Formatters] Temporarily disable libc++ std::function formatter due to perfor...
Shafik Yaghmour
2019-08-02
1
-0
/
+3
*
[lldb][NFC] Remove unused imports in python tests
Raphael Isemann
2019-08-02
250
-513
/
+0
*
Fix `skipIfSanitized` decorator on macOS
Jonas Devlieghere
2019-08-01
1
-2
/
+2
*
Fix TestThreadSpecificBreakpoint on Windows
Adrian McCarthy
2019-08-01
2
-15
/
+14
[next]