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
*
Move several plugin to its own namespace
Tamas Berghammer
2015-03-31
1
-0
/
+1
*
Fetch module specification from remote process also
Tamas Berghammer
2015-03-24
1
-6
/
+59
*
Convert open options for POSIX open on target platform.
Robert Flack
2015-03-18
1
-2
/
+1
*
Add Utility/ModuleCache class and integrate it with PlatformGDBRemoteServer -...
Oleksiy Vyalov
2015-03-10
1
-1
/
+2
*
Further reduce the header footprint of Process.h
Zachary Turner
2015-03-03
1
-0
/
+1
*
Fix FileSpec::GetPath to return null-terminated strings
Ilia K
2015-02-27
1
-1
/
+1
*
Add qModuleInfo request in order to get module information (uuid, triple,..) ...
Oleksiy Vyalov
2015-02-25
1
-0
/
+18
*
Create ScopedTimeout class for GDBRemoteCommunication
Tamas Berghammer
2015-02-24
1
-9
/
+5
*
Fix the communication in qPlatform_[mkdir,chmod]
Tamas Berghammer
2015-02-23
1
-11
/
+15
*
Separate monolithic GDBRemoteCommunicationServer class into 4 part
Tamas Berghammer
2015-02-11
1
-2
/
+2
*
Add support for SBProcess::PutSTDIN to remote processes
Vince Harron
2015-02-06
1
-0
/
+15
*
Extend SBPlatform with capability to launch/terminate a process remotely. Int...
Oleksiy Vyalov
2015-02-04
1
-8
/
+11
*
Add missing switch cases to silence warnings.
Chaoren Lin
2015-02-03
1
-0
/
+1
*
This patch gets remote-linux platform able to run processes
Vince Harron
2015-01-21
1
-1
/
+5
*
Moved Args::StringToXIntYZ to StringConvert::ToXIntYZ
Vince Harron
2015-01-15
1
-22
/
+23
*
Added a bit of logging around GDBRemoteCommunicationClient::SendGDBStoppointT...
Todd Fiala
2014-10-09
1
-0
/
+5
*
Move ConnectionFileDescriptor to platform-specific Host directory.
Zachary Turner
2014-10-06
1
-1
/
+1
*
Hex encode the triple values in case they contain special characters.
Greg Clayton
2014-09-18
1
-2
/
+11
*
Properly decode architecture type in GDBRemoteCommunicationClient::GetCurrent...
Todd Fiala
2014-09-15
1
-1
/
+21
*
Check for byte order correctness in GDBRemoteCommunicationClient::GetCurrentP...
Todd Fiala
2014-09-15
1
-4
/
+14
*
Set the process vendor in GDBRemoteCommunicationClient::GetCurrentProcessInfo.
Todd Fiala
2014-09-05
1
-0
/
+1
*
Fix llgs to send triple for non-Apple platforms and lldb to interpret correctly.
Todd Fiala
2014-08-26
1
-1
/
+16
*
Move some Host logic into HostInfo class.
Zachary Turner
2014-08-19
1
-1
/
+2
*
Change the encoding of the Triple string exchanged across GDB-RSP
Matthew Gardiner
2014-08-01
1
-9
/
+2
*
Increase the gdb-remote packet timeout for the first packet we send
Jason Molenda
2014-07-24
1
-1
/
+11
*
Update lldb to track recent Triple arm64 enum removal and collapse into aarch64.
Todd Fiala
2014-07-23
1
-3
/
+3
*
Fix typos.
Bruce Mitchener
2014-07-01
1
-5
/
+5
*
Add lldb-gdbserver support for Linux x86_64.
Todd Fiala
2014-06-30
1
-0
/
+5
*
lldb: remove adhoc implementation of array_sizeof
Saleem Abdulrasool
2014-06-27
1
-2
/
+3
*
Added an option to turn OFF the "detach on error" behavior that was added
Jim Ingham
2014-06-25
1
-0
/
+19
*
Fix a gdbremote bug in _M/_m stub support detection.
Todd Fiala
2014-06-21
1
-2
/
+6
*
Remove unused variables
Saleem Abdulrasool
2014-06-13
1
-10
/
+4
*
Initial merge of some of the iOS 8 / Mac OS X Yosemite specific
Jason Molenda
2014-06-13
1
-0
/
+19
*
iOS simulator cleanup to make sure we use "*-apple-ios" for iOS simulator app...
Greg Clayton
2014-05-29
1
-1
/
+2
*
Fix Windows warnings.
Todd Fiala
2014-05-28
1
-1
/
+1
*
lldb: gdb remote support always falls back to $qC when no $qProcessInfo.
Todd Fiala
2014-05-14
1
-15
/
+12
*
Modify debugserver to follow gdb remote $qC protocol definition.
Todd Fiala
2014-05-07
1
-5
/
+50
*
Add GetxPacketSupported to test if the 'x' packet is supported.
Jason Molenda
2014-05-06
1
-0
/
+20
*
m_interrupt_sent wasn't being initialized, and wasn't being reset after an
Jim Ingham
2014-04-16
1
-0
/
+3
*
sanitise sign comparisons
Saleem Abdulrasool
2014-04-02
1
-1
/
+1
*
lldb arm64 import.
Jason Molenda
2014-03-29
1
-0
/
+149
*
Wait for the reply from the 'D' detach packet before tearing down the debugge...
Jim Ingham
2014-03-28
1
-2
/
+4
*
Add ProcessGDBRemote::GetAuxvData() and fix multiple-packet concatenation for...
Steve Pucci
2014-03-04
1
-6
/
+18
*
remove useless declaration
Sylvestre Ledru
2014-02-26
1
-2
/
+0
*
Patch for fixing the handling of hardware breakpoints.
Deepak Panickal
2014-02-24
1
-16
/
+18
*
Improved the GDBRemoteCommunicationClient::TestPacketSpeed() function so it t...
Greg Clayton
2014-02-21
1
-32
/
+68
*
Change DecodeProcessInfoResponse to set the ProcessInfo's architecture
Jason Molenda
2014-01-27
1
-0
/
+31
*
Support for debugging against a remote stock gdbserver.
Steve Pucci
2014-01-25
1
-1
/
+146
*
Added distribution info to ArchSpec and qHostInfo message.
Todd Fiala
2014-01-18
1
-1
/
+11
*
Workaround QEMU GDB server issue.
Ed Maste
2013-12-18
1
-0
/
+8
[next]