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
/
tools
Commit message (
Expand
)
Author
Age
Files
Lines
*
[lldb][NFC] Remove unused imports in python tests
Raphael Isemann
2019-08-02
16
-23
/
+0
*
[lldb] [test/lldb-vscode] Use realpath to match vscode behavior
Michal Gorny
2019-07-30
1
-2
/
+4
*
[lldb] [test/lldb-vscode] Use os.path.dirname() [NFC]
Michal Gorny
2019-07-30
1
-5
/
+5
*
[lldb] Increase testsuite packet-timeout 5secs -> 1min
Jan Kratochvil
2019-07-29
2
-9
/
+10
*
[lldb] [Process/NetBSD] Report stopped process on SIGSTOP
Michal Gorny
2019-07-25
1
-2
/
+0
*
[lldb][test_suite] Update tests with unexpected pass on Android aarch64
Alex Langford
2019-07-23
1
-1
/
+0
*
[lldb] Fix occasional hangs of VSCode testcases
Jan Kratochvil
2019-07-23
1
-7
/
+1
*
Revert "Revert "Implement xfer:libraries-svr4:read packet""
Antonio Afonso
2019-07-23
8
-1
/
+226
*
Restore tests for lldb-server and lldb-vscode removed at rL366590
Antonio Afonso
2019-07-22
63
-0
/
+10564
*
[lldb][NFC] Cleanup mentions and code related to lldb-mi
Raphael Isemann
2019-07-19
111
-15069
/
+0
*
Revert "Implement xfer:libraries-svr4:read packet"
Pavel Labath
2019-07-01
8
-226
/
+1
*
Stabilize TestGdbRemoteLibrariesSvr4Support
Pavel Labath
2019-06-19
1
-3
/
+6
*
Implement xfer:libraries-svr4:read packet
Antonio Afonso
2019-06-18
8
-1
/
+223
*
[lldb] [test] Extend D55859 symbols.enable-external-lookup=false for more tes...
Jan Kratochvil
2019-06-17
1
-2
/
+6
*
[lldb-server] Support 'g' packets
Pavel Labath
2019-05-30
6
-44
/
+218
*
[lldb-mi] Include full path in the -data-disassemble response
Tatyana Krasnukha
2019-05-21
1
-0
/
+8
*
[lldb] [test] Skip one more TestMiBreak on NetBSD
Michal Gorny
2019-05-15
1
-1
/
+1
*
@skipIfLinux flaky lldb-mi tests
Pavel Labath
2019-05-13
2
-1
/
+3
*
Fix TestVSCode_attach on Linux
Stella Stamenova
2019-05-09
1
-4
/
+7
*
@skipIfLinux another batch of flaky lldb-mi tests
Pavel Labath
2019-04-29
2
-1
/
+3
*
@skipIfLinux flaky lldb-mi tests
Pavel Labath
2019-04-21
3
-0
/
+3
*
Make TestVSCode_step pass reliably
Pavel Labath
2019-04-21
1
-7
/
+1
*
[lldb] [test] Mark three more tests flakey/xfail on NetBSD
Michal Gorny
2019-04-18
2
-0
/
+3
*
[lldb-server] Update tests to use std::thread/mutex for all platforms
Aaron Smith
2019-04-12
1
-86
/
+81
*
TestVCCode_step: replace assertTrue with more specific assertions
Pavel Labath
2019-04-05
1
-10
/
+10
*
Re-enable most lldb-vscode tests on Linux.
Jorge Gorbe Moya
2019-04-03
4
-20
/
+5
*
Simplify TestGdbRemoteRegisterState
Pavel Labath
2019-04-02
1
-9
/
+0
*
[lldb-vscode] Add logic to handle EOF when reading from lldb-vscode stdout.
Jorge Gorbe Moya
2019-04-01
1
-31
/
+45
*
Skip TestVSCode_setFunctionBreakpoints on linux
Pavel Labath
2019-03-18
1
-0
/
+1
*
[Python] Fix another batch of python 2/python 3 portability issues.
Davide Italiano
2019-03-13
1
-2
/
+7
*
[lldb-mi] Make this test more reliable. NFC.
Davide Italiano
2019-03-12
1
-0
/
+6
*
[lldb] [test] Mark a few tests flakey on NetBSD
Michal Gorny
2019-03-11
1
-0
/
+1
*
Fix TestAppleSimulatorOSType.py with Xcode 10.2
Frederic Riss
2019-03-07
1
-1
/
+3
*
[lldb] [test] Mark failing tests XFAIL on NetBSD
Michal Gorny
2019-03-04
8
-0
/
+17
*
Revert "[lldb-mi] Move TestMIPrompt away from pexpect()."
Davide Italiano
2019-02-21
1
-0
/
+58
*
[lldb-mi] Move TestMIPrompt away from pexpect().
Davide Italiano
2019-02-20
1
-58
/
+0
*
[lldb-mi] Remove a test that uses pexpect().
Davide Italiano
2019-02-20
1
-82
/
+0
*
Fix vscode tests for python3
Pavel Labath
2019-02-19
1
-2
/
+2
*
Fix lldb-server test suite for python3
Pavel Labath
2019-02-15
5
-16
/
+20
*
Revert "Fix one more string/bytes issue in lldb-server tests"
Pavel Labath
2019-02-13
1
-1
/
+1
*
Fix one more string/bytes issue in lldb-server tests
Pavel Labath
2019-02-13
1
-1
/
+1
*
[Py3/TestAppleOSSimulator] Another byte<->str interoperability issue.
Davide Italiano
2019-02-05
1
-1
/
+1
*
[testsuite] Fix TestAppleSimulator so that it works with Python 3.
Davide Italiano
2019-01-31
1
-2
/
+2
*
[Python] Fix gdb-remote and lldb-server utilities to work with Py3.
Davide Italiano
2019-01-31
2
-5
/
+5
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
14
-56
/
+42
*
symbols.enable-external-lookup=false on all hosts (not just OSX)
Jan Kratochvil
2019-01-03
3
-2
/
+11
*
refactor testsuite spawnLldbMi args->exe+args
Jan Kratochvil
2018-12-19
3
-11
/
+14
*
A few small updates to the testsuite for running against an iOS device.
Jason Molenda
2018-12-17
1
-0
/
+1
*
Make TestAppleSimulatorOSType.py more flexible
Frederic Riss
2018-11-17
1
-1
/
+7
*
Tiny testsuite tweaks. Don't run the apple simulator
Jason Molenda
2018-10-16
1
-0
/
+3
[next]