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
/
python_api
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
os.path.join does not always work for paths on remote platforms.
Chaoren Lin
2015-05-11
1
-1
/
+1
*
[TestEvents] Add a 'connected' state to include remote debugging.
Siva Chandra
2015-05-08
1
-10
/
+20
*
Enable TestChangeValueAPI on Linux
Pavel Labath
2015-05-05
1
-2
/
+1
*
un-skipped a bunch of tests on Linux
Vince Harron
2015-05-04
1
-2
/
+0
*
Enabling two watchpoint tests on linux
Pavel Labath
2015-04-30
2
-2
/
+0
*
XFAILing TestPrintStackTraces on linux to stabilize the build bot
Pavel Labath
2015-04-17
1
-6
/
+4
*
Exception registers aren't supported outside of Darwin
Vince Harron
2015-04-15
1
-9
/
+16
*
Remove gcc xfail for TestTargetWatchAddress.
Chaoren Lin
2015-04-14
1
-1
/
+0
*
Many many test failures after some recent changes. The problem is lldbtest.ge...
Greg Clayton
2015-04-02
1
-1
/
+1
*
TestPrintStackTraces - made XFAIL more precise
Vince Harron
2015-03-31
1
-1
/
+7
*
Enabled a bunch of tests on Linux
Vince Harron
2015-03-31
2
-2
/
+1
*
Replace sys.platform skips in tests with @skip decorators which check against...
Robert Flack
2015-03-30
32
-66
/
+64
*
Fix RegisterCommandsTestCase and HelloWorldTestCase tests which hang on OS X ...
Ilia K
2015-03-26
1
-0
/
+6
*
xfail tests that failed with clang-3.7, gcc4.8.2 and on i386 to get buildbot ...
Ying Chen
2015-03-25
1
-0
/
+1
*
Don't clobber CFLAGS_EXTRAS in tests.
Robert Flack
2015-03-24
5
-5
/
+5
*
Use -fno-limit-debug-info instead of -fstandalone-debug in tests
Vince Harron
2015-03-15
1
-1
/
+1
*
Make TestSBFrameFindValue compatible with remote targets
Tamas Berghammer
2015-03-13
1
-1
/
+1
*
Avoid a failing test case by fixing things so the compiler generates a line t...
Greg Clayton
2015-03-12
1
-2
/
+1
*
Fix ProcessIO test failures
Pavel Labath
2015-03-12
1
-4
/
+0
*
Restore commented setTearDownCleanup in TestHelloWorld.test_with_dwarf_and_at...
Oleksiy Vyalov
2015-03-10
1
-1
/
+1
*
Add Utility/ModuleCache class and integrate it with PlatformGDBRemoteServer -...
Oleksiy Vyalov
2015-03-10
1
-3
/
+1
*
Improve ValueObject::GetValueDidChange test; Add a comment for it
Ilia K
2015-03-06
2
-1
/
+16
*
XFAIL tests that are known to fail occasionally on Linux
Vince Harron
2015-03-05
5
-0
/
+8
*
Applying D7950 to four near copies of the file.
Chaoren Lin
2015-03-02
2
-42
/
+48
*
Use -fstandalone-debug for few tests to get around a Clang optimization
Vince Harron
2015-02-28
1
-0
/
+7
*
Fix TestProcessIO.py when run against a remote target
Vince Harron
2015-02-13
1
-15
/
+22
*
Fix 'process launch -i' for remote processes
Vince Harron
2015-02-10
1
-6
/
+19
*
Check-in generated test makefiles
Pavel Labath
2015-02-05
1
-0
/
+4
*
Fix TestTargetAPI.py when run against remote host.
Vince Harron
2015-02-04
1
-1
/
+9
*
Fix the test to disassemble as if at address zero, not at an invalid address....
Greg Clayton
2015-01-27
1
-1
/
+1
*
Fix a number of tests on Windows.
Zachary Turner
2015-01-14
1
-1
/
+1
*
[TestEvents] Replace expectedFailureLinux with skipIfLinux
Siva Chandra
2014-12-19
1
-2
/
+5
*
Now that AddressOf() does sane things with const results, this check is wrong...
Enrico Granata
2014-12-15
1
-4
/
+0
*
Add a test case to validate that AddressOf() and GetLoadAddress() work on a V...
Enrico Granata
2014-12-12
2
-0
/
+43
*
Disable the remaining ProcessIO test on Windows.
Zachary Turner
2014-12-10
1
-1
/
+1
*
Skip TestExprPathSynthetic test on FreeBSD, Linux & Windows.
Oleksiy Vyalov
2014-12-10
1
-1
/
+2
*
Extend ValueObject::GetExpressionPath() to do something reasonable for synthe...
Enrico Granata
2014-12-09
2
-0
/
+23
*
Add the ability for an SBValue to create a persisted version of itself.
Enrico Granata
2014-12-08
3
-0
/
+116
*
Disable GetSTDOUT, GetSTDERR, and PutSTDIN on Windows.
Zachary Turner
2014-11-25
1
-5
/
+10
*
Mark 9 lldb unit tests for ubuntu as XFAIL.
Siva Chandra
2014-11-22
2
-0
/
+3
*
Add decorator for FreeBSD failure
Ed Maste
2014-11-20
1
-0
/
+1
*
Add decorator for intermittently failing test on FreeBSD
Ed Maste
2014-11-17
1
-0
/
+1
*
Add -std=c99 for building the test case of TestValueVarUpdate - for Siva Chan...
Shawn Best
2014-11-11
1
-0
/
+1
*
Fix a problem where ValueObjectVariable was not correctly setting its 'has va...
Enrico Granata
2014-11-04
3
-0
/
+84
*
Fixed SBTarget::ReadMemory() to work correctly and the TestTargetAPI.py test ...
Greg Clayton
2014-11-04
1
-4
/
+8
*
Fixed a test suite error on MacOSX where people were using ".data" as the dat...
Greg Clayton
2014-11-03
1
-1
/
+10
*
Fixed a test suite error on MacOSX where people were using ".data" as the dat...
Greg Clayton
2014-11-03
1
-1
/
+9
*
Temporarily disable test on FreeBSD that is asserting
Ed Maste
2014-10-29
1
-0
/
+1
*
Added the ability to add attributes to inline
Sean Callanan
2014-10-28
1
-1
/
+2
*
Fix HelloWorld attach test for Linux kernels with ptrace ancestor lockdown.
Todd Fiala
2014-10-26
1
-0
/
+20
[prev]
[next]