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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Share crash information between LLGS and local POSIX debugging with
Chaoren Lin
2015-02-03
2
-33
/
+37
*
Added support for writing registers larger than 64 bits
Chaoren Lin
2015-02-03
1
-5
/
+9
*
Launch lldb-gdbserver in same process group when launched remotely using lldb...
Oleksiy Vyalov
2015-01-28
3
-4
/
+13
*
Fixing TestRegisters on Linux with LLGS
Vince Harron
2015-01-23
1
-5
/
+5
*
This patch gets remote-linux platform able to run processes
Vince Harron
2015-01-21
4
-4
/
+21
*
Moved Args::StringToXIntYZ to StringConvert::ToXIntYZ
Vince Harron
2015-01-15
4
-44
/
+48
*
Extend PipePosix with support for named pipes/timeout-based IO and integrate ...
Oleksiy Vyalov
2015-01-14
1
-3
/
+2
*
Extend PipePosix with support for named pipes/timeout-based IO and integrate ...
Oleksiy Vyalov
2015-01-13
1
-18
/
+36
*
Add D request handler to GDBRemoteCommunicationServer in order to support det...
Oleksiy Vyalov
2014-12-10
2
-1
/
+73
*
Add Linux support for HostInfo::GetOSBuildString and HostInfo::GetOSKernelDes...
Oleksiy Vyalov
2014-12-09
1
-2
/
+0
*
Revert "Use timeout when reading debugserver's port from a named pipe."
Zachary Turner
2014-12-04
1
-55
/
+12
*
Use timeout when reading debugserver's port from a named pipe.
Oleksiy Vyalov
2014-12-03
1
-12
/
+55
*
for Oleksiy Vyalov - Redirect stdin, stdout and stderr to /dev/null when laun...
Shawn Best
2014-11-05
1
-2
/
+6
*
Fix one more [-Werror,-Winconsistent-missing-override] error.
Eric Christopher
2014-11-04
1
-1
/
+1
*
Fix a bunch of [-Werror,-Winconsistent-missing-override] errors.
Eric Christopher
2014-11-04
1
-42
/
+42
*
The change previously committed as 220983 broke large binary memory reads. I ...
Greg Clayton
2014-11-03
1
-58
/
+55
*
commit on behalf of Oleksiy Vyalov Fix junk content handling within GDBRemote...
Shawn Best
2014-10-31
1
-55
/
+58
*
llgs: fixes to PTY/gdb-remote inferior stdout/stderr handling, logging addtions.
Todd Fiala
2014-10-11
3
-21
/
+122
*
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
4
-4
/
+4
*
Enable llgs to build against experimental Android AOSP lldb/llvm/clang/compil...
Todd Fiala
2014-09-27
1
-1
/
+0
*
Fix up the HostThread interface, making the interface simpler.
Zachary Turner
2014-09-23
2
-21
/
+10
*
Test suite runs better again after recent fixes that would select a platform ...
Greg Clayton
2014-09-19
1
-1
/
+1
*
llgs: removed some wait-for-stop code in inferior process launch pipeline.
Todd Fiala
2014-09-18
2
-31
/
+8
*
Hex encode the triple values in case they contain special characters.
Greg Clayton
2014-09-18
2
-5
/
+17
*
Add better logging for the "$vFile:pwrite:" packet so we can show binary data...
Greg Clayton
2014-09-18
1
-5
/
+33
*
use std::atomic<> to protect variables being accessed by multiple threads
Todd Fiala
2014-09-15
1
-1
/
+1
*
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
*
llgs: fix thread names broken by recent native thread changes.
Todd Fiala
2014-09-12
1
-6
/
+6
*
llgs: fix Ctrl-C inferior interrupt handling to do the right thing.
Todd Fiala
2014-09-11
1
-4
/
+2
*
llgs: implement qThreadStopInfo.
Todd Fiala
2014-09-10
2
-2
/
+27
*
Create a HostThread abstraction.
Zachary Turner
2014-09-09
4
-42
/
+23
*
remove a couple of default cases from switches
Saleem Abdulrasool
2014-09-08
1
-5
/
+11
*
Set the process vendor in GDBRemoteCommunicationClient::GetCurrentProcessInfo.
Todd Fiala
2014-09-05
1
-0
/
+1
*
Consolidate UnixSignals setting/getting in Process.
Todd Fiala
2014-08-29
2
-17
/
+5
*
Add arbitrary command line flags to llgs/debugserver startup for local debugg...
Todd Fiala
2014-08-29
1
-1
/
+19
*
llgs: add proper exec support for Linux.
Todd Fiala
2014-08-28
2
-0
/
+29
*
Fix llgs to send triple for non-Apple platforms and lldb to interpret correctly.
Todd Fiala
2014-08-26
2
-3
/
+24
*
Fixes a few more places where we were manually setting the filename.
Zachary Turner
2014-08-21
1
-1
/
+1
*
Two small fixes to get Mac native + debugserver working after the
Jason Molenda
2014-08-21
1
-1
/
+1
*
Move GetUsername and GetGroupname to HostInfoPosix
Zachary Turner
2014-08-21
1
-2
/
+6
*
Move Host::GetLLDBPath to HostInfo.
Zachary Turner
2014-08-21
1
-3
/
+4
*
Move Host::GetArchitecture to HostInfo::GetArchitecture.
Zachary Turner
2014-08-20
1
-1
/
+1
*
Move some Host logic into HostInfo class.
Zachary Turner
2014-08-19
2
-6
/
+11
*
Move FileSystem functions out of Host and into their own classes.
Zachary Turner
2014-08-15
3
-11
/
+13
*
Refactor FileAction out of ProcessLaunchInfo.
Zachary Turner
2014-08-14
2
-7
/
+8
*
Creates a socket host object.
Zachary Turner
2014-08-06
1
-2
/
+2
*
Change ProcessGDBRemote::DidLaunchOrAttach to
Jason Molenda
2014-08-03
1
-2
/
+2
*
After you attach, give the process plugin a chance to report back (through
Jim Ingham
2014-08-02
2
-14
/
+18
[next]