Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
lldb
/
b4747822aae5f877e318164b2e02fc73b204e204
/
source
/
Plugins
/
Process
/
gdb-remote
/
ThreadGDBRemote.cpp
e426d85
Move SaveFrameZeroState and RestoreSaveFrameZero implementations to Thread base class
by Peter Collingbourne
· 14 years ago
2f085c6
Added the ability to get the return value from a ThreadPlanCallFunction
by Greg Clayton
· 14 years ago
75906e4
Moved all code from ArchDefaultUnwindPlan and ArchVolatileRegs into their
by Greg Clayton
· 14 years ago
c07d451
Got the EmulateInstruction CFI code a lot closer to producing CFI data.
by Greg Clayton
· 14 years ago
888a733
Changed the emulate instruction function to take emulate options which
by Greg Clayton
· 14 years ago
b72d0f0
Moved the execution context that was in the Debugger into
by Greg Clayton
· 14 years ago
c97bfdb
Centralize the GDB remote timeout value into the GDBRemoteCommunication as a
by Greg Clayton
· 14 years ago
940b103
Abtracted all mach-o and ELF out of ArchSpec. This patch is a modified form
by Greg Clayton
· 14 years ago
c3c4661
All UnwindPlan objects are now passed around as shared pointers.
by Greg Clayton
· 15 years ago
c1f4587
Added the ability to detect which vCont packets (using the "vCont?") packet
by Greg Clayton
· 15 years ago
f29a08f
Patch from Kirk Beitz to make things compile on MinGW minus the putenv part.
by Greg Clayton
· 15 years ago
f9f40c2
Rework the RunThreadPlan event handling to use Event Hijacking not stopping the event thread. Also clarify the logic of the function.
by Jim Ingham
· 15 years ago
8d110ff
Apple specific change from Kirk Beitz.
by Greg Clayton
· 15 years ago
15dcb7c
Back up both the register AND the stop state when calling functions.
by Jim Ingham
· 15 years ago
a875b64
Put more smarts into the RegisterContext base class. Now the base class has
by Greg Clayton
· 15 years ago
08d7d3a
Fixed issues with RegisterContext classes and the subclasses. There was
by Greg Clayton
· 15 years ago
6e889b1
Removed libunwind sources as we aren't using them anymore.
by Greg Clayton
· 15 years ago
cdea236
The thread plan destructors may call Thread virtual methods. That means they have to get cleaned up in the derived class's destructor. Make sure that happens.
by Jim Ingham
· 15 years ago
dc7422c
Use the new native unwinder by default.
by Jason Molenda
· 15 years ago
8132f2d
Add #ifdef to easily switch between the current libunwind-remote based unwinder
by Jason Molenda
· 15 years ago
96829fb
Revert last checking to ThreadGDBRemote.cpp; I accidentally checked
by Jason Molenda
· 15 years ago
a6b71de
Built the native unwinder with all the warnings c++-4.2 could muster;
by Jason Molenda
· 15 years ago
8f6be2a
Fixed process.gdb-remote to be able to properly propagate the signals and
by Greg Clayton
· 15 years ago
33ed170
Added support for inlined stack frames being represented as real stack frames
by Greg Clayton
· 15 years ago
7121908
Now that we are using the Unwinder (or Jason's new unwinder when that comes about) all the plugin-specific details of getting stack frames
by Jim Ingham
· 15 years ago
643ee73
Abtracted the old "lldb_private::Thread::StopInfo" into an abtract class.
by Greg Clayton
· 15 years ago
54e7afa
Merged Eli Friedman's linux build changes where he added Makefile files that
by Greg Clayton
· 15 years ago
24943d2
Initial checkin of lldb code from internal Apple repo.
by Chris Lattner
· 15 years ago