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
/
test
/
tools
/
lldb-server
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move lldb/test to lldb/packages/Python/lldbsuite/test.
Zachary Turner
2015-10-28
24
-5807
/
+0
*
Rename `lldb_shared` to `use_lldb_suite`.
Zachary Turner
2015-10-27
19
-19
/
+19
*
Remove use of octal literals.
Zachary Turner
2015-10-26
5
-13
/
+13
*
Convert `long` to `int`, and portably detect all integral types.
Zachary Turner
2015-10-26
1
-2
/
+3
*
Convert deprecated unittest method names.
Zachary Turner
2015-10-26
12
-42
/
+42
*
Fix usages of range() and xrange() for Python 3.
Zachary Turner
2015-10-26
1
-1
/
+1
*
Python3 - Wrap more statements in calls to list()
Zachary Turner
2015-10-23
4
-10
/
+10
*
Add from __future__ import print_function everywhere.
Zachary Turner
2015-10-23
20
-28
/
+68
*
Update every test to import `lldb_shared`.
Zachary Turner
2015-10-22
18
-71
/
+27
*
Use six to portably handle module renames in Python 2 and 3
Zachary Turner
2015-10-21
2
-6
/
+13
*
lldb-server: add support for binary memory reads
Pavel Labath
2015-10-14
1
-0
/
+45
*
Merge dwarf and dsym tests
Tamas Berghammer
2015-09-30
13
-380
/
+253
*
Clean up register naming conventions inside lldb.
Jason Molenda
2015-09-15
1
-1
/
+1
*
Fixes lldb-server commandline test xpass for OS X and Linux; resolves llvm.or...
Todd Fiala
2015-09-14
1
-2
/
+1
*
XFAIL single_step_only_steps_one_instruction related tests on arm/aarch64
Tamas Berghammer
2015-09-07
2
-0
/
+3
*
Xfail TestGdbRemoteAbort for Android API <= 16.
Chaoren Lin
2015-07-21
1
-1
/
+2
*
Use /proc/$$/stat instead of $PPID.
Chaoren Lin
2015-07-06
1
-1
/
+4
*
Fix TestAttachDenied and TestChangeProcessGroup for remote Windows to Android.
Chaoren Lin
2015-06-06
2
-2
/
+2
*
Update TestGdbRemoteAbort and TestGdbRemoteSegFault to use `get_signal_number`.
Chaoren Lin
2015-06-06
2
-2
/
+3
*
[TestGdbRemoteAbort] Skip on API 16 Android devices
Siva Chandra
2015-06-05
1
-0
/
+1
*
[TestGdbRemoteRegisterState] Do not flip ARM *psr register in the test
Siva Chandra
2015-06-04
1
-0
/
+3
*
Use new get_signal_number utility function for tests.
Chaoren Lin
2015-06-02
2
-7
/
+8
*
[TestLldbGdbServer and TestGdbRemoteXXX] Use "ls -l" instead of "readlink"
Siva Chandra
2015-05-29
1
-12
/
+17
*
Add a new "qEcho" packet with the following format:
Greg Clayton
2015-05-29
1
-0
/
+1
*
Fix breakpoint setting in gdb remote test cases on arm
Tamas Berghammer
2015-05-28
2
-4
/
+10
*
Add 'qXfer:features:read' to known stub list
Ying Chen
2015-05-26
1
-0
/
+1
*
[TestLldbGdbServer] Up sleep duration to 1min in the inferior thread_func.
Siva Chandra
2015-05-22
1
-1
/
+1
*
XPASS a bunch of GdbRemote/LldbGdbServer tests
Vince Harron
2015-05-21
6
-8
/
+0
*
Fixed intermittent failures in TestGdbRemote*/TestLldbGdbServer
Vince Harron
2015-05-21
14
-2
/
+28
*
Re-enable packet logging for GdbRemote/LldbServer tests
Vince Harron
2015-05-21
1
-1
/
+6
*
Fixes errors in remote tests
Vince Harron
2015-05-18
1
-1
/
+1
*
Refactored lldb executable name discovery
Vince Harron
2015-05-18
1
-19
/
+13
*
XFAIL'd some flakey tests on Darwin
Vince Harron
2015-05-17
2
-0
/
+2
*
XFAIL'd some tests that fail very, very rarely
Vince Harron
2015-05-16
1
-0
/
+1
*
os.path.join does not always work for paths on remote platforms.
Chaoren Lin
2015-05-11
2
-4
/
+2
*
Remove unsupported lldb-server parameters from test
Vince Harron
2015-05-10
1
-3
/
+1
*
change comment symbol from // to #
Ying Chen
2015-05-08
1
-2
/
+2
*
Remove tailing " (deleted)" from executable name returned by readlink
Ying Chen
2015-05-08
1
-1
/
+3
*
Pass Android device ID to TestStubReverseConnect.
Chaoren Lin
2015-05-07
1
-1
/
+1
*
Fix adb forward in gdbremote_testcase to support multiple devices.
Chaoren Lin
2015-05-07
1
-6
/
+12
*
Update gdbremote_testcase to accomodate new adb:// scheme.
Chaoren Lin
2015-05-06
1
-1
/
+2
*
Fix typo. platfrom -> platform
Chaoren Lin
2015-05-05
1
-2
/
+2
*
XFAIL a test in TestGdbRemoteRegisterState.py on linux to stabilize build bot
Pavel Labath
2015-04-16
1
-0
/
+1
*
XFAILing TestGdbRemoteAttach to stabilise linux build bot
Pavel Labath
2015-04-16
1
-61
/
+1
*
Bug 23051 - Fix zombie processes after lldb-server tests
Ilia K
2015-04-15
6
-8
/
+0
*
Add teardown hook to shutdown an inferior process
Ilia K
2015-04-15
1
-2
/
+9
*
Skip reverse connect test when running remotely
Vince Harron
2015-04-15
1
-0
/
+1
*
Skip the TestGdbRemoteRegisterState.test_grp_register_save_restore_works_no_s...
Ilia K
2015-04-13
1
-0
/
+1
*
Skip a few tests on OS X according to the bug 23181
Ilia K
2015-04-13
1
-0
/
+1
*
Skip lldb-server tests according to bug 23181
Ilia K
2015-04-10
5
-0
/
+6
[next]