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
/
gdb-remote
/
ThreadGDBRemote.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Changed the emulate instruction function to take emulate options which
Greg Clayton
2011-04-26
1
-7
/
+12
*
Moved the execution context that was in the Debugger into
Greg Clayton
2011-04-12
1
-6
/
+3
*
Centralize the GDB remote timeout value into the GDBRemoteCommunication as a
Greg Clayton
2011-03-10
1
-1
/
+1
*
Abtracted all mach-o and ELF out of ArchSpec. This patch is a modified form
Greg Clayton
2011-02-23
1
-1
/
+2
*
All UnwindPlan objects are now passed around as shared pointers.
Greg Clayton
2011-02-15
1
-4
/
+5
*
Added the ability to detect which vCont packets (using the "vCont?") packet
Greg Clayton
2011-02-12
1
-5
/
+5
*
Patch from Kirk Beitz to make things compile on MinGW minus the putenv part.
Greg Clayton
2011-02-09
1
-1
/
+1
*
Rework the RunThreadPlan event handling to use Event Hijacking not stopping t...
Jim Ingham
2011-02-08
1
-0
/
+4
*
Apple specific change from Kirk Beitz.
Greg Clayton
2011-02-05
1
-1
/
+6
*
Back up both the register AND the stop state when calling functions.
Jim Ingham
2011-01-20
1
-2
/
+1
*
Put more smarts into the RegisterContext base class. Now the base class has
Greg Clayton
2011-01-09
1
-14
/
+33
*
Fixed issues with RegisterContext classes and the subclasses. There was
Greg Clayton
2011-01-06
1
-10
/
+11
*
Removed libunwind sources as we aren't using them anymore.
Greg Clayton
2010-12-17
1
-2
/
+0
*
The thread plan destructors may call Thread virtual methods. That means they...
Jim Ingham
2010-11-18
1
-0
/
+1
*
Use the new native unwinder by default.
Jason Molenda
2010-11-04
1
-1
/
+1
*
Add #ifdef to easily switch between the current libunwind-remote based unwinder
Jason Molenda
2010-11-04
1
-0
/
+9
*
Revert last checking to ThreadGDBRemote.cpp; I accidentally checked
Jason Molenda
2010-11-04
1
-3
/
+1
*
Built the native unwinder with all the warnings c++-4.2 could muster;
Jason Molenda
2010-11-04
1
-1
/
+3
*
Fixed process.gdb-remote to be able to properly propagate the signals and
Greg Clayton
2010-10-09
1
-2
/
+5
*
Added support for inlined stack frames being represented as real stack frames
Greg Clayton
2010-08-24
1
-2
/
+2
*
Now that we are using the Unwinder (or Jason's new unwinder when that comes a...
Jim Ingham
2010-08-12
1
-57
/
+1
*
Abtracted the old "lldb_private::Thread::StopInfo" into an abtract class.
Greg Clayton
2010-08-04
1
-16
/
+8
*
Merged Eli Friedman's linux build changes where he added Makefile files that
Greg Clayton
2010-07-09
1
-3
/
+5
*
Initial checkin of lldb code from internal Apple repo.
Chris Lattner
2010-06-08
1
-0
/
+296