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
...
*
Revert "Rewrite gdb-remote's SendContinuePacketAndWaitForResponse"
Pavel Labath
2016-07-29
1
-59
/
+759
*
Rewrite gdb-remote's SendContinuePacketAndWaitForResponse
Pavel Labath
2016-07-29
1
-759
/
+59
*
Clean up vestigial remnants of locking primitives
Saleem Abdulrasool
2016-07-28
1
-43
/
+43
*
Support loading files even when incorrect file name specified by the linker
Tamas Berghammer
2016-07-22
1
-0
/
+7
*
Add support to get the shared cache information from the new
Jason Molenda
2016-07-22
1
-0
/
+19
*
Typo corrections identified by codespell
Ed Maste
2016-07-19
1
-1
/
+1
*
Implement GetMemoryRegions() for Linux and Mac OSX core files.
Howard Hellyer
2016-07-07
1
-0
/
+4
*
remove use of Mutex in favour of std::{,recursive_}mutex
Saleem Abdulrasool
2016-05-18
1
-75
/
+75
*
Reset continue_after_async only if neither SIGINIT nor SIGSTOP received.
Oleksiy Vyalov
2016-04-08
1
-4
/
+5
*
In GDBRemoteCommunicationClient::GetHostInfo, don't set the
Jason Molenda
2016-04-07
1
-14
/
+0
*
Fixed an issue that could cause debugserver to return two stop reply packets ...
Greg Clayton
2016-04-01
1
-4
/
+34
*
Change over the broadcaster/listener process to hold shared or weak pointers
Jim Ingham
2016-03-07
1
-3
/
+3
*
Add -Wimplicit-fallthrough command line option to clang in
Jason Molenda
2016-02-16
1
-1
/
+1
*
A while back in revison 244716 we added support for getting the host OS versi...
Greg Clayton
2016-01-28
1
-1
/
+2
*
Add a small refinement to the qSymbol:: support in lldb.
Jason Molenda
2016-01-13
1
-1
/
+47
*
Make sure we don't send qModuleInfo packets unnecessarily.
Stephane Sezer
2016-01-08
1
-1
/
+12
*
Modify "platform connect" to connect to processes as well
Tamas Berghammer
2015-12-08
1
-0
/
+37
*
Avoid sending bare '*' and '}' in an lldb-server packet
Tim Northover
2015-11-09
1
-0
/
+1
*
GDBRemoteCommunicationClient::SendEnvironmentPacket should use the hex-encoded
Jason Molenda
2015-11-05
1
-0
/
+1
*
Fix race condition in process resume
Pavel Labath
2015-10-27
1
-1
/
+7
*
Add domain socket support to gdb-remote protocol and lldb-server.
Oleksiy Vyalov
2015-10-21
1
-6
/
+20
*
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
[prev]
[next]