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
*
Move the stop point to somewhere before the final use of the
Jim Ingham
2017-01-31
1
-1
/
+2
*
Display the pointer value in the libstdc++ unique_ptr summary
Pavel Labath
2016-11-09
1
-4
/
+4
*
Revert "Improve the libstdc++ smart pointer formatters"
Pavel Labath
2016-10-25
2
-48
/
+16
*
Add data formatter for libstdc++ unique_ptr
Tamas Berghammer
2016-10-21
3
-0
/
+91
*
Add data formatter for libstdc++ tuple
Tamas Berghammer
2016-10-21
3
-0
/
+66
*
Improve the libstdc++ smart pointer formatters
Tamas Berghammer
2016-10-21
2
-16
/
+48
*
This test now passes.
Jim Ingham
2016-10-11
1
-1
/
+0
*
xfail TestDataFormatterNSIndexPath.py on macOS i386
Todd Fiala
2016-10-06
1
-0
/
+1
*
Fixup the xfail situation on Windows.
Zachary Turner
2016-10-05
1
-0
/
+1
*
Do not assume we will be able to discover the return type of this selector ca...
Enrico Granata
2016-09-30
1
-1
/
+1
*
Fix an issue where libc++ changed the type information we get for std::map::i...
Enrico Granata
2016-09-28
2
-10
/
+10
*
Remove ancient icc decorators
Pavel Labath
2016-09-26
4
-12
/
+0
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
76
-2859
/
+4061
*
Change the formula for tagged NSIndexPath data formatting
Enrico Granata
2016-09-01
3
-0
/
+110
*
Add a data formatter for std::function in libcxx
Enrico Granata
2016-08-31
3
-0
/
+80
*
Fix an issue where a synthetic child provider could only provide a value of t...
Enrico Granata
2016-08-31
2
-2
/
+22
*
Fixup TestPyObjSynthProvider.py and enable it again
Pavel Labath
2016-08-31
2
-1
/
+2
*
XFail new TestPyObjSynthProvider.py on linux until I can investigate the caus...
Pavel Labath
2016-08-31
1
-0
/
+1
*
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
*
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
*
This doesn't compiler on Darwin. Skipping it.
Greg Clayton
2016-07-12
1
-0
/
+1
*
Add data formatter for libstdc++ shared_ptr and weak_ptr
Tamas Berghammer
2016-07-06
3
-0
/
+80
*
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
[next]