Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
6e0ff1a3cb5a1719c12ce156c4297d724c20b955
/
lldb
/
source
/
Plugins
/
Process
/
gdb-remote
/
ThreadGDBRemote.h
6e0ff1a
Changed the formerly pure virtual function:
by Greg Clayton
· 12 years ago
160c9d8
<rdar://problem/13700260> <rdar://problem/13723772>
by Greg Clayton
· 13 years ago
4f465cf
Change the Thread constructor over to take a Process& rather than a ProcessSP. We can't create Threads with a NULL ProcessSP, so it makes no sense to use the SP.
by Jim Ingham
· 13 years ago
1ac04c3
Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptr
by Greg Clayton
· 14 years ago
56d9a1b
Added a new plug-in type: lldb_private::OperatingSystem. The operating system
by Greg Clayton
· 14 years ago
5a6fa54
Move SaveFrameZeroState and RestoreSaveFrameZero implementations to Thread base class
by Peter Collingbourne
· 14 years ago
e576ab2
All UnwindPlan objects are now passed around as shared pointers.
by Greg Clayton
· 15 years ago
7778703
Back up both the register AND the stop state when calling functions.
by Jim Ingham
· 15 years ago
3e06bd9
Put more smarts into the RegisterContext base class. Now the base class has
by Greg Clayton
· 15 years ago
5ccbd29
Fixed issues with RegisterContext classes and the subclasses. There was
by Greg Clayton
· 15 years ago
442d754
Removed libunwind sources as we aren't using them anymore.
by Greg Clayton
· 15 years ago
87c1191
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
f4b47e1
Abtracted the old "lldb_private::Thread::StopInfo" into an abtract class.
by Greg Clayton
· 15 years ago
c982c76
Merged Eli Friedman's linux build changes where he added Makefile files that
by Greg Clayton
· 15 years ago
30fdc8d
Initial checkin of lldb code from internal Apple repo.
by Chris Lattner
· 15 years ago