index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lldb
/
source
/
Plugins
/
Process
/
gdb-remote
/
GDBRemoteCommunicationServerPlatform.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Convert GetNameColonValue to return StringRefs.
Zachary Turner
2016-08-29
1
-6
/
+6
*
Fix some build bot breakages.
Zachary Turner
2016-08-27
1
-1
/
+1
*
Convert some functions to use StringRef instead of c_str, len
Zachary Turner
2016-08-27
1
-5
/
+5
*
Switch over to using socketpair for local debugserver connections as they are...
Greg Clayton
2016-08-12
1
-1
/
+2
*
Remove platform plugins from lldb-server
Pavel Labath
2016-06-29
1
-2
/
+1
*
fix up lldb-server platform on Apple hosts
Todd Fiala
2016-05-27
1
-0
/
+3
*
remove use of Mutex in favour of std::{,recursive_}mutex
Saleem Abdulrasool
2016-05-18
1
-22
/
+18
*
Generalize child process monitoring functions
Pavel Labath
2016-05-11
1
-14
/
+6
*
Pass socket scheme as part of debug server listen URL.
Oleksiy Vyalov
2016-02-03
1
-0
/
+1
*
Fix MSVC build after rL255016
Tamas Berghammer
2015-12-08
1
-2
/
+4
*
Modify "platform connect" to connect to processes as well
Tamas Berghammer
2015-12-08
1
-63
/
+106
*
Make lldb-gdbserver to take explicit socket scheme as command line argument.
Oleksiy Vyalov
2015-10-28
1
-1
/
+4
*
Add domain socket support to gdb-remote protocol and lldb-server.
Oleksiy Vyalov
2015-10-21
1
-8
/
+63
*
Allow LLDB.framework to locate debugserver even when it doesn't exist in the ...
Greg Clayton
2015-10-19
1
-5
/
+5
*
[LLGS] Spawned process handling cleanup
Pavel Labath
2015-07-29
1
-0
/
+91
*
Add UNUSED_IF_ASSERT_DISABLED and apply it.
Bruce Mitchener
2015-07-24
1
-1
/
+1
*
Fix warnings.
Bruce Mitchener
2015-07-22
1
-0
/
+1
*
Refactor Unix signals.
Chaoren Lin
2015-07-14
1
-0
/
+33
*
Windows: fix bug in getcwd() and add chdir().
Ted Woodward
2015-05-12
1
-5
/
+0
*
Get lldb-server building on android-9
Vince Harron
2015-05-12
1
-1
/
+1
*
Move several plugin to its own namespace
Tamas Berghammer
2015-03-31
1
-3
/
+4
*
Fix logging in GDBRemoteCommunicationServerPlatform.
Oleksiy Vyalov
2015-02-25
1
-3
/
+3
*
Fix qLaunchGDBServer packet parsing in GDBRemoteCommunicationServerPlatform.
Oleksiy Vyalov
2015-02-24
1
-2
/
+2
*
Separate monolithic GDBRemoteCommunicationServer class into 4 part
Tamas Berghammer
2015-02-11
1
-0
/
+380