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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[Make] Revert some changes from r372795.
Jonas Devlieghere
2019-09-25
2
-4
/
+4
*
Canonicalize variable usage in testsuite Makefiles
Adrian Prantl
2019-09-25
146
-219
/
+264
*
[CMake] Copy over the system debugserver when using LLDB_USE_SYSTEM_DEBUGSERVER
Jonas Devlieghere
2019-09-24
4
-0
/
+4
*
[lldb] Decouple importing the std C++ module from the way the program is comp...
Raphael Isemann
2019-09-24
44
-114
/
+0
*
[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
*
Adapt test to upstream clang compiler changes.
Adrian Prantl
2019-09-24
1
-1
/
+4
*
[Make] Add support for building NeXT-style frameworks
Jonas Devlieghere
2019-09-23
1
-11
/
+40
*
[lldb-suite] TestCallOverriddenMethod.py is now passing on Windows
Stella Stamenova
2019-09-23
1
-1
/
+0
*
[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
*
Fir TestAPILog for gcc
Pavel Labath
2019-09-18
1
-7
/
+5
*
[lldb] Print better diagnostics for user expressions and modules
Raphael Isemann
2019-09-18
4
-1
/
+128
*
Clean up this test.
Jim Ingham
2019-09-18
1
-46
/
+11
*
TestFoundationDisassembly.py is not dependent on debug information.
Jim Ingham
2019-09-18
1
-0
/
+2
*
[ScriptInterpreter] Limit LLDB's globals to interactive mode.
Jonas Devlieghere
2019-09-18
2
-4
/
+4
*
[test] Fail gracefully if the regex doesn't match
Jonas Devlieghere
2019-09-16
1
-6
/
+11
*
[test] Update TestAPILog to pass on Windows.
Jonas Devlieghere
2019-09-13
1
-2
/
+2
*
[test] Print the log output on failure.
Jonas Devlieghere
2019-09-13
1
-2
/
+2
*
[Reproducer] Include the this pointer in the API log.
Jonas Devlieghere
2019-09-13
1
-0
/
+48
*
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
*
[lldb] Remove duplicated breakpoint tests
Raphael Isemann
2019-09-12
9
-502
/
+0
*
[DWARF] Evaluate DW_OP_entry_value
Vedant Kumar
2019-09-11
4
-1
/
+192
*
Ah, only skip this for embedded darwin targets.
Jason Molenda
2019-09-11
1
-1
/
+1
*
Skip a test in TestProcessIO.py when running against ios devices.
Jason Molenda
2019-09-11
1
-0
/
+1
*
[lldbtest] Add an "expected_cmd_failure" option to the filecheck helper
Vedant Kumar
2019-09-10
1
-1
/
+5
*
[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
*
[Windows] Add support of watchpoints to `ProcessWindows`
Aleksandr Urakov
2019-09-06
20
-91
/
+0
*
Remove `bugreport` command
Jonas Devlieghere
2019-09-05
1
-1
/
+1
*
[lldb][NFC] Add dimensions to pexpect tests failing on sanitizer bot
Raphael Isemann
2019-09-05
2
-2
/
+2
*
[lldb][NFC] Stabilize gui/basic test by waiting on prompt
Raphael Isemann
2019-09-05
1
-0
/
+1
*
[dotest] Remove top-level Makefile
Pavel Labath
2019-09-05
1
-32
/
+0
*
[dotest] Centralize initialization commands even more
Pavel Labath
2019-09-05
4
-28
/
+21
*
[dotest] Delete trivial inline test makefiles
Pavel Labath
2019-09-05
30
-77
/
+0
*
[test] Escape path to match the literal string
Jonas Devlieghere
2019-09-04
1
-1
/
+1
*
Revert "[test] Address TestConcurrentMany*.py flakiness on macOS"
Jonas Devlieghere
2019-09-04
1
-9
/
+16
*
[Python] Implement __next__ for value_iter
Jonas Devlieghere
2019-09-04
1
-0
/
+7
*
[Python] Implement truth testing for lldb.value
Jonas Devlieghere
2019-09-04
1
-0
/
+4
*
Upstream macCatalyst support in debugserver and the macOS dynamic loader
Adrian Prantl
2019-09-04
8
-2
/
+78
*
Workaround TestConcurrentMany* flakiness in a more pricipled way
Frederic Riss
2019-09-04
1
-1
/
+0
*
[lldb] Limit the amount of zeroes we use for padding when printing small floats
Raphael Isemann
2019-09-04
3
-0
/
+129
*
Port TestBatchMode to PExpectTest class
Pavel Labath
2019-09-04
2
-91
/
+56
*
[lldb][NFC] Add a simple test for thread_local storage.
Raphael Isemann
2019-09-04
3
-0
/
+25
*
[dotest] Avoid the need for LEVEL= makefile boilerplate
Pavel Labath
2019-09-04
557
-1581
/
+552
*
[lldb] [test] Mark 'reenabled' tests XFAIL on NetBSD
Michal Gorny
2019-09-04
5
-0
/
+5
*
[lldb] [test] Un-mark two commands/register tests XFAIL
Michal Gorny
2019-09-04
1
-2
/
+0
*
[lldb][NFC] Remove lldbcurses.py
Raphael Isemann
2019-09-03
1
-1306
/
+0
*
[test] Addres TestConcurrentMany*.py flakiness on macOS
Jonas Devlieghere
2019-09-03
1
-16
/
+11
[prev]
[next]