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
...
*
Fix libc++ vector<bool> data formatter (bug #32553)
Pavel Labath
2017-04-12
1
-1
/
+0
*
Fix TestGuessLanguage for gcc
Pavel Labath
2017-04-12
1
-1
/
+7
*
Android.rules: setup correct objcopy path
Pavel Labath
2017-04-12
1
-4
/
+12
*
Teach SBFrame how to guess its language.
Jim Ingham
2017-04-12
7
-0
/
+134
*
Add missing annotation to TestDataFormatterUnordered
Pavel Labath
2017-04-11
1
-0
/
+1
*
Mark this test as XFAIL on all platforms, it's happening everywhere.
Jason Molenda
2017-04-07
1
-1
/
+1
*
XFAIL TestDataFormatterLibcxxVBool on Linux & Android
Tamas Berghammer
2017-04-06
1
-0
/
+1
*
Annotate some more libc++ tests with the new category
Pavel Labath
2017-04-05
3
-29
/
+20
*
The darwin_log tests are very fragile and currently do not properly assess th...
Sean Callanan
2017-04-05
3
-2
/
+4
*
Enable lldm-mi commands -stack-list-locals -stack-list-variables and -var-cre...
Ilia K
2017-04-04
3
-0
/
+106
*
Skip three test cases that are asserting on macosx as of r299199. A quick
Jason Molenda
2017-04-04
3
-0
/
+10
*
Add support for sythetic operator dereference
Tamas Berghammer
2017-03-31
1
-0
/
+6
*
Do not dereference std::unique_ptr by default
Tamas Berghammer
2017-03-31
2
-5
/
+47
*
[LLDB][MIPS] Fix Core file Architecture and OS information.
Nitesh Jain
2017-03-31
7
-0
/
+16
*
Centralize libc++ test skipping logic
Pavel Labath
2017-03-29
18
-79
/
+92
*
Delete TestLLVM.py
Zachary Turner
2017-03-22
1
-67
/
+0
*
FindTypes should find "struct TypeName" as well as "TypeName".
Jim Ingham
2017-03-21
3
-0
/
+95
*
Get ObjectFileMachO to handle @executable_path
Jim Ingham
2017-03-20
5
-0
/
+64
*
Fix remote test suite directory creation
Pavel Labath
2017-03-20
2
-27
/
+33
*
allow for specification of compiler/lldb executables basename
Tim Hammerquist
2017-03-17
1
-0
/
+4
*
executables should be validated before spawning subprocesses
Tim Hammerquist
2017-03-17
1
-2
/
+14
*
Remove HostThreadLinux/Free/NetBSD
Pavel Labath
2017-03-17
3
-0
/
+69
*
Fix TestMoveNearest for remote targets
Pavel Labath
2017-03-15
1
-1
/
+2
*
Fix TestMoveNearest breakage on darwin
Pavel Labath
2017-03-15
1
-0
/
+4
*
BreakpointResolverFileLine: Restrict move-to-nearest-code from moving across ...
Pavel Labath
2017-03-15
9
-34
/
+116
*
dotest.py: remove the ability to specify different architectures/compilers in...
Pavel Labath
2017-03-15
7
-154
/
+100
*
[CMake] Override debugserver to use the build tree on Darwin
Chris Bieneman
2017-03-14
2
-0
/
+7
*
Android.rules: Add libc++ support
Pavel Labath
2017-03-13
2
-10
/
+26
*
Mark this as skipped for now. There is a race condition with
Jason Molenda
2017-03-10
1
-0
/
+1
*
Make the LLDB test suite work with MSVC 2017 on Windows.
Zachary Turner
2017-03-09
1
-4
/
+6
*
Android.rules: fix computation of gcc toolchain directory on arm
Pavel Labath
2017-03-08
1
-11
/
+11
*
Back to xfailing this. For some reason on our buildbots
Jason Molenda
2017-03-08
1
-0
/
+1
*
TestQueues should be passing again, remove the expected fail.
Jason Molenda
2017-03-08
1
-1
/
+0
*
Android.rules: add support for clang compiler
Pavel Labath
2017-03-07
2
-16
/
+45
*
Disable the lldb-mi tests on remote platforms.
Sean Callanan
2017-03-04
16
-0
/
+64
*
[Windows] Remove the #include <eh.h> hack.
Zachary Turner
2017-03-03
1
-8
/
+0
*
Android.rules: fix building on mac
Pavel Labath
2017-03-03
1
-1
/
+0
*
Android.rules: fix building on windows
Pavel Labath
2017-03-03
1
-1
/
+1
*
test: shorten test trace file names
Pavel Labath
2017-03-03
1
-2
/
+5
*
testsuite/android: build test executables with the android ndk directly
Pavel Labath
2017-03-03
2
-7
/
+53
*
Fix flakyness in TestGdbRemoteHostInfo
Pavel Labath
2017-03-02
2
-10
/
+0
*
Make it clear what you should modify when you copy any of these sample
Jim Ingham
2017-03-01
2
-5
/
+12
*
Add a test to ensure that SBFrame::Disassemble produces some output.
Jim Ingham
2017-03-01
2
-1
/
+69
*
Add a sample_test directory with simple starter
Jim Ingham
2017-03-01
5
-0
/
+103
*
Mark TestYMMRegister as no_debug_info_test
Pavel Labath
2017-03-01
1
-0
/
+1
*
Switch SBBreakpointLocation to use a weak_ptr
Pavel Labath
2017-03-01
1
-0
/
+3
*
Switch SBWatchpoint to use a weak_ptr to the underlying object
Pavel Labath
2017-02-28
1
-0
/
+3
*
Add a comment to describe purpose of signal-filtering test
Eugene Zemtsov
2017-02-28
1
-0
/
+2
*
Ah, this was an early exit to leave built products around, it wasn't meant to
Jason Molenda
2017-02-27
1
-1
/
+0
*
Support NetBSD Thread ID in lldb-server tests
Kamil Rytarowski
2017-02-27
2
-0
/
+10
[prev]
[next]