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
/
Plugins
/
Process
/
Utility
/
StopInfoMachException.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
The llvm Triple for an armv6m now comes back as llvm::Triple::thumb.
Jason Molenda
2015-08-21
1
-0
/
+4
*
Fix stepping a virtual thread when the python operating system was enabled.
Greg Clayton
2015-04-07
1
-2
/
+5
*
Handle thumb IT instructions correctly all the time.
Greg Clayton
2014-12-09
1
-3
/
+5
*
lldb Missing break statement added.
Todd Fiala
2014-08-27
1
-0
/
+1
*
Update lldb to track recent Triple arm64 enum removal and collapse into aarch64.
Todd Fiala
2014-07-23
1
-1
/
+1
*
lldb arm64 import.
Jason Molenda
2014-03-29
1
-0
/
+31
*
If a single step ends on a breakpoint, it should be reported as a breakpoint hit
Jim Ingham
2014-03-22
1
-13
/
+23
*
Roll back the changes I made in r193907 which created a new Frame
Jason Molenda
2013-11-04
1
-1
/
+1
*
Add a new base class, Frame. It is a pure virtual function which
Jason Molenda
2013-11-02
1
-1
/
+1
*
lldb_private::StopInfo now holds onto a ThreadWP (a std::weak_ptr<lldb_privat...
Greg Clayton
2013-04-29
1
-1
/
+1
*
Temporarily recognize exc_type EXC_BREAKPOINT with an exc_code of 0
Jason Molenda
2013-04-24
1
-0
/
+7
*
Improved reporting of faults on i386.
Sean Callanan
2013-04-03
1
-1
/
+8
*
A little cleanup. {Disable/Enable}Breakpoint actually disables/enables Break...
Jim Ingham
2013-02-15
1
-9
/
+9
*
Add comments showing the symbolic names for the exc_code types we
Jason Molenda
2013-01-26
1
-2
/
+2
*
Don't listen for EXC_RESOURCE exceptions, those should really be handled by t...
Jim Ingham
2013-01-24
1
-0
/
+6
*
<rdar://problem/12649160>
Greg Clayton
2012-12-05
1
-0
/
+34
*
Resolve printf formatting warnings on Linux:
Daniel Malea
2012-11-29
1
-3
/
+3
*
If we got what looks like a single step exception but we weren't single stepp...
Jim Ingham
2012-10-27
1
-2
/
+4
*
<rdar://problem/9959501>
Greg Clayton
2012-09-25
1
-7
/
+33
*
Add missing watchpoint stop info creation logic for arm on the debugger side.
Johnny Chen
2012-03-21
1
-1
/
+14
*
Linux fix patch from Dmitry Vyukov.
Greg Clayton
2012-02-21
1
-2
/
+2
*
Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptr
Greg Clayton
2012-02-21
1
-5
/
+15
*
SBValue::Watch() and SBValue::WatchPointee() are now the official API for cre...
Johnny Chen
2011-10-14
1
-6
/
+6
*
Add SB API class SBWatchpointLocation and some extra methods to the SBTarget ...
Johnny Chen
2011-09-26
1
-0
/
+1
*
Foe x86_64/i386, piggyback the hardware index of the fired watchpoint in the ...
Johnny Chen
2011-09-17
1
-1
/
+9
*
Watchpoint WIP: on the debugger side, create an instance of either
Johnny Chen
2011-09-08
1
-1
/
+8
*
Fixed an issue in the EmulateInstructionARM there the IT opcode was trying to
Greg Clayton
2011-05-23
1
-1
/
+9
*
Many improvements to the Platform base class and subclasses. The base Platform
Greg Clayton
2011-03-30
1
-5
/
+8
*
Abtracted all mach-o and ELF out of ArchSpec. This patch is a modified form
Greg Clayton
2011-02-23
1
-26
/
+26
*
If we hit a thread specific breakpoint for another thread, don't report the E...
Jim Ingham
2010-10-22
1
-0
/
+6
*
Abtracted the old "lldb_private::Thread::StopInfo" into an abtract class.
Greg Clayton
2010-08-04
1
-0
/
+344