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
/
data-formatter
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
It has been brought to my attention that, given two variables
Enrico Granata
2016-05-25
2
-6
/
+9
*
Fix an issue where LLDB would crash if one tried to 'frame variable' an unord...
Enrico Granata
2016-05-25
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
*
Clean up test results on Windows.
Zachary Turner
2016-05-13
1
-1
/
+0
*
Fix libstdc++ failure where <atomic> is not able to be imported on Darwin sys...
Greg Clayton
2016-05-12
1
-5
/
+1
*
I forgot to check in the test case for the changes I made to synthetic childr...
Enrico Granata
2016-05-02
4
-0
/
+127
*
Add a --element-count option to the expression command
Enrico Granata
2016-04-25
6
-0
/
+203
*
Fix test cases for big-endian systems
Ulrich Weigand
2016-04-14
5
-69
/
+145
*
Remove what I believe are the last known instances of formatters that run code
Enrico Granata
2016-04-08
4
-48
/
+11
*
Remove even more of the data formatters that silently run code
Enrico Granata
2016-04-08
2
-31
/
+1
*
skip and xfail two std::list-related libcxx tests that fail on OS X with TOT ...
Todd Fiala
2016-04-01
2
-0
/
+2
*
Remove more of the code-running ObjC data formatter support
Enrico Granata
2016-04-01
1
-6
/
+1
*
Enhance the 'type X list' commands such that they actually alert the user if ...
Enrico Granata
2016-03-30
2
-1
/
+4
*
Add a DiagnosticManager replace error streams in the expression parser.
Sean Callanan
2016-03-19
1
-42
/
+42
*
On some platforms, the compiler is allowed to assume that BOOL == bool. On ot...
Enrico Granata
2016-03-15
2
-1
/
+9
*
Make it so that the data formatter for NSError can see through a variable of ...
Enrico Granata
2016-03-15
2
-5
/
+8
*
Remove expectedFailureFreeBSD decorator
Ed Maste
2016-02-19
2
-2
/
+2
*
[TestLibCxxAtomic] Skip for GCC.
Siva Chandra
2016-02-13
1
-0
/
+1
*
[TestLibCxxAtomic] Fix Makefile so that the test builds on Linux.
Siva Chandra
2016-02-13
1
-0
/
+1
*
Data formatter support for libc++ std::atomic<T>
Enrico Granata
2016-02-12
3
-0
/
+81
*
The data formatters for NSArray, NSDictionary and (only partially) NSSet cont...
Enrico Granata
2016-02-12
4
-64
/
+1
*
Remove expectedFailureLinux decorator.
Zachary Turner
2016-02-10
1
-1
/
+1
*
Remove skipIf<compiler> decorators.
Zachary Turner
2016-02-09
12
-12
/
+12
*
Delete all the xfail / skip decorators for specific compilers.
Zachary Turner
2016-02-09
5
-5
/
+5
*
Remove expectedFailureWindows decorator.
Zachary Turner
2016-02-08
7
-7
/
+7
*
Move the rest of the tests over to using the new decorator module.
Zachary Turner
2016-02-04
42
-58
/
+98
*
Move some of the common decorators to decorators.py.
Zachary Turner
2016-02-04
1
-1
/
+2
*
Fix a bug where type <formatter> list would ignore the -w argument
Enrico Granata
2016-01-29
1
-0
/
+4
*
Fix a bug where LLDB would not print the name of the function that a scripted...
Enrico Granata
2016-01-29
6
-0
/
+92
*
Fix an issue where the type <formatter> list command would not accept a valid...
Enrico Granata
2016-01-28
1
-0
/
+26
*
Fix TestSyntheticCapping for Python 3.
Zachary Turner
2016-01-26
1
-19
/
+19
*
Remove XFAIL from a few tests that have been fixed on Windows.
Zachary Turner
2016-01-08
1
-1
/
+0
*
Add a test case that validates that my change in r255603 does the right thing
Enrico Granata
2015-12-18
3
-0
/
+85
*
Enable the 'type X list' formatters commands to list formatters in language c...
Enrico Granata
2015-12-15
1
-1
/
+4
*
Remove some xfail-s fixed by r253026
Tamas Berghammer
2015-11-26
1
-1
/
+0
*
Remove expectedFailureFreeBSD decorator from now-passing tests
Ed Maste
2015-11-24
3
-3
/
+0
*
Uniquify all the type X delete commands via one common base class
Enrico Granata
2015-11-14
1
-1
/
+1
*
Re-add XFAILs to two tests
Pavel Labath
2015-11-13
1
-0
/
+1
*
Fix to solve Bug 23139 & Bug 23560
Abhishek Aggarwal
2015-11-13
1
-1
/
+0
*
Python 3 - Use the exec function, not the exec statement.
Zachary Turner
2015-11-06
1
-1
/
+3
*
Fix an issue where LLDB would truncate summaries for string types without pro...
Enrico Granata
2015-11-04
1
-1
/
+20
*
Remove `use_lldb_suite` from the package, and don't import it anymore.
Zachary Turner
2015-11-03
53
-53
/
+53
*
Tighten up sys.path, and use absolute imports everywhere.
Zachary Turner
2015-11-03
57
-114
/
+114
*
Move lldb/test to lldb/packages/Python/lldbsuite/test.
Zachary Turner
2015-10-28
178
-0
/
+10451