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-gdbserver
/
lldb-gdbserver.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge lldb-platform and lldb-gdbserver into a single binary
Tamas Berghammer
2015-02-18
1
-694
/
+0
*
Separate monolithic GDBRemoteCommunicationServer class into 4 part
Tamas Berghammer
2015-02-11
1
-9
/
+8
*
This patch gets remote-linux platform able to run processes
Vince Harron
2015-01-21
1
-1
/
+10
*
Moved Args::StringToXIntYZ to StringConvert::ToXIntYZ
Vince Harron
2015-01-15
1
-1
/
+2
*
Extend PipePosix with support for named pipes/timeout-based IO and integrate ...
Oleksiy Vyalov
2015-01-13
1
-14
/
+9
*
Make LLGS to open a named pipe and write a listening port to it only when a p...
Oleksiy Vyalov
2014-11-27
1
-14
/
+31
*
Move ConnectionFileDescriptor to platform-specific Host directory.
Zachary Turner
2014-10-06
1
-1
/
+1
*
Enable llgs to build against experimental Android AOSP lldb/llvm/clang/compil...
Todd Fiala
2014-09-27
1
-2
/
+0
*
Fix up the HostThread interface, making the interface simpler.
Zachary Turner
2014-09-23
1
-5
/
+2
*
Fix lldb-gdbserver build.
Todd Fiala
2014-09-20
1
-3
/
+3
*
Test suite runs better again after recent fixes that would select a platform ...
Greg Clayton
2014-09-19
1
-5
/
+5
*
Create a HostThread abstraction.
Zachary Turner
2014-09-09
1
-6
/
+8
*
llgs: remove all Initialize() calls except for Debugger::Initialize().
Todd Fiala
2014-08-27
1
-18
/
+2
*
Add missing HostInfo::Initialize() in llgs.
Todd Fiala
2014-08-21
1
-1
/
+3
*
Creates a socket host object.
Zachary Turner
2014-08-06
1
-3
/
+7
*
llgs: add --reverse-connect support.
Todd Fiala
2014-07-26
1
-46
/
+91
*
Fix lldb-gdbserver build
Ed Maste
2014-07-12
1
-1
/
+1
*
llgs: modify to accept --native-regs flag.
Todd Fiala
2014-07-12
1
-10
/
+13
*
llgs: implement --setsid.
Todd Fiala
2014-07-12
1
-0
/
+28
*
Added llgs --named-pipe support and program_name-version_number printout supp...
Todd Fiala
2014-07-11
1
-51
/
+161
*
Add lldb-gdbserver support for Linux x86_64.
Todd Fiala
2014-06-30
1
-144
/
+241
*
Fixed up lldb-gdbserver to match slightly different debugserver listener host...
Todd Fiala
2014-04-28
1
-1
/
+10
*
lldb-gdbserver: add support for optional host in connection string and handle...
Todd Fiala
2014-03-04
1
-3
/
+22
*
Remove leftover debug printf
Ed Maste
2014-02-05
1
-1
/
+0
*
Modified GDBProcessCommunicationServer to launch via the platform.
Todd Fiala
2014-01-28
1
-4
/
+83
*
Added reaper for commandline-launched processes.
Todd Fiala
2014-01-24
1
-1
/
+15
*
Move process launching into GDBRemoteCommunicationServer.
Todd Fiala
2014-01-23
1
-17
/
+8
*
Add --lldb-command command-line option to lldb-gdbserver
Todd Fiala
2014-01-21
1
-16
/
+37
*
Enable Linux distribution in vendor portion of host triple.
Todd Fiala
2014-01-17
1
-3
/
+9
*
Modified local spawning in debugserver processes to use a new --reverse-conne...
Greg Clayton
2013-12-05
1
-11
/
+7
*
Fixed internal code to not link against and code from "lldb/API/*".
Greg Clayton
2013-12-02
1
-1
/
+1
*
Improved platform support.
Greg Clayton
2013-11-23
1
-1
/
+5
*
Make sure the getopt variables are correctly initialized for any option parsing.
Greg Clayton
2013-11-22
1
-0
/
+6
*
Exit if launch doesn't succeed.
Greg Clayton
2013-11-21
1
-0
/
+1
*
Added the ability to launch the program that was specified on the command lin...
Greg Clayton
2013-11-21
1
-2
/
+20
*
Start the correct host abstraction of process and thread.
Greg Clayton
2013-11-21
1
-0
/
+240