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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Switch SBBreakpoint to storing a weak_ptr of the internal breakpoint object
Pavel Labath
2017-02-27
1
-1
/
+0
*
Hardware breakpoints for Linux on Arm/AArch64 targets
Omair Javaid
2017-02-24
3
-0
/
+171
*
Switch "posix" to the new log channel registration mechanism
Pavel Labath
2017-02-23
1
-11
/
+5
*
Mark TestDarwinLogBasic.py as an xfail because the logging is
Jason Molenda
2017-02-22
1
-0
/
+1
*
Skip TestStepOverBreakpoint on windows
Pavel Labath
2017-02-15
1
-0
/
+2
*
Bug 30863 - Step doesn't stop with conditional breakpoint on the next line
Boris Ulasevich
2017-02-15
3
-0
/
+140
*
[LLDB][MIPS] Fix TestMiniDumpNew
Nitesh Jain
2017-02-08
1
-0
/
+8
*
Move the stop point to somewhere before the final use of the
Jim Ingham
2017-01-31
1
-1
/
+2
*
Unroll r292930 due to TestCallThatThrows test fail is not fixed in reasonable...
Boris Ulasevich
2017-01-27
3
-140
/
+0
*
Jim unintentionally had the gdb-format specifiers falling through
Jason Molenda
2017-01-25
2
-0
/
+19
*
Bug 30863 - Step doesn't stop with conditional breakpoint on the next line
Boris Ulasevich
2017-01-24
3
-0
/
+140
*
Fix-up TestLinuxCore for r290874
Pavel Labath
2017-01-03
1
-0
/
+8
*
Simplify reading of Linux notes to correctly handle endianess.
Howard Hellyer
2017-01-03
1
-3
/
+1
*
XFail TestNoreturnUnwind for arm targets
Omair Javaid
2017-01-02
1
-0
/
+1
*
Rollback my commit r290168 to fix linux tests failure. I'll be back!
Boris Ulasevich
2016-12-20
3
-140
/
+0
*
Bug 30863 - Step doesn't stop with coditional breakpoint on the next line
Boris Ulasevich
2016-12-20
3
-0
/
+140
*
Test num locations >= 1 not == 1.
Jim Ingham
2016-12-14
1
-1
/
+1
*
[LLDB][MIPS] Fix TestMultipleHits for MIPS
Nitesh Jain
2016-12-09
1
-2
/
+2
*
Update test expectations after AddressSanitizer text descriptions changed in ...
Kuba Mracek
2016-12-02
2
-2
/
+2
*
PR31214: Make a test tolerate "line 0" when stepping by instruction.
Paul Robinson
2016-11-30
1
-4
/
+10
*
XFAIL: TestNoreturnUnwind on android x86_64
Pavel Labath
2016-11-28
1
-0
/
+1
*
Enable WatchpointPythonCommandTestCase-test_continue_in_watchpoint_command
Pavel Labath
2016-11-24
1
-2
/
+0
*
Patch for lldb bug 26322 “core load hangs”
Howard Hellyer
2016-11-24
4
-0
/
+0
*
Patch for lldb bug 26322 “core load hangs”
Howard Hellyer
2016-11-24
12
-0
/
+369
*
ELF core: Adding parsing of the floating-point and SSE registers on x86 32/64...
Dimitar Vlahovski
2016-11-20
4
-0
/
+88
*
Fix "thread step until" handling of multiple line inputs.
Jim Ingham
2016-11-18
3
-0
/
+117
*
Fix TestMiniDumpNew.py test for Python 2/3 issue
Adrian McCarthy
2016-11-14
1
-3
/
+4
*
[Test-Suite] Fix all the sanitizer tests to be based on compiler capabilities
Chris Bieneman
2016-11-10
8
-8
/
+2
*
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
*
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
*
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
*
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
2
-9
/
+5
*
Revert "[Test Suite] Pull generateSource into lldbtest"
Chris Bieneman
2016-10-27
2
-5
/
+9
*
[Test Suite] Pull generateSource into lldbtest
Chris Bieneman
2016-10-27
2
-9
/
+5
*
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
3
-0
/
+29
*
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
[next]