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 r280137 and 280139 and subsequent build fixes
Pavel Labath
2016-08-31
1
-2
/
+2
*
A few minor stylistic cleanups in StringExtractor.
Zachary Turner
2016-08-30
1
-2
/
+2
*
Convert some StringExtractor functions to accept MutableArrayRefs.
Zachary Turner
2016-08-30
1
-2
/
+2
*
Revert "gdb-remote: Make the sequence mutex non-recursive"
Pavel Labath
2016-08-30
1
-66
/
+41
*
Fix fallout from the GetNameColonValue() refactor (r280000)
Pavel Labath
2016-08-30
1
-0
/
+3
*
Convert GetNameColonValue to return StringRefs.
Zachary Turner
2016-08-29
1
-207
/
+176
*
gdb-remote: Make the sequence mutex non-recursive
Pavel Labath
2016-08-25
1
-41
/
+66
*
Fix a crash in GDBRemoteCommunicationClient::GetSupportedStructuredDataPlugins
Pavel Labath
2016-08-23
1
-1
/
+1
*
Remove the last manually constructed packet from gdb-remote register context ...
Pavel Labath
2016-08-19
1
-14
/
+28
*
Add StructuredData plugin type; showcase with new DarwinLog feature
Todd Fiala
2016-08-19
1
-1
/
+135
*
Revert "Add StructuredData plugin type; showcase with new DarwinLog feature"
Todd Fiala
2016-08-19
1
-135
/
+1
*
Add StructuredData plugin type; showcase with new DarwinLog feature
Todd Fiala
2016-08-19
1
-1
/
+135
*
gdb-remote: Remove manual locking from GetShlibInfoAddr
Pavel Labath
2016-08-18
1
-16
/
+4
*
Move QSyncThreadState packet generation to the gdb-remote client
Pavel Labath
2016-08-18
1
-3
/
+16
*
gdb-remote: Centralize thread specific packet handling
Pavel Labath
2016-08-18
1
-164
/
+75
*
Move packet construction from GDBRemoteRegisterContext go the communication c...
Pavel Labath
2016-08-17
1
-0
/
+51
*
Remove a double send of eRunPacketSent event
Pavel Labath
2016-08-11
1
-2
/
+0
*
Reapply "Rewrite gdb-remote's SendContinuePacketAndWaitForResponse"
Pavel Labath
2016-08-09
1
-759
/
+59
*
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
[next]