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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
*
Revert "[test] Report error when inferior test processes exit with a non-zero...
Pavel Labath
2016-07-18
2
-11
/
+19
*
[test] Report error when inferior test processes exit with a non-zero code
Pavel Labath
2016-07-18
2
-19
/
+11
*
Fix TestDarwinNSLogOutput for windows
Pavel Labath
2016-07-15
1
-1
/
+1
*
Remember to add the testcase I wrote for r274822.
Jim Ingham
2016-07-15
3
-0
/
+102
*
adjust one of the NSLog output tests to only run on macOS 10.12+
Todd Fiala
2016-07-15
1
-0
/
+7
*
LLDB help content has accumulated over time without a recent attempt to
Kate Stone
2016-07-14
4
-5
/
+5
*
removed darwin_log.py file from previous check-in
Todd Fiala
2016-07-14
1
-139
/
+0
*
fix command-line LLDB so NSLog messages show up
Todd Fiala
2016-07-14
4
-0
/
+304
*
Add support for Objective-C class properties.
Greg Clayton
2016-07-14
2
-0
/
+27
*
mark newly failing tests as XFAIL
Pavel Labath
2016-07-14
2
-2
/
+6
*
[test] [linux] define PR_SET_PTRACER constants if the system does not provide...
Pavel Labath
2016-07-14
1
-3
/
+8
*
Fix -break-enable/-break-disable commands (MI)
Ilia K
2016-07-14
1
-0
/
+45
*
Added test for setting breakpoints by basename and fullname.
Greg Clayton
2016-07-13
1
-0
/
+67
*
This doesn't compiler on Darwin. Skipping it.
Greg Clayton
2016-07-12
1
-0
/
+1
*
[test] Fix category-based skipping
Pavel Labath
2016-07-12
1
-2
/
+0
*
Fix an issue where one could not define a Python command with the same name a...
Enrico Granata
2016-07-11
3
-0
/
+49
*
When calling "settings set target.source-map <old-path> <new-path>", make sur...
Greg Clayton
2016-07-08
1
-0
/
+4
*
Bump up timeout in TestCallWithTimeout
Pavel Labath
2016-07-07
1
-2
/
+2
*
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
*
Fixed a bug where we report a single type multiple times in namespaces.
Sean Callanan
2016-07-05
8
-0
/
+156
*
Split TestTemplateIntegerArgs test into two
Pavel Labath
2016-07-04
1
-14
/
+17
*
Enable test log collection from remote debug servers (take 2)
Pavel Labath
2016-07-04
2
-42
/
+47
*
Join TestTlsGlobal tests again and use the proper decorator
Pavel Labath
2016-07-04
1
-12
/
+2
*
Fixed thread local storage test case to run normally with no expected fail fo...
Greg Clayton
2016-07-01
1
-2
/
+12
*
Thread local storage was already broken on Linux and the tests were passing b...
Greg Clayton
2016-07-01
1
-0
/
+1
*
Added support for thread local variables on all Apple OS variants.
Greg Clayton
2016-07-01
3
-5
/
+16
*
Skip TestDisassembleRawData when remote
Francis Ricci
2016-07-01
1
-0
/
+1
*
Removed the redundant "%d errors parsing expression" error. Nobody keeps score.
Sean Callanan
2016-06-30
1
-2
/
+2
*
Correct watchpoint size test failure on certain devices
Omair Javaid
2016-06-30
1
-3
/
+3
*
XFAIL tests which fail with gcc on linux
Pavel Labath
2016-06-29
3
-1
/
+3
*
fix invalid assumption about the executable module in Target::Install()
Todd Fiala
2016-06-27
1
-0
/
+1
*
Made templates that have Enumeration values as arguments work correctly.
Greg Clayton
2016-06-24
2
-1
/
+69
*
Don't run TestImageListMultiArchitecture during remote test suite
Francis Ricci
2016-06-24
1
-0
/
+1
*
Added a test case for bitfield ivars. It currently fails.
Sean Callanan
2016-06-24
2
-0
/
+56
*
Fix an issue where LLDB would show the key and value of a single entry NSDict...
Enrico Granata
2016-06-24
3
-0
/
+82
*
Handle variadic Objective-C methods from DWARF correctly.
Sean Callanan
2016-06-24
2
-0
/
+35
*
Don't run the top-level expression test case with -gmodules.
Sean Callanan
2016-06-23
1
-1
/
+1
*
Test that lldb calls the right 'printf' even when a 'printf' method exists.
Sean Callanan
2016-06-20
2
-0
/
+25
*
Allow installing watchpoints at less than 8-byte alligned addresses for AArch...
Omair Javaid
2016-06-16
3
-0
/
+188
*
xfail TestWithModuleDebugging.py on macOS
Todd Fiala
2016-06-16
1
-0
/
+1
*
Fixed C++ template integer parameter types to work correctly when the integer...
Greg Clayton
2016-06-10
3
-0
/
+94
*
Enable some tests on linux
Pavel Labath
2016-06-09
7
-9
/
+5
*
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
10
-91
/
+17
*
Make lldbinline.py regenerate the Makefile each time it builds.
Sean Callanan
2016-06-07
10
-17
/
+91
*
Fix makefile for TestExternCSymbols
Tamas Berghammer
2016-06-03
1
-1
/
+1
[prev]
[next]