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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix Rendezvous breakpoint to only be set once, resolve addr in BreakpointLoca...
Michael Sartain
2013-07-16
3
-8
/
+43
*
Fix typeos.
Jason Molenda
2013-07-16
1
-3
/
+3
*
Add tests for 'thread step out' for multithreaded programs
Daniel Malea
2013-07-16
3
-0
/
+216
*
Fixed a problem in IRForTarget where we would not
Sean Callanan
2013-07-15
4
-2
/
+107
*
Disabling the introspecting summary for __NSCFSet (essentially, for CF*SetRef)
Enrico Granata
2013-07-15
1
-2
/
+2
*
Remove unused RunLocker and related code
Ed Maste
2013-07-15
2
-59
/
+0
*
<rdar://problem/13793059>
Greg Clayton
2013-07-15
7
-40
/
+250
*
Fix typeo in diagnose-unwind.py.
Jason Molenda
2013-07-15
1
-1
/
+1
*
Fix issues with GCC debugging. GCC emits DWARF in unique ways that LLDB wasn'...
Greg Clayton
2013-07-15
2
-0
/
+18
*
Actually use the return value we get back when
Sean Callanan
2013-07-15
1
-15
/
+10
*
Adds a passing test for step-over and step-out when the inferior is about to ...
Ashok Thirumurthi
2013-07-15
3
-0
/
+106
*
Bump version number to 310.99.0.
Jason Molenda
2013-07-15
5
-35
/
+35
*
Commit Timothee Besset's patch to update Host/linux/Host.cpp to keep up
Jason Molenda
2013-07-15
1
-1
/
+1
*
Modified the expression parser to only try to
Sean Callanan
2013-07-12
2
-5
/
+15
*
Revert the ELF core file support until a few things can be worked out:
Greg Clayton
2013-07-12
19
-1346
/
+7
*
Missed a checking that should have been checked in with 186211.
Greg Clayton
2013-07-12
1
-1
/
+1
*
Fixed GetModuleSpecifications() to work better overall:
Greg Clayton
2013-07-12
12
-49
/
+194
*
Introduces core file support for Linux x86-64 using 'lldb a.out -c core'.
Ashok Thirumurthi
2013-07-12
19
-7
/
+1346
*
Added Repr() and Str() member functions to our PythonObject class to allow ea...
Enrico Granata
2013-07-12
2
-0
/
+28
*
Adding information on the scriptable keywords ${target|process|thread|frame.s...
Enrico Granata
2013-07-12
1
-1
/
+22
*
Fix the linux gcc 4.6.3 buildbot failures that happened after my recent types...
Greg Clayton
2013-07-12
1
-1
/
+3
*
Enabled the "--debug" option functionality that will SIGSTOP the current proc...
Greg Clayton
2013-07-12
1
-0
/
+5
*
Work-around for GCC issue where setting a breakpoint on a vector definition a...
Daniel Malea
2013-07-12
1
-7
/
+5
*
Handle BreakNotify for threads whose tid doesn't match the ThreadSpec of the ...
Ashok Thirumurthi
2013-07-12
1
-7
/
+27
*
The correct max value for size_t variables is SIZE_MAX not UINT64_MAX. Remov...
Jim Ingham
2013-07-12
1
-1
/
+1
*
Fix gcc buildbot failures, re-enable tests disabled due to llvm.org/pr16575
Daniel Malea
2013-07-12
1
-11
/
+2
*
TypeHierarchyNavigator was removed in r186130
Ed Maste
2013-07-12
1
-1
/
+0
*
Unblock buildbot.
Greg Clayton
2013-07-11
1
-1
/
+2
*
Get debugserver to call task_set_state to prime the control registers so that...
Jim Ingham
2013-07-11
14
-197
/
+86
*
Huge change to clean up types.
Greg Clayton
2013-07-11
104
-10333
/
+8243
*
Tentatively re-enabling TestBreakAfterJoin on Linux
Daniel Malea
2013-07-11
1
-1
/
+0
*
Added a memory.py module that contains a 'memfind' command which allows you t...
Greg Clayton
2013-07-11
1
-0
/
+181
*
Enable Mac OS X tests disabled due to llvm.org/pr16567
Daniel Malea
2013-07-11
1
-9
/
+0
*
Improve TestConcurrentEvents.py
Daniel Malea
2013-07-11
2
-86
/
+126
*
Tweaks to the Python reference and example command to use the preferred print...
Enrico Granata
2013-07-11
2
-6
/
+6
*
Adds methods to ObjectFileELF to access data in ELF segments
Ashok Thirumurthi
2013-07-11
2
-1
/
+40
*
Fix unhandled SIGTRAP signal on Linux causing assertion.
Matt Kopec
2013-07-11
1
-0
/
+7
*
Fix "source list -n printf" on Linux (printf is symbol alias for __printf)
Michael Sartain
2013-07-11
4
-30
/
+166
*
Add stub GetThreadName for FreeBSD, missed in r186033.
Ed Maste
2013-07-11
1
-0
/
+7
*
Add a -remote-file option to “target create” to specify the location of t...
Jim Ingham
2013-07-11
1
-2
/
+15
*
Stop process monitor from ProcessPOSIX::Finalize
Andrew Kaylor
2013-07-10
4
-6
/
+17
*
Add support for listing inferior thread names on Linux.
Matt Kopec
2013-07-10
7
-36
/
+112
*
Adding a summary for ObjC blocks
Enrico Granata
2013-07-10
1
-0
/
+7
*
Fixed an issue introduced with my last fix where the command and sequence ID ...
Greg Clayton
2013-07-10
1
-1
/
+1
*
Call xmlFree on the node contents returned by xmlNodeGetContent, as the docs ...
Jim Ingham
2013-07-10
1
-0
/
+4
*
Cleanup on the unified section list changes. Main changes are:
Greg Clayton
2013-07-10
30
-1056
/
+971
*
Fixed the CommunicationKDP::SendRequestAndGetReply() to correctly be able to ...
Greg Clayton
2013-07-10
1
-8
/
+37
*
Add silent option to command source.
Michael Sartain
2013-07-09
1
-1
/
+9
*
Reverting ProcessMonitor shared pointer changes
Andrew Kaylor
2013-07-09
6
-22
/
+18
*
Second attempt at getting the PyCallable changes in trunk
Enrico Granata
2013-07-09
11
-1427
/
+1080
[next]