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
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-7
/
+7
*
Don't ever reduce the timeout of a packet, only increase it.
Greg Clayton
2017-04-17
1
-3
/
+11
*
Move FileSpec from Host -> Utility.
Zachary Turner
2017-03-22
1
-1
/
+1
*
Delete LLDB's code for getting / setting thread name.
Zachary Turner
2017-03-04
1
-2
/
+2
*
Move Log from Core -> Utility.
Zachary Turner
2017-03-03
1
-1
/
+1
*
Ensure lldb-server waits for child debug servers to start up when passing the...
Howard Hellyer
2017-02-23
1
-7
/
+16
*
Add a format_provider for the Timeout class
Pavel Labath
2017-02-10
1
-3
/
+2
*
Remove the verbose category in the gdb-remote channel
Pavel Labath
2017-02-06
1
-8
/
+7
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
1
-2
/
+2
*
Prefer lzfse if it is an available compression method (this was
Jason Molenda
2017-01-24
1
-3
/
+3
*
Introduce chrono to the Communication class
Pavel Labath
2016-11-25
1
-3
/
+1
*
Introduce chrono to more gdb-remote functions
Pavel Labath
2016-11-24
1
-51
/
+31
*
Don't allow direct access to StreamString's internal buffer.
Zachary Turner
2016-11-16
1
-4
/
+6
*
Fix Clang-tidy readability-redundant-string-cstr warnings
Malcolm Parsons
2016-11-02
1
-2
/
+2
*
Remove usages of TimeValue from gdb-remote process plugin
Pavel Labath
2016-10-31
1
-4
/
+6
*
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
[next]