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
*
[ObjC] Add dataformatter for NSDecimalNumber
Jonas Devlieghere
2018-06-13
2
-1
/
+13
*
Fix tuple getter in std unique pointer pretty-printer
Pavel Labath
2018-06-11
2
-0
/
+16
*
Fix _NSCFBoolean data formatter.
Jonas Devlieghere
2018-05-18
1
-2
/
+4
*
[ObjC] Fix the NSConcreteData formatter and test it
Vedant Kumar
2018-02-22
2
-2
/
+14
*
gmodules XFAIL two more tests that only fail for android (pr36109)
Pavel Labath
2018-01-26
2
-0
/
+2
*
Fix linux fallout from c++ gmodules enable
Pavel Labath
2018-01-26
1
-0
/
+1
*
Use test-specific module caches to avoid stale header conflicts
Vedant Kumar
2018-01-25
4
-0
/
+9
*
Wrap all references to build artifacts in the LLDB testsuite (NFC)
Adrian Prantl
2018-01-19
65
-71
/
+71
*
Makefile.rules: compile all tests with -fno-limit-debug-info
Pavel Labath
2017-12-04
14
-85
/
+0
*
Add a data formatter for libc++ std::bitset
Pavel Labath
2017-11-14
3
-0
/
+72
*
Add data formatter for libc++ std::queue
Pavel Labath
2017-11-01
3
-0
/
+60
*
Add data formatter for libc++ std::tuple
Pavel Labath
2017-11-01
3
-0
/
+68
*
Add data formatter for libc++'s forward_list
Pavel Labath
2017-10-31
3
-0
/
+66
*
Add support for running the lldb testsuite against an apple watch
Jason Molenda
2017-09-27
1
-1
/
+1
*
Remove the details of the libstdc++ implementation that were
Jason Molenda
2017-09-25
1
-17
/
+0
*
Initial patchset to get the testsuite running against armv7 and arm64 iOS dev...
Jason Molenda
2017-09-25
11
-1
/
+12
*
Revert "Initial patchset to get the testsuite running against armv7 and arm64...
Chris Bieneman
2017-09-25
1
-1
/
+0
*
Initial patchset to get the testsuite running against armv7 and arm64 iOS dev...
Jason Molenda
2017-09-22
1
-0
/
+1
*
Revert this patch; I was emailing with Eugene and they have some other change...
Jason Molenda
2017-09-21
1
-1
/
+0
*
Initial patchset to get the testsuite running against armv7 and arm64 iOS dev...
Jason Molenda
2017-09-21
1
-0
/
+1
*
Updated NSNumber formatter for new internal representation.
Sean Callanan
2017-06-19
1
-2
/
+13
*
Skip TestLibCxxAtomic with gcc
Pavel Labath
2017-04-20
1
-0
/
+1
*
Add libc++ category the three more tests
Pavel Labath
2017-04-20
3
-48
/
+103
*
Add libc++ category to the remaining libc++ data formatters
Pavel Labath
2017-04-12
6
-75
/
+76
*
Fix libc++ vector<bool> data formatter (bug #32553)
Pavel Labath
2017-04-12
1
-1
/
+0
*
Add missing annotation to TestDataFormatterUnordered
Pavel Labath
2017-04-11
1
-0
/
+1
*
Mark this test as XFAIL on all platforms, it's happening everywhere.
Jason Molenda
2017-04-07
1
-1
/
+1
*
XFAIL TestDataFormatterLibcxxVBool on Linux & Android
Tamas Berghammer
2017-04-06
1
-0
/
+1
*
Annotate some more libc++ tests with the new category
Pavel Labath
2017-04-05
3
-29
/
+20
*
Add support for sythetic operator dereference
Tamas Berghammer
2017-03-31
1
-0
/
+6
*
Do not dereference std::unique_ptr by default
Tamas Berghammer
2017-03-31
2
-5
/
+47
*
Centralize libc++ test skipping logic
Pavel Labath
2017-03-29
1
-17
/
+16
*
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
[next]