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
/
ProcessGDBRemote.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
/
+16
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-39
/
+39
*
Move StringList from Core -> Utility.
Zachary Turner
2017-03-21
1
-1
/
+1
*
Make LLDB skip server-client roundtrip for signals that don't require any act...
Eugene Zemtsov
2017-03-07
1
-0
/
+3
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
1
-3
/
+3
*
Prevent client from querying each thread's PC at each stop.
Pavel Labath
2017-01-20
1
-0
/
+1
*
Convert Platform, Process, and Connection functions to StringRef.
Zachary Turner
2016-11-17
1
-2
/
+2
*
async structured data packet handling improvements
Todd Fiala
2016-09-10
1
-2
/
+1
*
gdb-remote: Add jModulesInfo packet
Pavel Labath
2016-09-08
1
-0
/
+31
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-438
/
+336
*
Add StructuredData plugin type; showcase with new DarwinLog feature
Todd Fiala
2016-08-19
1
-0
/
+7
*
Revert "Add StructuredData plugin type; showcase with new DarwinLog feature"
Todd Fiala
2016-08-19
1
-7
/
+0
*
Add StructuredData plugin type; showcase with new DarwinLog feature
Todd Fiala
2016-08-19
1
-0
/
+7
*
Reapply "Rewrite gdb-remote's SendContinuePacketAndWaitForResponse"
Pavel Labath
2016-08-09
1
-1
/
+17
*
Revert "Rewrite gdb-remote's SendContinuePacketAndWaitForResponse"
Pavel Labath
2016-07-29
1
-17
/
+1
*
Rewrite gdb-remote's SendContinuePacketAndWaitForResponse
Pavel Labath
2016-07-29
1
-1
/
+17
*
Add support to get the shared cache information from the new
Jason Molenda
2016-07-22
1
-0
/
+3
*
Add a new DynamicLoader plugin that uses SPI that are in development
Jason Molenda
2016-07-21
1
-0
/
+9
*
remove use of Mutex in favour of std::{,recursive_}mutex
Saleem Abdulrasool
2016-05-18
1
-2
/
+3
*
Fix a race in ProcessGDBRemote::MonitorDebugServerProcess
Pavel Labath
2016-05-12
1
-1
/
+2
*
Generalize child process monitoring functions
Pavel Labath
2016-05-11
1
-5
/
+1
*
Revert "Reduce code duplication in ProcessGDBRemote"
Pavel Labath
2016-04-07
1
-3
/
+0
*
Reduce code duplication in ProcessGDBRemote
Pavel Labath
2016-04-06
1
-0
/
+3
*
Allow gdbremote process to read modules from memory
Stephane Sezer
2016-04-05
1
-1
/
+2
*
Change over the broadcaster/listener process to hold shared or weak pointers
Jim Ingham
2016-03-07
1
-3
/
+3
*
Make sure code that is in the middle of figuring out the correct architecture
Jim Ingham
2016-02-18
1
-1
/
+1
*
Increase use of svr4 packets to improve performance on POSIX remotes
Stephane Sezer
2016-01-12
1
-3
/
+5
*
Changes to lldb and debugserver to reduce extraneous memory reads
Jason Molenda
2016-01-12
1
-0
/
+2
*
The lldb side changes to go along with r255711 where a new
Jason Molenda
2015-12-18
1
-0
/
+4
*
Prevent ProcessGDBRemote from launching local debug server in case of remote ...
Oleksiy Vyalov
2015-11-23
1
-0
/
+3
*
Let the process help figure out the Host OS if nobody else
Jim Ingham
2015-11-05
1
-0
/
+5
*
Fix Clang-tidy modernize-use-override warnings in some files in source/Plugin...
Eugene Zelenko
2015-10-24
1
-58
/
+53
*
Fix deadlock while attaching to inferiors
Pavel Labath
2015-09-03
1
-0
/
+1
*
Have the Process hold a weak_ptr to the Target.
Zachary Turner
2015-09-01
1
-3
/
+3
*
Make ProcessGDBRemote get a //copy// of platform Unix signals.
Chaoren Lin
2015-09-01
1
-0
/
+3
*
Understand absolute base addresses in ProcessGDBRemote::GetLoadedModuleList.
Stephane Sezer
2015-08-20
1
-1
/
+1
*
Fix typos.
Bruce Mitchener
2015-07-22
1
-1
/
+1
*
More packet performance improvements.
Greg Clayton
2015-07-17
1
-2
/
+9
*
Add a another packet to the gdb-remote protocol,
Jason Molenda
2015-07-10
1
-0
/
+3
*
Fix cmake build after recent JSON changes
Pavel Labath
2015-07-07
1
-1
/
+1
*
More packet reduction when debugging with GDB server.
Greg Clayton
2015-06-29
1
-1
/
+8
*
Resubmitting 240466 after fixing the linux test suite failures.
Greg Clayton
2015-06-25
1
-0
/
+19
*
Implement the "qSymbol" packet in order to be able to read queue information ...
Greg Clayton
2015-06-23
1
-0
/
+3
*
Add handling of async notify packets
Ewan Crawford
2015-06-23
1
-0
/
+3
*
Revert "Reduced packet counts to the remote GDB server where possible."
Chaoren Lin
2015-06-23
1
-17
/
+0
*
Reduced packet counts to the remote GDB server where possible.
Greg Clayton
2015-06-22
1
-0
/
+17
*
Fetch object file load address if it isn't specified by the linker
Tamas Berghammer
2015-06-18
1
-2
/
+5
*
Change ProcessGDBRemote last stop packet to a container.
Ewan Crawford
2015-05-27
1
-1
/
+1
*
Did some cleanup to stop us from leaking Pipe file descriptors.
Greg Clayton
2015-05-23
1
-3
/
+3
[next]