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
/
source
/
Target
Commit message (
Expand
)
Author
Age
Files
Lines
*
If we stopped but no threads had a reason for stopping, we should tell the us...
Jim Ingham
2013-03-21
1
-1
/
+16
*
Remove some commented out code.
Jim Ingham
2013-03-21
1
-8
/
+0
*
<rdar://problem/13443931>
Greg Clayton
2013-03-19
1
-1
/
+11
*
<rdar://problem/13194155>
Greg Clayton
2013-03-15
1
-25
/
+6
*
<rdar://problem/13194155>
Enrico Granata
2013-03-15
2
-14
/
+16
*
<rdar://problem/12537646>
Greg Clayton
2013-03-14
1
-8
/
+18
*
Log the match substring as well in the case where we match the step-avoid reg...
Jim Ingham
2013-03-14
1
-4
/
+12
*
Add some logging to track cases where “step-in” steps out due to the avoi...
Jim Ingham
2013-03-14
1
-4
/
+21
*
Add a target setting (target.use-fast-stepping) to control using the "run to ...
Jim Ingham
2013-03-13
2
-1
/
+11
*
The step by running from branch to branch pretty much works with this checkin...
Jim Ingham
2013-03-13
1
-7
/
+61
*
Don't use the fact that we stopped with a "Breakpoint" stop reason to decide ...
Jim Ingham
2013-03-13
1
-5
/
+7
*
<rdar://problem/13372857>
Greg Clayton
2013-03-11
1
-135
/
+228
*
Fix ivar ordering for Process ctor to match the order they're
Jason Molenda
2013-03-05
1
-2
/
+2
*
Convert from the C-based LLVM Disassembler shim to the full MC Disassembler A...
Jim Ingham
2013-03-02
4
-5
/
+44
*
Move m_destroy_in_process to Process (from ProcessKDP) since it is generally ...
Jim Ingham
2013-03-01
1
-6
/
+25
*
Add GNU indirect function support in expressions for Linux.
Matt Kopec
2013-02-27
1
-2
/
+2
*
Backed out a hacky fix that is no longer needed.
Greg Clayton
2013-02-26
1
-3
/
+0
*
<rdar://problem/13265297>
Greg Clayton
2013-02-23
1
-1
/
+1
*
The thread plans run before the event is broadcast, so they should be calling...
Jim Ingham
2013-02-22
2
-2
/
+13
*
Fix clang warnings related to python macro redefinition and printf format spe...
Matt Kopec
2013-02-21
1
-1
/
+1
*
Adding CMake build system to LLDB. Some known issues remain:
Daniel Malea
2013-02-21
1
-0
/
+44
*
Fixed a case where a stack frame could lose track
Sean Callanan
2013-02-21
1
-0
/
+5
*
If RunThreadPlan is called on a thread that doesn't have a selected frame, se...
Jim Ingham
2013-02-19
1
-1
/
+13
*
A little cleanup. {Disable/Enable}Breakpoint actually disables/enables Break...
Jim Ingham
2013-02-15
2
-9
/
+9
*
<rdar://problem/13200878>
Greg Clayton
2013-02-14
1
-2
/
+3
*
Add a test for handling a function call that throws an exception, and make it...
Jim Ingham
2013-02-14
2
-9
/
+22
*
<rdar://problem/13210494>
Greg Clayton
2013-02-13
1
-12
/
+62
*
Reworked the way Process::RunThreadPlan and the ThreadPlanCallFunction intero...
Jim Ingham
2013-02-09
13
-299
/
+452
*
Remove the m_images(NULL) hack in the Target ctor now
Jason Molenda
2013-02-04
1
-13
/
+0
*
<rdar://problem/13092722>
Greg Clayton
2013-02-01
2
-16
/
+4
*
Make sure a value is returned for Thread::ReturnFromFrame().
Greg Clayton
2013-02-01
1
-2
/
+1
*
Add "thread return -x" to unwind the innermost user called expression (if you...
Jim Ingham
2013-01-31
1
-11
/
+74
*
Change the default behavior for unwinding and breakpoints when running expres...
Jim Ingham
2013-01-31
1
-2
/
+2
*
Remove debug code and commented out code that was left in.
Greg Clayton
2013-01-30
1
-92
/
+0
*
<rdar://problem/9141269>
Greg Clayton
2013-01-30
1
-68
/
+357
*
<rdar://problem/12524607>
Greg Clayton
2013-01-29
1
-0
/
+1
*
Add "target.process.stop-on-shared-library-events" setting, and make it work.
Jim Ingham
2013-01-26
8
-4
/
+48
*
<rdar://problem/13069948>
Greg Clayton
2013-01-25
2
-4
/
+4
*
<rdar://problem/12437929>
Enrico Granata
2013-01-21
1
-0
/
+76
*
<rdar://problem/13010007>
Greg Clayton
2013-01-18
1
-0
/
+11
*
Removed unused variable.
Greg Clayton
2013-01-16
1
-1
/
+0
*
<rdar://problem/13009943>
Greg Clayton
2013-01-16
1
-4
/
+14
*
Separated the "expr --unwind-on-error" behavior into two parts, actual errors...
Jim Ingham
2013-01-15
6
-44
/
+191
*
Removed the hack that uses "frame variable" to
Sean Callanan
2013-01-12
1
-100
/
+22
*
<rdar://problem/12973809>
Greg Clayton
2013-01-11
1
-3
/
+3
*
<rdar://problem/12990038>
Greg Clayton
2013-01-11
3
-11
/
+43
*
<rdar://problem/12976225>
Han Ming Ong
2013-01-08
3
-2
/
+64
*
Adding eStopReasonThreadExiting and fixing the handling of this state on Linux.
Andrew Kaylor
2012-12-20
6
-10
/
+16
*
This patch removes the SymbolFileSymtab support
Sean Callanan
2012-12-19
1
-5
/
+1
*
Adding events when watchpoints are set or changed.
Jim Ingham
2012-12-18
3
-21
/
+21
[next]