Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
lldb
/
1e2e27192b51ccceed8a91d72a70be10eefb3aed
/
source
/
Plugins
/
Process
/
gdb-remote
/
ThreadGDBRemote.cpp
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