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
*
Fix an inefficient StringRef conversion.
Zachary Turner
2016-09-21
1
-3
/
+1
*
Make lldb::Regex use StringRef.
Zachary Turner
2016-09-21
1
-4
/
+3
*
Fixed the build by changing a couple of const char *s to StringRefs.
Sean Callanan
2016-09-19
1
-3
/
+4
*
Fix more functions in Args to use StringRef.
Zachary Turner
2016-09-19
1
-15
/
+15
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-1274
/
+1167
*
Convert some functions to use StringRef instead of c_str, len
Zachary Turner
2016-08-27
1
-10
/
+10
*
Fixup r278524 for non-apple targets
Pavel Labath
2016-08-15
1
-3
/
+5
*
Switch over to using socketpair for local debugserver connections as they are...
Greg Clayton
2016-08-12
1
-6
/
+16
*
Delete Host/windows/win32.h
Zachary Turner
2016-08-09
1
-1
/
+1
*
Reapply "Rewrite gdb-remote's SendContinuePacketAndWaitForResponse"
Pavel Labath
2016-08-09
1
-26
/
+0
*
Remove Android.h
Pavel Labath
2016-08-08
1
-1
/
+2
*
Revert "Rewrite gdb-remote's SendContinuePacketAndWaitForResponse"
Pavel Labath
2016-07-29
1
-0
/
+26
*
Rewrite gdb-remote's SendContinuePacketAndWaitForResponse
Pavel Labath
2016-07-29
1
-26
/
+0
*
Clean up vestigial remnants of locking primitives
Saleem Abdulrasool
2016-07-28
1
-31
/
+30
*
Implement ProcessInfo::Dump(), log gdb-remote stub launch
Todd Fiala
2016-05-31
1
-2
/
+9
*
remove use of Mutex in favour of std::{,recursive_}mutex
Saleem Abdulrasool
2016-05-18
1
-2
/
+2
*
Add -Wimplicit-fallthrough command line option to clang in
Jason Molenda
2016-02-16
1
-1
/
+1
*
Modify "platform connect" to connect to processes as well
Tamas Berghammer
2015-12-08
1
-1
/
+16
*
Add domain socket support to gdb-remote protocol and lldb-server.
Oleksiy Vyalov
2015-10-21
1
-40
/
+38
*
Allow LLDB.framework to locate debugserver even when it doesn't exist in the ...
Greg Clayton
2015-10-19
1
-4
/
+15
*
A small fixup needed for debugserver to work natively
Jason Molenda
2015-09-22
1
-61
/
+64
*
A change I'm open to reverting if there is disagreement:
Jason Molenda
2015-09-09
1
-1
/
+3
*
GDBRemoteCommunication::DecompressPacket assumed that the buffer it was
Jason Molenda
2015-08-02
1
-11
/
+20
*
Use only unnamed pipes to launch lldb-server gdbserver.
Chaoren Lin
2015-07-30
1
-19
/
+21
*
Add comment explaning sanity check on packet size in the packet decompression...
Jason Molenda
2015-07-14
1
-0
/
+4
*
Fix off-by-one error in the packet decompression routine
Jason Molenda
2015-07-14
1
-1
/
+1
*
Add a new wart, I mean feature, on to gdb-remote protocol: compression.
Jason Molenda
2015-06-18
1
-5
/
+249
*
Add Read Thread to GDBRemoteCommunication
Ewan Crawford
2015-06-16
1
-1
/
+113
*
Add a new "qEcho" packet with the following format:
Greg Clayton
2015-05-29
1
-2
/
+103
*
Change ProcessGDBRemote last stop packet to a container.
Ewan Crawford
2015-05-27
1
-6
/
+15
*
Remote Non-Stop Support
Ewan Crawford
2015-05-13
1
-1
/
+3
*
Fixed a ton of gcc compile warnings
Vince Harron
2015-05-13
1
-31
/
+23
*
Get lldb-server building on android-9
Vince Harron
2015-05-12
1
-1
/
+14
*
Add support for ./dotest.py --channel and --log-success
Vince Harron
2015-05-10
1
-0
/
+9
*
Add an unnamed pipe fail-safe to launching lldb-gdbserver.
Chaoren Lin
2015-04-27
1
-38
/
+67
*
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
[next]