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
/
tools
/
lldb-server
/
lldb-gdbserver.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-379
/
+365
*
Remove SIGPIPE handler in LLGS
Pavel Labath
2016-07-04
1
-20
/
+1
*
Remove platform plugins from lldb-server
Pavel Labath
2016-06-29
1
-73
/
+1
*
Fix all of the unannotated switch cases to annotate the fall through or do th...
Greg Clayton
2016-02-26
1
-0
/
+1
*
[linux] Remove all traces of signalfd(2)
Pavel Labath
2016-02-23
1
-7
/
+0
*
Have lldb-server log the timestamp in its log messages
Pavel Labath
2016-02-08
1
-1
/
+1
*
Fix lldb-server - write null terminating symbol along with port number.
Oleksiy Vyalov
2015-10-21
1
-1
/
+1
*
Add domain socket support to gdb-remote protocol and lldb-server.
Oleksiy Vyalov
2015-10-21
1
-118
/
+38
*
Include platform agnostic <HostGetOpt.h> in the place of <getopt.h>
Bruce Mitchener
2015-10-01
1
-1
/
+1
*
Introduce a MainLoop class and switch llgs to use it
Pavel Labath
2015-07-13
1
-61
/
+37
*
Fix a variety of typos.
Bruce Mitchener
2015-06-18
1
-2
/
+2
*
Make log options uniform betwwen lldb-platform and lldb-gdbserver
Tamas Berghammer
2015-05-27
1
-41
/
+10
*
Add support for ./dotest.py --channel and --log-success
Vince Harron
2015-05-10
1
-57
/
+30
*
PosixPipes should not be copyable but should be movable.
Chaoren Lin
2015-05-01
1
-1
/
+1
*
lldb-gdbserver should not use unnamed pipes on Windows.
Chaoren Lin
2015-04-29
1
-0
/
+4
*
Add file descriptor constructor for PipePosix.
Chaoren Lin
2015-04-29
1
-5
/
+1
*
Add an unnamed pipe fail-safe to launching lldb-gdbserver.
Chaoren Lin
2015-04-27
1
-14
/
+70
*
Use non-blocking waitpid in NativeProcessLinux
Pavel Labath
2015-04-17
1
-0
/
+7
*
Move several plugin to its own namespace
Tamas Berghammer
2015-03-31
1
-0
/
+1
*
Move lldb-log.cpp to core/Logging.cpp
Zachary Turner
2015-03-18
1
-1
/
+0
*
Initialize ProcessGDBRemoteLog for LLGS to fix remote platform logging
Robert Flack
2015-03-11
1
-19
/
+5
*
Initialize ProcessPOSIXLog by NativeProcessLinux
Tamas Berghammer
2015-03-06
1
-5
/
+19
*
Rename test/tools/lldb-gdbserver to test/tools/lldb-server
Robert Flack
2015-03-06
1
-6
/
+6
*
Reduce the number of components initialized by lldb-server to reduce static b...
Robert Flack
2015-03-02
1
-4
/
+0
*
Merge lldb-platform and lldb-gdbserver into a single binary
Tamas Berghammer
2015-02-18
1
-0
/
+697