Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
lldb
/
02fc32cf45db9025003836f6fff39db314c73eab
/
source
/
Plugins
/
Process
/
gdb-remote
/
GDBRemoteCommunication.cpp
1c2aa46
Fixed the SendInterrupt logic to return the true if the target was halted
by Greg Clayton
· 15 years ago
cd54803
Endian patch from Kirk Beitz that allows better cross platform building.
by Greg Clayton
· 15 years ago
7e2f91c
Finished up the async attach support. This allows us to request to attach
by Greg Clayton
· 15 years ago
db2bab4
Finally tracked down the racy condition that would hose up our debug
by Greg Clayton
· 15 years ago
68ca823
Fixed ProcessGDBRemote to kill the process correctly when it is either running
by Greg Clayton
· 15 years ago
72e1c78
Fixed an issue in "SBError SBProcess::Destroy ()" where it wasn't properly
by Greg Clayton
· 15 years ago
a4881d0
Sped up the shutdown time on MacOSX by quite a bit by making sure any
by Greg Clayton
· 15 years ago
cecf348
Fixed the async packets (packets that need to be sent to the GDB server
by Greg Clayton
· 15 years ago
c71899e
Thread safety changes in debugserver and also in the process GDB remote plugin.
by Greg Clayton
· 15 years ago
6a92553
Implemented a major overhaul of the way variables are handled
by Sean Callanan
· 15 years ago
5d187e5
Spelling changes applied from lldb_spelling.diffs from Bruce Mitchener.
by Greg Clayton
· 15 years ago
4862fa2
Modified the stop reply packet to be able to send the thread name using the
by Greg Clayton
· 15 years ago
eecb0f3
More reverting of the EOF stuff as the API was changed which we don't want to
by Greg Clayton
· 15 years ago
b749a26
Fixed a race condition that could cause ProcessGDBRemote::DoResume() to return
by Greg Clayton
· 15 years ago
220494a
Fixed bad logic that was trying to determine if the gdb remote resumed a process or not.
by Greg Clayton
· 15 years ago
9ac497b
by Caroline Tice
· 15 years ago
c4f55fe
Add the ability to catch and do the right thing with Interrupts (often control-c)
by Caroline Tice
· 15 years ago
3ae449a
Added an "Interrupted" bit to the ProcessEventData. Halt now generates an event
by Jim Ingham
· 15 years ago
e005f2c
Modified all logging calls to hand out shared pointers to make sure we
by Greg Clayton
· 15 years ago
926060e
Add the ability to disable individual log categories, rather
by Caroline Tice
· 15 years ago
eea2640
Moved the section load list up into the target so we can use the target
by Greg Clayton
· 15 years ago
515ea54
Added logging of an error message in GDBRemoteCommunication::SendPacketNoLock()
by Johnny Chen
· 15 years ago
b4d1d33
Added some extra logging to track asynchronous packet activity.
by Greg Clayton
· 15 years ago
1a67946
Fixed a case where we might be able to acquire a mutex with a try lock and
by Greg Clayton
· 15 years ago
53d68e7
Remove use of STL collection class use of the "data()" method since it isn't
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
84cdc15
Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong.
by Jim Ingham
· 15 years ago
24943d2
Initial checkin of lldb code from internal Apple repo.
by Chris Lattner
· 15 years ago