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
/
GDBRemoteCommunicationClient.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use Process Plugin register indices when communicating with remote
Francis Ricci
2016-04-25
1
-1
/
+1
*
Add a small refinement to the qSymbol:: support in lldb.
Jason Molenda
2016-01-13
1
-0
/
+1
*
Make sure we don't send qModuleInfo packets unnecessarily.
Stephane Sezer
2016-01-08
1
-0
/
+1
*
Modify "platform connect" to connect to processes as well
Tamas Berghammer
2015-12-08
1
-1
/
+4
*
Fix Clang-tidy modernize-use-override warnings in some files in source/Plugin...
Eugene Zelenko
2015-10-24
1
-36
/
+28
*
Add domain socket support to gdb-remote protocol and lldb-server.
Oleksiy Vyalov
2015-10-21
1
-2
/
+5
*
[LLDB][MIPS] Support standard GDB remote stop reply packet for watchpoint
Jaydeep Patil
2015-08-13
1
-2
/
+2
*
Add a another packet to the gdb-remote protocol,
Jason Molenda
2015-07-10
1
-0
/
+4
*
More packet reduction when debugging with GDB server.
Greg Clayton
2015-06-29
1
-1
/
+1
*
Resubmitting 240466 after fixing the linux test suite failures.
Greg Clayton
2015-06-25
1
-1
/
+6
*
Implement the "qSymbol" packet in order to be able to read queue information ...
Greg Clayton
2015-06-23
1
-1
/
+5
*
Add handling of async notify packets
Ewan Crawford
2015-06-23
1
-0
/
+5
*
Revert "Reduced packet counts to the remote GDB server where possible."
Chaoren Lin
2015-06-23
1
-6
/
+1
*
Reduced packet counts to the remote GDB server where possible.
Greg Clayton
2015-06-22
1
-1
/
+6
*
Add a new wart, I mean feature, on to gdb-remote protocol: compression.
Jason Molenda
2015-06-18
1
-0
/
+6
*
Refactor many file functions to use FileSpec over strings.
Chaoren Lin
2015-05-29
1
-21
/
+21
*
Add a new "qEcho" packet with the following format:
Greg Clayton
2015-05-29
1
-0
/
+3
*
Added a new command in ProcessGDBRemote that can figure out the performance c...
Greg Clayton
2015-05-21
1
-1
/
+1
*
Remote Non-Stop Support
Ewan Crawford
2015-05-13
1
-0
/
+6
*
Adds lldb support for querying the register mapping from gdbserver remote tar...
Colin Riley
2015-04-16
1
-0
/
+10
*
Move several plugin to its own namespace
Tamas Berghammer
2015-03-31
1
-76
/
+73
*
Fetch module specification from remote process also
Tamas Berghammer
2015-03-24
1
-2
/
+2
*
Remove virtual and add override to all virtual functions in Process/gdb-remote.
Tamas Berghammer
2015-03-23
1
-1
/
+1
*
Add qModuleInfo request in order to get module information (uuid, triple,..) ...
Oleksiy Vyalov
2015-02-25
1
-0
/
+5
*
Fix warning that not all control-paths return from function.
Zachary Turner
2015-02-18
1
-1
/
+1
*
Separate monolithic GDBRemoteCommunicationServer class into 4 part
Tamas Berghammer
2015-02-11
1
-1
/
+1
*
Add support for SBProcess::PutSTDIN to remote processes
Vince Harron
2015-02-06
1
-0
/
+17
*
Extend SBPlatform with capability to launch/terminate a process remotely. Int...
Oleksiy Vyalov
2015-02-04
1
-2
/
+2
*
Add missing switch cases to silence warnings.
Chaoren Lin
2015-02-03
1
-1
/
+1
*
Implement setting and clearing watchpoints.
Chaoren Lin
2015-02-03
1
-9
/
+0
*
Fix typos.
Bruce Mitchener
2014-07-01
1
-2
/
+2
*
Added an option to turn OFF the "detach on error" behavior that was added
Jim Ingham
2014-06-25
1
-1
/
+13
*
Initial merge of some of the iOS 8 / Mac OS X Yosemite specific
Jason Molenda
2014-06-13
1
-0
/
+4
*
Modify debugserver to follow gdb remote $qC protocol definition.
Todd Fiala
2014-05-07
1
-1
/
+2
*
Add GetxPacketSupported to test if the 'x' packet is supported.
Jason Molenda
2014-05-06
1
-0
/
+4
*
lldb arm64 import.
Jason Molenda
2014-03-29
1
-0
/
+20
*
Add ProcessGDBRemote::GetAuxvData() and fix multiple-packet concatenation for...
Steve Pucci
2014-03-04
1
-0
/
+4
*
Support for debugging against a remote stock gdbserver.
Steve Pucci
2014-01-25
1
-1
/
+41
*
Fix a bug introduced in asynchronous packet sends. We were not setting the p...
Jim Ingham
2013-12-18
1
-0
/
+1
*
Fixed the GDBRemoteCommuncation to return a new GDBRemoteCommuncation::Packet...
Greg Clayton
2013-12-06
1
-2
/
+7
*
Allow the hostname to be specified when asking a platform to launch another d...
Greg Clayton
2013-12-04
1
-1
/
+1
*
Improved platform support.
Greg Clayton
2013-11-23
1
-1
/
+7
*
Expose SBPlatform through the public API.
Greg Clayton
2013-11-20
1
-18
/
+42
*
<rdar://problem/15172417>
Greg Clayton
2013-11-13
1
-0
/
+16
*
<rdar://problem/15263540>
Greg Clayton
2013-10-25
1
-0
/
+4
*
<rdar://problem/14146606>
Greg Clayton
2013-10-10
1
-1
/
+3
*
Fixed detection of 'p' packet support in debugserver,
Sean Callanan
2013-09-04
1
-1
/
+1
*
Discover support of 'p' packet.
Hafiz Abid Qadeer
2013-08-29
1
-0
/
+4
*
merge lldb-platform-work branch (and assorted fixes) into trunk
Daniel Malea
2013-08-26
1
-2
/
+56
*
<rdar://problem/13793059>
Greg Clayton
2013-07-15
1
-8
/
+0
[next]