Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
b9c1b51e45b845debb76d8658edabca70ca56079
/
lldb
/
source
/
Plugins
/
Process
/
gdb-remote
/
GDBRemoteCommunicationServerPlatform.cpp
b9c1b51
*** This commit represents a complete reformatting of the LLDB source code
by Kate Stone
· 9 years ago
54695a3
Convert GetNameColonValue to return StringRefs.
by Zachary Turner
· 9 years ago
70a5ef1
Fix some build bot breakages.
by Zachary Turner
· 9 years ago
26709df
Convert some functions to use StringRef instead of c_str, len
by Zachary Turner
· 9 years ago
c6c420f
Switch over to using socketpair for local debugserver connections as they are twice as fast as TCP sockets (on macOS at least).
by Greg Clayton
· 9 years ago
f176353
Remove platform plugins from lldb-server
by Pavel Labath
· 9 years ago
873a2ab
fix up lldb-server platform on Apple hosts
by Todd Fiala
· 9 years ago
16ff860
remove use of Mutex in favour of std::{,recursive_}mutex
by Saleem Abdulrasool
· 9 years ago
998bdc5
Generalize child process monitoring functions
by Pavel Labath
· 9 years ago
e551051
Pass socket scheme as part of debug server listen URL.
by Oleksiy Vyalov
· 10 years ago
372810f
Fix MSVC build after rL255016
by Tamas Berghammer
· 10 years ago
ccd6cff
Modify "platform connect" to connect to processes as well
by Tamas Berghammer
· 10 years ago
1485712
Make lldb-gdbserver to take explicit socket scheme as command line argument.
by Oleksiy Vyalov
· 10 years ago
9fe526c
Add domain socket support to gdb-remote protocol and lldb-server.
by Oleksiy Vyalov
· 10 years ago
6988abc
Allow LLDB.framework to locate debugserver even when it doesn't exist in the LLDB.framework.
by Greg Clayton
· 10 years ago
6e4f19d
[LLGS] Spawned process handling cleanup
by Pavel Labath
· 10 years ago
8a67bf7
Add UNUSED_IF_ASSERT_DISABLED and apply it.
by Bruce Mitchener
· 10 years ago
a026de0
Fix warnings.
by Bruce Mitchener
· 10 years ago
98d0a4b
Refactor Unix signals.
by Chaoren Lin
· 10 years ago
4744ec6
Windows: fix bug in getcwd() and add chdir().
by Ted Woodward
· 10 years ago
8b33567
Get lldb-server building on android-9
by Vince Harron
· 10 years ago
db264a6
Move several plugin to its own namespace
by Tamas Berghammer
· 10 years ago
946e39a
Fix logging in GDBRemoteCommunicationServerPlatform.
by Oleksiy Vyalov
· 11 years ago
c282ebd
Fix qLaunchGDBServer packet parsing in GDBRemoteCommunicationServerPlatform.
by Oleksiy Vyalov
· 11 years ago
e13c273
Separate monolithic GDBRemoteCommunicationServer class into 4 part
by Tamas Berghammer
· 11 years ago