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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
In r240466, when Greg added the jThreadsInfo packet, he accidentally
Jason Molenda
2015-10-15
1
-1
/
+0
*
[LLDB][MIPS] Debug bare-iron targets lacking support for qC /qfThreadInfo
Jaydeep Patil
2015-09-18
1
-0
/
+33
*
Fix LLDB RSP client to decode '$O' packets incorrectly
Dawn Perchik
2015-09-17
1
-3
/
+7
*
Revert "[LLDB][MIPS] Debug bare-iron targets lacking support for qC /qfThread...
Pavel Labath
2015-09-16
1
-33
/
+0
*
[LLDB][MIPS] Debug bare-iron targets lacking support for qC /qfThreadInfo
Jaydeep Patil
2015-09-16
1
-0
/
+33
*
In SendContinuePacketAndWaitForResponse there is a special bit of
Jason Molenda
2015-08-26
1
-2
/
+2
*
[LLDB][MIPS] Use qfThreadID if qC packet is not supported by target
Jaydeep Patil
2015-08-13
1
-0
/
+15
*
[LLDB][MIPS] Support standard GDB remote stop reply packet for watchpoint
Jaydeep Patil
2015-08-13
1
-4
/
+23
*
Fix a infinite loop when killing a process that is in the middle of loading s...
Greg Clayton
2015-08-11
1
-79
/
+76
*
Fix typos.
Bruce Mitchener
2015-07-22
1
-3
/
+3
*
Fix another little nit with detach and keep stopped, you have to check
Jim Ingham
2015-07-15
1
-1
/
+2
*
Correct length of packet that GDBRemoteCommunicationClient::Detach
Jason Molenda
2015-07-15
1
-1
/
+1
*
Refactor Unix signals.
Chaoren Lin
2015-07-14
1
-2
/
+2
*
Add a another packet to the gdb-remote protocol,
Jason Molenda
2015-07-10
1
-0
/
+19
*
Fix typos
Bruce Mitchener
2015-07-02
1
-1
/
+1
*
More packet reduction when debugging with GDB server.
Greg Clayton
2015-06-29
1
-52
/
+56
*
XML register info fix
Ewan Crawford
2015-06-26
1
-2
/
+2
*
Resubmitting 240466 after fixing the linux test suite failures.
Greg Clayton
2015-06-25
1
-4
/
+72
*
Implement the "qSymbol" packet in order to be able to read queue information ...
Greg Clayton
2015-06-23
1
-0
/
+87
*
Add handling of async notify packets
Ewan Crawford
2015-06-23
1
-0
/
+51
*
Revert "Reduced packet counts to the remote GDB server where possible."
Chaoren Lin
2015-06-23
1
-27
/
+0
*
Reduced packet counts to the remote GDB server where possible.
Greg Clayton
2015-06-22
1
-0
/
+27
*
Add a new wart, I mean feature, on to gdb-remote protocol: compression.
Jason Molenda
2015-06-18
1
-0
/
+156
*
Add Read Thread to GDBRemoteCommunication
Ewan Crawford
2015-06-16
1
-6
/
+21
*
Working directory FileSpec should use remote path syntax to display correctly.
Chaoren Lin
2015-05-29
1
-1
/
+1
*
Refactor many file functions to use FileSpec over strings.
Chaoren Lin
2015-05-29
1
-44
/
+58
*
Add a new "qEcho" packet with the following format:
Greg Clayton
2015-05-29
1
-9
/
+25
*
Added XML to the host layer.
Greg Clayton
2015-05-26
1
-3
/
+6
*
Use target's SIGSTOP and SIGINT when making decision about continue after asy...
Oleksiy Vyalov
2015-05-22
1
-6
/
+6
*
Added a new command in ProcessGDBRemote that can figure out the performance c...
Greg Clayton
2015-05-21
1
-60
/
+135
*
[GDBRemoteCommunicationClient] Increase timeout for qfProcessInfo packet.
Siva Chandra
2015-05-20
1
-0
/
+3
*
Remote Non-Stop Support
Ewan Crawford
2015-05-13
1
-0
/
+35
*
Set path syntax for remote executable FileSpec.
Chaoren Lin
2015-05-09
1
-4
/
+4
*
Fix process launch from Windows host to Android target.
Chaoren Lin
2015-05-05
1
-2
/
+2
*
Fix GetModuleInfo() not checking for unsupported RSP response.
Aidan Dodds
2015-05-05
1
-1
/
+1
*
Fix bug in gdb-remote xml parser which failed to parse xml split over multipl...
Aidan Dodds
2015-04-29
1
-1
/
+2
*
Fix warnings about construction ordering.
Greg Clayton
2015-04-16
1
-1
/
+1
*
Adds lldb support for querying the register mapping from gdbserver remote tar...
Colin Riley
2015-04-16
1
-1
/
+97
*
Pass normalized target file paths via GDB-remote to a target and denormalize ...
Oleksiy Vyalov
2015-04-16
1
-2
/
+2
*
Move several plugin to its own namespace
Tamas Berghammer
2015-03-31
1
-0
/
+1
*
Fetch module specification from remote process also
Tamas Berghammer
2015-03-24
1
-6
/
+59
*
Convert open options for POSIX open on target platform.
Robert Flack
2015-03-18
1
-2
/
+1
*
Add Utility/ModuleCache class and integrate it with PlatformGDBRemoteServer -...
Oleksiy Vyalov
2015-03-10
1
-1
/
+2
*
Further reduce the header footprint of Process.h
Zachary Turner
2015-03-03
1
-0
/
+1
*
Fix FileSpec::GetPath to return null-terminated strings
Ilia K
2015-02-27
1
-1
/
+1
*
Add qModuleInfo request in order to get module information (uuid, triple,..) ...
Oleksiy Vyalov
2015-02-25
1
-0
/
+18
*
Create ScopedTimeout class for GDBRemoteCommunication
Tamas Berghammer
2015-02-24
1
-9
/
+5
*
Fix the communication in qPlatform_[mkdir,chmod]
Tamas Berghammer
2015-02-23
1
-11
/
+15
*
Separate monolithic GDBRemoteCommunicationServer class into 4 part
Tamas Berghammer
2015-02-11
1
-2
/
+2
*
Add support for SBProcess::PutSTDIN to remote processes
Vince Harron
2015-02-06
1
-0
/
+15
[next]