Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
96898eb6a935533aaebbfbd085150fbf705c0ffc
/
lldb
/
source
/
Plugins
/
Process
/
gdb-remote
/
GDBRemoteCommunicationServerPlatform.cpp
7cb720d
[JSON] Use LLVM's library for encoding JSON in GDBRemoteCommunicationServerPlatform
by Jonas Devlieghere
· 6 years ago
ff5225b
[Reproducer] Move GDB Remote Packet into Utility. (NFC)
by Jonas Devlieghere
· 6 years ago
3d4f765
Remove usage of usleep in generic code
by Pavel Labath
· 6 years ago
63e5fb7
[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)
by Jonas Devlieghere
· 6 years ago
d55609513
Make ConnectionFileDescription work with all sockets
by Antonio Afonso
· 6 years ago
bd689b9
gdb-remote: reduce some inclusion of Target/Process.h
by Saleem Abdulrasool
· 6 years ago
8b3af63
[NFC] Remove ASCII lines from comments
by Jonas Devlieghere
· 6 years ago
a89ce43
Resubmit "Don't include UnixSignals.h from Host."
by Zachary Turner
· 7 years ago
1c29801
Revert "Don't include UnixSignals.h from Host."
by Davide Italiano
· 7 years ago
63c300c
Don't include UnixSignals.h from Host.
by Zachary Turner
· 7 years ago
7f815a9
Have Stream::PutCStringAsRawHex8 take llvm::StringRef
by Pavel Labath
· 7 years ago
eef758e
Move FileAction, ProcessInfo and ProcessLaunchInfo from Target to Host
by Pavel Labath
· 7 years ago
2946cd7
Update the file headers across all of the LLVM projects in the monorepo
by Chandler Carruth
· 7 years ago
e55850b
[lldb-server] Add unnamed pipe support to PipeWindows
by Aaron Smith
· 7 years ago
b3f44ad
Do not use PATH_MAX with SmallString
by Stella Stamenova
· 7 years ago
ceff664
Remove header grouping comments.
by Jonas Devlieghere
· 7 years ago
8f3be7a
[FileSystem] Move path resolution logic out of FileSpec
by Jonas Devlieghere
· 7 years ago
60f028f
Replace HostInfo::GetLLDBPath with specific functions
by Pavel Labath
· 7 years ago
0509724
Reflow paragraphs in comments.
by Adrian Prantl
· 7 years ago
6b3c8bb
Fix windows build after r329296
by Pavel Labath
· 7 years ago
9af71b3
Move StringExtractorGDBRemote.h to the include folder
by Pavel Labath
· 8 years ago
ae7dd12
Fix a use-after-free in lldb-server
by Pavel Labath
· 8 years ago
f2a8bcc
Move StructuredData from Core to Utility
by Pavel Labath
· 8 years ago
97206d5
Rename Error -> Status.
by Zachary Turner
· 8 years ago
3eb2b44
Delete some more dead includes.
by Zachary Turner
· 9 years ago
fb1a0a0
Move many other files from Core -> Utility.
by Zachary Turner
· 9 years ago
6f9e690
Move Log from Core -> Utility.
by Zachary Turner
· 9 years ago
3bc714b
Fix various warnings. NFC
by Zachary Turner
· 9 years ago
5f7e583
UriParser cleanup
by Pavel Labath
· 9 years ago
c5f28e2
Switch std::call_once to llvm::call_once
by Kamil Rytarowski
· 9 years ago
bf9a773
Move classes from Core -> Utility.
by Zachary Turner
· 9 years ago
2d0c5b0
Replace chdir() usage with the llvm equivalent.
by Pavel Labath
· 9 years ago
1d5855b
Replace getcwd with the llvm equivalent
by Pavel Labath
· 9 years ago
245f7fd
Convert UriParser to use StringRef.
by Zachary Turner
· 9 years ago
c156427
Don't allow direct access to StreamString's internal buffer.
by Zachary Turner
· 9 years ago
771ef6d
Fix Clang-tidy readability-redundant-string-cstr warnings
by Malcolm Parsons
· 9 years ago
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
· 11 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