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
*
gdb-remote: fix the build on Windows
Saleem Abdulrasool
2019-05-02
1
-0
/
+3
*
gdb-remote: reduce some inclusion of Target/Process.h
Saleem Abdulrasool
2019-05-02
1
-1
/
+1
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
1
-26
/
+0
*
Bring Doxygen comment syntax in sync with LLVM coding style.
Adrian Prantl
2019-03-11
1
-23
/
+23
*
Pass ConstString by value (NFC)
Adrian Prantl
2019-03-06
1
-1
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Remove header grouping comments.
Jonas Devlieghere
2018-11-11
1
-2
/
+0
*
Use llvm::VersionTuple instead of manual version marshalling
Pavel Labath
2018-06-18
1
-4
/
+2
*
Convert all RunShellCommand functions to use the Timeout class
Pavel Labath
2018-05-10
1
-2
/
+1
*
Re-land: [lldb] Use vFlash commands when writing to target's flash memory reg...
Pavel Labath
2018-03-20
1
-0
/
+11
*
Revert "[lldb] Use vFlash commands when writing to target's flash memory regi...
Pavel Labath
2018-02-28
1
-11
/
+0
*
[lldb] Use vFlash commands when writing to target's flash memory regions
Pavel Labath
2018-02-27
1
-0
/
+11
*
Add Utility/Environment class for handling... environments
Pavel Labath
2018-01-10
1
-0
/
+1
*
Move ArchSpec to the Utility module
Pavel Labath
2017-11-13
1
-3
/
+1
*
Adding Support for Error Strings in Remote Packets
Ravitheja Addepally
2017-07-12
1
-0
/
+3
*
Move StructuredData from Core to Utility
Pavel Labath
2017-06-27
1
-1
/
+1
*
Implementation of remote packets for Trace data.
Ravitheja Addepally
2017-05-26
1
-0
/
+21
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-23
/
+23
*
Make LLDB skip server-client roundtrip for signals that don't require any act...
Eugene Zemtsov
2017-03-07
1
-0
/
+6
*
Fix GDBRemoteCommunicationClientTest.TestPacketSpeedJSON
Pavel Labath
2016-11-04
1
-1
/
+2
*
Remove usages of TimeValue from gdb-remote process plugin
Pavel Labath
2016-10-31
1
-2
/
+2
*
gdb-remote: Add jModulesInfo packet
Pavel Labath
2016-09-08
1
-1
/
+8
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-651
/
+536
*
Revert "gdb-remote: Make the sequence mutex non-recursive"
Pavel Labath
2016-08-30
1
-12
/
+8
*
gdb-remote: Make the sequence mutex non-recursive
Pavel Labath
2016-08-25
1
-8
/
+12
*
Remove the last manually constructed packet from gdb-remote register context ...
Pavel Labath
2016-08-19
1
-11
/
+8
*
Add StructuredData plugin type; showcase with new DarwinLog feature
Todd Fiala
2016-08-19
1
-0
/
+51
*
Revert "Add StructuredData plugin type; showcase with new DarwinLog feature"
Todd Fiala
2016-08-19
1
-51
/
+0
*
Add StructuredData plugin type; showcase with new DarwinLog feature
Todd Fiala
2016-08-19
1
-0
/
+51
*
Move QSyncThreadState packet generation to the gdb-remote client
Pavel Labath
2016-08-18
1
-0
/
+3
*
gdb-remote: Centralize thread specific packet handling
Pavel Labath
2016-08-18
1
-0
/
+4
*
Move packet construction from GDBRemoteRegisterContext go the communication c...
Pavel Labath
2016-08-17
1
-2
/
+9
*
Remove GetThreadSuffixSupported from GDBRemoteCommunication **base** class
Pavel Labath
2016-08-16
1
-1
/
+1
*
Reapply "Rewrite gdb-remote's SendContinuePacketAndWaitForResponse"
Pavel Labath
2016-08-09
1
-57
/
+6
*
Revert "Rewrite gdb-remote's SendContinuePacketAndWaitForResponse"
Pavel Labath
2016-07-29
1
-6
/
+57
*
Rewrite gdb-remote's SendContinuePacketAndWaitForResponse
Pavel Labath
2016-07-29
1
-57
/
+6
*
Clean up vestigial remnants of locking primitives
Saleem Abdulrasool
2016-07-28
1
-3
/
+1
*
Add support to get the shared cache information from the new
Jason Molenda
2016-07-22
1
-0
/
+4
*
remove use of Mutex in favour of std::{,recursive_}mutex
Saleem Abdulrasool
2016-05-18
1
-1
/
+2
*
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
[next]