Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
b9c1b51e45b845debb76d8658edabca70ca56079
/
lldb
/
source
/
Plugins
/
Process
/
gdb-remote
/
GDBRemoteCommunicationServer.h
b9c1b51
*** This commit represents a complete reformatting of the LLDB source code
by Kate Stone
· 9 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
77dc956
Introduce a MainLoop class and switch llgs to use it
by Pavel Labath
· 10 years ago
db264a6
Move several plugin to its own namespace
by Tamas Berghammer
· 10 years ago
cb527a7
Fix windows build (broken by r228823)
by Tamas Berghammer
· 11 years ago
e13c273
Separate monolithic GDBRemoteCommunicationServer class into 4 part
by Tamas Berghammer
· 11 years ago
e0be425
Add support for SBProcess::PutSTDIN to remote processes
by Vince Harron
· 11 years ago
18fe640
Implement setting and clearing watchpoints.
by Chaoren Lin
· 11 years ago
2fe1d0a
Moving header files from source/Host/common to proper location.
by Chaoren Lin
· 11 years ago
859e4b5
Add D request handler to GDBRemoteCommunicationServer in order to support detach from inferior.
by Oleksiy Vyalov
· 11 years ago
0010b20
Fix one more [-Werror,-Winconsistent-missing-override] error.
by Eric Christopher
· 11 years ago
75f47c3
llgs: fixes to PTY/gdb-remote inferior stdout/stderr handling, logging addtions.
by Todd Fiala
· 11 years ago
87bac59
llgs: removed some wait-for-stop code in inferior process launch pipeline.
by Todd Fiala
· 11 years ago
1109ed4
llgs: implement qThreadStopInfo.
by Todd Fiala
· 11 years ago
a9882ce
llgs: add proper exec support for Linux.
by Todd Fiala
· 11 years ago
7306cf3
Add $vAttach support to llgs.
by Todd Fiala
· 11 years ago
af245d1
Add lldb-gdbserver support for Linux x86_64.
by Todd Fiala
· 11 years ago
106d028
Added an option to turn OFF the "detach on error" behavior that was added
by Jim Ingham
· 11 years ago
b8b49ec
Modified GDBProcessCommunicationServer to launch via the platform.
by Todd Fiala
· 12 years ago
3e92a2b
Added reaper for commandline-launched processes.
by Todd Fiala
· 12 years ago
403edc5
Move process launching into GDBRemoteCommunicationServer.
by Todd Fiala
· 12 years ago
3dedae1
Fixed the GDBRemoteCommuncation to return a new GDBRemoteCommuncation::PacketResult enum for all packet sends/receives.
by Greg Clayton
· 12 years ago
2b98c56
Fixed functions to always reply to packets and added a port offset.
by Greg Clayton
· 12 years ago
29b8fc4
Added new options to lldb-platform:
by Greg Clayton
· 12 years ago
fbb7634
Expose SBPlatform through the public API.
by Greg Clayton
· 12 years ago
e0f8f57
merge lldb-platform-work branch (and assorted fixes) into trunk
by Daniel Malea
· 12 years ago
73bf5db
Improved the packet throughput when debugging with GDB remote by over 3x on
by Greg Clayton
· 14 years ago
8b82f08
Moved the execution context that was in the Debugger into
by Greg Clayton
· 14 years ago
9b1e1cd
Added a speed test to the GDBRemoteCommunicationClient and
by Greg Clayton
· 14 years ago
32e0a75
Many improvements to the Platform base class and subclasses. The base Platform
by Greg Clayton
· 14 years ago
1cb6496
Did a lot more work on abtracting and organizing the platforms.
by Greg Clayton
· 15 years ago
d314e81
Added new platform commands:
by Greg Clayton
· 15 years ago
576d883
Split the GDBRemoteCommunication class into three classes:
by Greg Clayton
· 15 years ago