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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't allow direct access to StreamString's internal buffer.
Zachary Turner
2016-11-16
1
-0
/
+2
*
Fix TestMiniDumpNew.py test for Python 2/3 issue
Adrian McCarthy
2016-11-14
1
-3
/
+4
*
One more cleanup to lldb version printing
Chris Bieneman
2016-11-14
1
-5
/
+2
*
Disable sanitizer tests on Windows.
Zachary Turner
2016-11-12
1
-0
/
+4
*
Fix TestHelp on linux after version number syntax change
Tamas Berghammer
2016-11-11
1
-1
/
+1
*
Mark xfail TestNamespaceDefinitions for arm/aarch64 targets
Omair Javaid
2016-11-11
1
-0
/
+3
*
[Test-Suite] Fix all the sanitizer tests to be based on compiler capabilities
Chris Bieneman
2016-11-10
9
-33
/
+18
*
Un-XFail test on Windows. Has been in "unexpected success" mode for a while.
Adrian McCarthy
2016-11-10
1
-2
/
+0
*
Fix expectation in TestStaticVariables.py after rL286302
Tamas Berghammer
2016-11-09
1
-1
/
+1
*
Display the pointer value in the libstdc++ unique_ptr summary
Pavel Labath
2016-11-09
1
-4
/
+4
*
Disable windows-only minidump plugin
Pavel Labath
2016-11-09
2
-16
/
+4
*
Clean up the stop printing header lines.
Jim Ingham
2016-11-08
2
-12
/
+28
*
[Test Suite] Properly quote python string
Chris Bieneman
2016-11-08
1
-1
/
+1
*
[Test Suite] Attempt to fix issue zturner reported to me
Chris Bieneman
2016-11-08
1
-1
/
+1
*
Make space for FreeBSD core file tests
Pavel Labath
2016-11-07
12
-10
/
+10
*
make-core.sh: add FreeBSD support
Ed Maste
2016-11-05
1
-9
/
+30
*
Don't access the process in expressions w/o checking that
Jim Ingham
2016-11-03
1
-0
/
+27
*
Add support to the ObjC type scavenger for finding types via debug info
Enrico Granata
2016-11-03
2
-0
/
+23
*
Test for YMMRegisters.
Ravitheja Addepally
2016-11-03
3
-0
/
+149
*
Fix SBWatchpoint::SetEnabled to send an event.
Jim Ingham
2016-11-02
1
-1
/
+0
*
Xfail this while I figure out why the event isn't getting sent.
Jim Ingham
2016-11-01
1
-0
/
+1
*
Switch SBWatchpoint::SetEnabled over to using Process::{Enable,Disable}Watchp...
Jim Ingham
2016-11-01
2
-5
/
+19
*
change ProcessAttach test to no-debug-info
Todd Fiala
2016-11-01
1
-0
/
+2
*
Minidump plugin: Fix flaky test
Dimitar Vlahovski
2016-11-01
1
-8
/
+68
*
[Test-Suite] Speculative fix for darwin bots
Chris Bieneman
2016-10-31
1
-2
/
+2
*
Minidump plugin: Adding ProcessMinidump, ThreadMinidump and register the plug...
Dimitar Vlahovski
2016-10-31
9
-0
/
+179
*
[Test Suite] Pull generateSource into lldbtest
Chris Bieneman
2016-10-31
12
-58
/
+48
*
[Test Suite] Properly respect --framework option
Chris Bieneman
2016-10-31
2
-12
/
+39
*
Revert "[Test Suite] Pull generateSource into lldbtest"
Chris Bieneman
2016-10-27
12
-48
/
+58
*
[Test Suite] Pull generateSource into lldbtest
Chris Bieneman
2016-10-27
12
-58
/
+48
*
Add support for "type lookup" to find C and C++ types
Enrico Granata
2016-10-27
3
-4
/
+26
*
Fix an issue where frame variable -s <varname> would not show the scope even ...
Enrico Granata
2016-10-26
4
-1
/
+30
*
Don't set a software stepping breakpoint at 0 on arm or mips.
Pavel Labath
2016-10-26
1
-5
/
+0
*
SBWatchpoint::Disable doesn't actually work. Add a test that shows this.
Jim Ingham
2016-10-26
3
-0
/
+92
*
Fix a race condition between the "ephemeral watchpoint disabling" and command...
Jim Ingham
2016-10-25
1
-6
/
+1
*
Revert "Improve the libstdc++ smart pointer formatters"
Pavel Labath
2016-10-25
2
-48
/
+16
*
remove xfail from TestObjCNewSyntax.py test_expr_gmodules()
Todd Fiala
2016-10-24
1
-4
/
+0
*
Use shorter names in TestConcurrentEvents tests
Pavel Labath
2016-10-24
35
-35
/
+35
*
[Test Suite] Allow overriding codesign identity
Chris Bieneman
2016-10-21
3
-2
/
+9
*
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
*
Add TestMultipleHits.py
Pavel Labath
2016-10-21
3
-0
/
+92
*
Revert "Fix a race condition between "ephemeral watchpoint disable/enable" an...
Pavel Labath
2016-10-21
1
-1
/
+6
*
Fix a race condition between "ephemeral watchpoint disable/enable" and contin...
Jim Ingham
2016-10-21
1
-6
/
+1
*
Remove an unnecessary and incorrect check for num locations of a breakpoint
Jim Ingham
2016-10-20
1
-8
/
+0
*
Re-landing a cleaned up implementation of r284550
Chris Bieneman
2016-10-20
1
-18
/
+24
*
Fix ARM/AArch64 Step-Over watchpoint issue remove provision for duplicate wat...
Omair Javaid
2016-10-20
3
-0
/
+131
*
Added a decorator for the macOS version and switched over testcases that used...
Sean Callanan
2016-10-20
7
-13
/
+17
*
Revert back to the state before r284550
Chris Bieneman
2016-10-19
1
-33
/
+18
[next]