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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "Temporarily revert [lldb] e81268d - [lldb/Reproducers] Support multip...
Eric Christopher
2019-12-10
1
-1
/
+5
*
Temporarily revert [lldb] e81268d - [lldb/Reproducers] Support multiple GDB r...
Eric Christopher
2019-12-10
1
-5
/
+1
*
[lldb/Reproducers] Support multiple GDB remotes
Jonas Devlieghere
2019-12-10
1
-1
/
+5
*
typedef enum -> enum
Fangrui Song
2019-05-14
1
-2
/
+2
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
1
-4
/
+0
*
Refactor HAVE_LIBCOMPRESSION and related code in GDBRemoteCommunication
Raphael Isemann
2019-01-25
1
-2
/
+5
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Force libcompression calls to be enabled when building on Darwin
Jason Molenda
2018-12-18
1
-0
/
+3
*
Move Broadcaster+Listener+Event combo from Core into Utility
Pavel Labath
2018-12-14
1
-2
/
+2
*
Add GDB remote packet reproducer.
Jonas Devlieghere
2018-11-13
1
-76
/
+9
*
Remove header grouping comments.
Jonas Devlieghere
2018-11-11
1
-4
/
+0
*
Move Predicate.h from Host to Utility
Raphael Isemann
2018-08-30
1
-1
/
+1
*
Move Args.cpp from Interpreter to Utility
Pavel Labath
2018-04-17
1
-1
/
+1
*
Move StringExtractorGDBRemote.h to the include folder
Pavel Labath
2018-03-20
1
-1
/
+1
*
Handle O reply packets during qRcmd
Pavel Labath
2018-01-10
1
-0
/
+5
*
llgs-tests: Replace the "log+return false" pattern with llvm::Error
Pavel Labath
2017-11-09
1
-0
/
+10
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-5
/
+5
*
Don't ever reduce the timeout of a packet, only increase it.
Greg Clayton
2017-04-17
1
-0
/
+4
*
Introduce chrono to the Communication class
Pavel Labath
2016-11-25
1
-26
/
+0
*
Attempt to fix freebsd build after r287864
Pavel Labath
2016-11-24
1
-5
/
+8
*
Introduce chrono to more gdb-remote functions
Pavel Labath
2016-11-24
1
-6
/
+28
*
Remove usages of TimeValue from gdb-remote process plugin
Pavel Labath
2016-10-31
1
-12
/
+9
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-282
/
+225
*
Convert some functions to use StringRef instead of c_str, len
Zachary Turner
2016-08-27
1
-4
/
+2
*
Remove GetThreadSuffixSupported from GDBRemoteCommunication **base** class
Pavel Labath
2016-08-16
1
-6
/
+0
*
Switch over to using socketpair for local debugserver connections as they are...
Greg Clayton
2016-08-12
1
-1
/
+2
*
Reapply "Rewrite gdb-remote's SendContinuePacketAndWaitForResponse"
Pavel Labath
2016-08-09
1
-23
/
+0
*
Revert "Rewrite gdb-remote's SendContinuePacketAndWaitForResponse"
Pavel Labath
2016-07-29
1
-0
/
+23
*
Rewrite gdb-remote's SendContinuePacketAndWaitForResponse
Pavel Labath
2016-07-29
1
-23
/
+0
*
Clean up vestigial remnants of locking primitives
Saleem Abdulrasool
2016-07-28
1
-7
/
+8
*
Modify "platform connect" to connect to processes as well
Tamas Berghammer
2015-12-08
1
-1
/
+3
*
Fix Clang-tidy modernize-use-override warnings in some files in source/Plugin...
Eugene Zelenko
2015-10-24
1
-41
/
+34
*
Add domain socket support to gdb-remote protocol and lldb-server.
Oleksiy Vyalov
2015-10-21
1
-3
/
+2
*
Allow LLDB.framework to locate debugserver even when it doesn't exist in the ...
Greg Clayton
2015-10-19
1
-0
/
+1
*
Add a new wart, I mean feature, on to gdb-remote protocol: compression.
Jason Molenda
2015-06-18
1
-0
/
+26
*
Add Read Thread to GDBRemoteCommunication
Ewan Crawford
2015-06-16
1
-1
/
+27
*
Add a new "qEcho" packet with the following format:
Greg Clayton
2015-05-29
1
-1
/
+4
*
Change ProcessGDBRemote last stop packet to a container.
Ewan Crawford
2015-05-27
1
-2
/
+9
*
Move several plugin to its own namespace
Tamas Berghammer
2015-03-31
1
-17
/
+22
*
Create ScopedTimeout class for GDBRemoteCommunication
Tamas Berghammer
2015-02-24
1
-0
/
+14
*
Separate monolithic GDBRemoteCommunicationServer class into 4 part
Tamas Berghammer
2015-02-11
1
-2
/
+1
*
Implement setting and clearing watchpoints.
Chaoren Lin
2015-02-03
1
-0
/
+10
*
This patch gets remote-linux platform able to run processes
Vince Harron
2015-01-21
1
-2
/
+1
*
Create a HostThread abstraction.
Zachary Turner
2014-09-09
1
-2
/
+2
*
Remove an assertion that was being hit due to slow DNS name lookups on MacOSX...
Greg Clayton
2014-02-27
1
-1
/
+1
*
Support for debugging against a remote stock gdbserver.
Steve Pucci
2014-01-25
1
-1
/
+2
*
Revert to getting a random port and sending that down to debugserver for iOS....
Greg Clayton
2014-01-10
1
-2
/
+3
*
Centralized the launching of a process into Target::Launch()
Greg Clayton
2013-12-13
1
-1
/
+1
*
Fixed the GDBRemoteCommuncation to return a new GDBRemoteCommuncation::Packet...
Greg Clayton
2013-12-06
1
-4
/
+16
*
Replace all in_port_t with uint16_t to avoid compilation issues on different ...
Greg Clayton
2013-12-06
1
-1
/
+1
[next]