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
/
GDBRemoteCommunication.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move several plugin to its own namespace
Tamas Berghammer
2015-03-31
1
-3
/
+4
*
Create ScopedTimeout class for GDBRemoteCommunication
Tamas Berghammer
2015-02-24
1
-0
/
+12
*
Merge lldb-platform and lldb-gdbserver into a single binary
Tamas Berghammer
2015-02-18
1
-2
/
+7
*
Separate monolithic GDBRemoteCommunicationServer class into 4 part
Tamas Berghammer
2015-02-11
1
-3
/
+1
*
Fix warning about the use of mktemp and make platform agnostic by adding and ...
Oleksiy Vyalov
2015-02-05
1
-25
/
+11
*
Launch lldb-gdbserver in same process group when launched remotely using lldb...
Oleksiy Vyalov
2015-01-28
1
-4
/
+6
*
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-14
1
-3
/
+2
*
Extend PipePosix with support for named pipes/timeout-based IO and integrate ...
Oleksiy Vyalov
2015-01-13
1
-18
/
+36
*
Revert "Use timeout when reading debugserver's port from a named pipe."
Zachary Turner
2014-12-04
1
-55
/
+12
*
Use timeout when reading debugserver's port from a named pipe.
Oleksiy Vyalov
2014-12-03
1
-12
/
+55
*
for Oleksiy Vyalov - Redirect stdin, stdout and stderr to /dev/null when laun...
Shawn Best
2014-11-05
1
-2
/
+6
*
The change previously committed as 220983 broke large binary memory reads. I ...
Greg Clayton
2014-11-03
1
-58
/
+55
*
commit on behalf of Oleksiy Vyalov Fix junk content handling within GDBRemote...
Shawn Best
2014-10-31
1
-55
/
+58
*
Move ConnectionFileDescriptor to platform-specific Host directory.
Zachary Turner
2014-10-06
1
-1
/
+1
*
Fix up the HostThread interface, making the interface simpler.
Zachary Turner
2014-09-23
1
-5
/
+2
*
Add better logging for the "$vFile:pwrite:" packet so we can show binary data...
Greg Clayton
2014-09-18
1
-5
/
+33
*
Create a HostThread abstraction.
Zachary Turner
2014-09-09
1
-6
/
+6
*
Add arbitrary command line flags to llgs/debugserver startup for local debugg...
Todd Fiala
2014-08-29
1
-1
/
+19
*
Fixes a few more places where we were manually setting the filename.
Zachary Turner
2014-08-21
1
-1
/
+1
*
Two small fixes to get Mac native + debugserver working after the
Jason Molenda
2014-08-21
1
-1
/
+1
*
Move Host::GetLLDBPath to HostInfo.
Zachary Turner
2014-08-21
1
-3
/
+4
*
Move FileSystem functions out of Host and into their own classes.
Zachary Turner
2014-08-15
1
-1
/
+2
*
Creates a socket host object.
Zachary Turner
2014-08-06
1
-2
/
+2
*
Enable lldb-platform exe support for Linux.
Todd Fiala
2014-07-22
1
-1
/
+19
*
Fixed the "log enable gdb-remote packets" to support dumping the binary memor...
Greg Clayton
2014-06-20
1
-3
/
+42
*
Fixed CTRL+C related issues:
Greg Clayton
2014-05-02
1
-0
/
+1
*
Replace some _MSC_VER with _WIN32.
Hafiz Abid Qadeer
2014-03-12
1
-1
/
+1
*
Be sure to propagate the error back out SBTarget::Attach() when we fail to la...
Greg Clayton
2014-02-28
1
-22
/
+25
*
Remove an assertion that was being hit due to slow DNS name lookups on MacOSX...
Greg Clayton
2014-02-27
1
-9
/
+17
*
Fix handling of gdbserver binary packets with escape characters.
Steve Pucci
2014-02-24
1
-0
/
+7
*
hostname is guarantee to never be null in this branch.
Jean-Daniel Dupas
2014-02-08
1
-1
/
+1
*
Initialize the named_pipe_path in GDBRemoteCommunication::StartDebugserverPro...
Jason Molenda
2014-01-25
1
-7
/
+1
*
Terminate an unused char* buffer correctly so we don't try to open
Jason Molenda
2014-01-24
1
-0
/
+1
*
Fixed the Visual Studio Windows build
Deepak Panickal
2014-01-13
1
-0
/
+4
*
Revert to getting a random port and sending that down to debugserver for iOS....
Greg Clayton
2014-01-10
1
-25
/
+49
*
<rdar://problem/15639995>
Han Ming Ong
2013-12-12
1
-4
/
+0
*
Fixed the GDBRemoteCommuncation to return a new GDBRemoteCommuncation::Packet...
Greg Clayton
2013-12-06
1
-21
/
+28
*
Replace all in_port_t with uint16_t to avoid compilation issues on different ...
Greg Clayton
2013-12-06
1
-1
/
+1
*
Modified local spawning in debugserver processes to use a new --reverse-conne...
Greg Clayton
2013-12-05
1
-23
/
+106
*
Switch local launching of debugserver over to always use a FIFO in order to h...
Greg Clayton
2013-12-04
1
-40
/
+53
*
Fixed format strings as they still must specicy a '%' prior to using PRI*64 m...
Greg Clayton
2013-10-23
1
-4
/
+4
*
Fixes to get LLDB building on Windows again.
Deepak Panickal
2013-10-22
1
-4
/
+4
*
Clear 'packet_str' before putting new packet.
Hafiz Abid Qadeer
2013-08-28
1
-0
/
+2
*
Handle run-length-encoding.
Hafiz Abid Qadeer
2013-08-28
1
-2
/
+25
*
merge lldb-platform-work branch (and assorted fixes) into trunk
Daniel Malea
2013-08-26
1
-0
/
+4
*
Include checksum in non-ack mode
Ed Maste
2013-08-20
1
-6
/
+3
*
<rdar://problem/13521159>
Greg Clayton
2013-03-27
1
-7
/
+7
*
Resolve printf formatting warnings on Linux:
Daniel Malea
2012-11-29
1
-3
/
+3
*
Stop using the "%z" size_t modifier and cast all size_t values to uint64_t. S...
Greg Clayton
2012-09-18
1
-2
/
+2
[next]