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
*
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
*
Remove DoAttachToProcessWithId(lldb::pid_t).
Zachary Turner
2015-05-13
1
-3
/
+0
*
Remote Non-Stop Support
Ewan Crawford
2015-05-13
1
-0
/
+4
*
This patch allows LLDB to use the $qXfer:Libraries: packet.
Aidan Dodds
2015-05-08
1
-3
/
+15
*
Adds lldb support for querying the register mapping from gdbserver remote tar...
Colin Riley
2015-04-16
1
-0
/
+4
*
Move several plugin to its own namespace
Tamas Berghammer
2015-03-31
1
-72
/
+75
*
Fetch module specification from remote process also
Tamas Berghammer
2015-03-24
1
-0
/
+5
*
Remove virtual and add override to all virtual functions in Process/gdb-remote.
Tamas Berghammer
2015-03-23
1
-41
/
+41
*
Remove ScriptInterpreterObject.
Zachary Turner
2015-03-17
1
-3
/
+0
*
Fix a bunch of [-Werror,-Winconsistent-missing-override] errors.
Eric Christopher
2014-11-04
1
-42
/
+42
*
use std::atomic<> to protect variables being accessed by multiple threads
Todd Fiala
2014-09-15
1
-1
/
+1
*
Create a HostThread abstraction.
Zachary Turner
2014-09-09
1
-9
/
+2
*
Consolidate UnixSignals setting/getting in Process.
Todd Fiala
2014-08-29
1
-5
/
+1
*
After you attach, give the process plugin a chance to report back (through
Jim Ingham
2014-08-02
1
-2
/
+2
*
Add lldb-gdbserver support for Linux x86_64.
Todd Fiala
2014-06-30
1
-3
/
+8
*
Initial merge of some of the iOS 8 / Mac OS X Yosemite specific
Jason Molenda
2014-06-13
1
-0
/
+4
*
Change ProcessGDBRemote::DoReadMemory to use the x packet to read
Jason Molenda
2014-05-06
1
-1
/
+8
*
lldb arm64 import.
Jason Molenda
2014-03-29
1
-1
/
+3
*
Add ProcessGDBRemote::GetAuxvData() and fix multiple-packet concatenation for...
Steve Pucci
2014-03-04
1
-0
/
+3
*
Merging the iohandler branch back into main.
Greg Clayton
2014-01-27
1
-8
/
+0
*
Remove wait_for_launch parameter from DoAttachToProcessWithName(). This param...
Jean-Daniel Dupas
2013-12-23
1
-1
/
+0
*
Remove 'const' constraint on ProcessLaunchInfo parameter in Process::DoLaunch().
Jean-Daniel Dupas
2013-12-09
1
-1
/
+1
*
Switch local launching of debugserver over to always use a FIFO in order to h...
Greg Clayton
2013-12-04
1
-4
/
+1
[next]