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
/
functionalities
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename the test class
Enrico Granata
2016-08-30
1
-1
/
+1
*
Add an helper class lldb.formatters.synth.PythonObjectSyntheticChildProvider
Enrico Granata
2016-08-30
4
-0
/
+95
*
Remove a test that depends on knowing all compiler's register allocation sche...
Jim Ingham
2016-08-19
1
-23
/
+0
*
Add StructuredData plugin type; showcase with new DarwinLog feature
Todd Fiala
2016-08-19
43
-0
/
+2291
*
Revert "Add StructuredData plugin type; showcase with new DarwinLog feature"
Todd Fiala
2016-08-19
43
-2291
/
+0
*
Add StructuredData plugin type; showcase with new DarwinLog feature
Todd Fiala
2016-08-19
43
-0
/
+2291
*
Disable TestThreadSpecificBpPlusCondition on Windows.
Zachary Turner
2016-08-12
1
-1
/
+1
*
Skip 2 android test what is broken because of debuggerd
Tamas Berghammer
2016-08-12
2
-7
/
+2
*
Undid LLVM macro usage in test suite test subject files.
Todd Fiala
2016-08-10
1
-7
/
+7
*
Delete Host/windows/win32.h
Zachary Turner
2016-08-09
1
-7
/
+7
*
Errors compiling breakpoint conditions will cause the breakpoint not to be hit
Jim Ingham
2016-08-03
1
-0
/
+44
*
Add/fix support for i386 elf core files
Dimitar Vlahovski
2016-07-29
1
-1
/
+0
*
Fixed "void SBWatchpoint::SetEnabled (bool enabled)" to work properly and add...
Greg Clayton
2016-07-27
1
-5
/
+11
*
Breakup TestConcurrentEvents.py into separate test subdirs per test method
Todd Fiala
2016-07-22
71
-526
/
+1123
*
s/Cocoa/Foundation/
Enrico Granata
2016-07-19
2
-2
/
+2
*
Don't check the value of the unset variables on iOS
Enrico Granata
2016-07-19
1
-6
/
+5
*
LLDB help content has accumulated over time without a recent attempt to
Kate Stone
2016-07-14
3
-4
/
+4
*
mark newly failing tests as XFAIL
Pavel Labath
2016-07-14
1
-2
/
+4
*
This doesn't compiler on Darwin. Skipping it.
Greg Clayton
2016-07-12
1
-0
/
+1
*
Fix an issue where one could not define a Python command with the same name a...
Enrico Granata
2016-07-11
3
-0
/
+49
*
Fix for PrintStackTraces
Ravitheja Addepally
2016-07-07
3
-0
/
+78
*
Implement GetMemoryRegions() for Linux and Mac OSX core files.
Howard Hellyer
2016-07-07
1
-7
/
+68
*
Add data formatter for libstdc++ shared_ptr and weak_ptr
Tamas Berghammer
2016-07-06
3
-0
/
+80
*
Correct watchpoint size test failure on certain devices
Omair Javaid
2016-06-30
1
-3
/
+3
*
fix invalid assumption about the executable module in Target::Install()
Todd Fiala
2016-06-27
1
-0
/
+1
*
Don't run TestImageListMultiArchitecture during remote test suite
Francis Ricci
2016-06-24
1
-0
/
+1
*
Allow installing watchpoints at less than 8-byte alligned addresses for AArch...
Omair Javaid
2016-06-16
3
-0
/
+188
*
Enable some tests on linux
Pavel Labath
2016-06-09
2
-3
/
+3
*
Add a test for the failure described by pr28055. Mark it as xfail.
Jim Ingham
2016-06-08
2
-0
/
+68
*
Revert "Make lldbinline.py regenerate the Makefile each time it builds."
Pavel Labath
2016-06-07
4
-31
/
+11
*
Make lldbinline.py regenerate the Makefile each time it builds.
Sean Callanan
2016-06-07
4
-11
/
+31
*
[tsan] Prefer mangled name looking up variable declaration for racy address
Devin Coughlin
2016-06-01
3
-0
/
+98
*
Add "-gmodules" support to the test suite.
Todd Fiala
2016-05-26
1
-0
/
+1
*
It has been brought to my attention that, given two variables
Enrico Granata
2016-05-25
2
-6
/
+9
*
Mark some aarch64-linux specific xfails marking bug entries
Omair Javaid
2016-05-25
2
-2
/
+2
*
Fix an issue where LLDB would crash if one tried to 'frame variable' an unord...
Enrico Granata
2016-05-25
1
-0
/
+1
*
Mark some arm-linux specific xfails marking bug entries
Omair Javaid
2016-05-25
1
-0
/
+1
*
Reword ThreadSanitizer message for invalid mutex reports.
Kuba Brecka
2016-05-22
1
-1
/
+1
*
Fix error propagation from the Z0 packet in gdb-remote breakpoint setting.
Jim Ingham
2016-05-19
1
-0
/
+77
*
xfail TestWatchLocation.py for arm-linux targets
Omair Javaid
2016-05-17
1
-0
/
+1
*
Make LLDB print out an explicit marker when it's displaying formatters that a...
Enrico Granata
2016-05-16
1
-0
/
+2
*
Xfail TestCrashDuringStep and TestCreateDuringInstructionStep on arm-linux
Omair Javaid
2016-05-16
1
-0
/
+1
*
Clean up test results on Windows.
Zachary Turner
2016-05-13
3
-1
/
+4
*
Fix libstdc++ failure where <atomic> is not able to be imported on Darwin sys...
Greg Clayton
2016-05-12
1
-5
/
+1
*
Xfail failing watchpoint tests on aarch64-linux
Omair Javaid
2016-05-11
4
-0
/
+5
*
Corrected aarch64 register no in TestBreakpointConditions.py
Omair Javaid
2016-05-11
1
-1
/
+1
*
Fix race in TestExitDuringStep and unify pseudo_barrier handling
Pavel Labath
2016-05-10
8
-105
/
+13
*
Add a testcase for "BreakpointSetBySourceRegex"
Jim Ingham
2016-05-10
5
-0
/
+139
*
Added a testcase for the ptr_refs tool so we catch if it stops working.
Sean Callanan
2016-05-03
3
-0
/
+75
*
Split out console and file writing cases in TestCommandScriptImmediateOutput
Francis Ricci
2016-05-03
1
-4
/
+17
[next]