Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
b9c1b51e45b845debb76d8658edabca70ca56079
/
lldb
/
source
/
Plugins
/
Process
/
gdb-remote
/
ThreadGDBRemote.h
b9c1b51
*** This commit represents a complete reformatting of the LLDB source code
by Kate Stone
· 9 years ago
b42b48e
Remove the last manually constructed packet from gdb-remote register context + small refactor
by Pavel Labath
· 9 years ago
77f8935
Changes to lldb and debugserver to reduce extraneous memory reads
by Jason Molenda
· 10 years ago
545304d
The lldb side changes to go along with r255711 where a new
by Jason Molenda
· 10 years ago
edb35d9
Fix Clang-tidy modernize-use-override warnings in some files in source/Plugins; other minor fixes.
by Eugene Zelenko
· 10 years ago
0b90be1
Implement the "qSymbol" packet in order to be able to read queue information in debugserver and return the info in the stop reply packets.
by Greg Clayton
· 10 years ago
db264a6
Move several plugin to its own namespace
by Tamas Berghammer
· 10 years ago
30b8cd3
Remove virtual and add override to all virtual functions in Process/gdb-remote.
by Tamas Berghammer
· 11 years ago
705b180
Initial merge of some of the iOS 8 / Mac OS X Yosemite specific
by Jason Molenda
· 11 years ago
2dd5deb
Missed this file with the r207160 commit.
by Jason Molenda
· 11 years ago
aac16e0
Add a SBQueue::GetKind() method to retrieve the type of libdispatch queue (serial or concurrent).
by Jason Molenda
· 12 years ago
b57e4a1
Roll back the changes I made in r193907 which created a new Frame
by Jason Molenda
· 12 years ago
f23bf74
Add a new base class, Frame. It is a pure virtual function which
by Jason Molenda
· 12 years ago
3dc4f44
Move the code which translates a dispatch_qaddr into a
by Jason Molenda
· 12 years ago
6e0ff1a
Changed the formerly pure virtual function:
by Greg Clayton
· 12 years ago
160c9d8
<rdar://problem/13700260> <rdar://problem/13723772>
by Greg Clayton
· 12 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