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
...
*
Set the signals based on the OS in the qHostInfo packet
Tamas Berghammer
2015-03-04
1
-1
/
+1
*
Further reduce header footprint of Debugger.h.
Zachary Turner
2015-03-04
1
-0
/
+2
*
Fix errors building on linux.
Zachary Turner
2015-03-03
1
-0
/
+1
*
Further reduce the header footprint of Process.h
Zachary Turner
2015-03-03
3
-0
/
+3
*
Fix FileSpec::GetPath to return null-terminated strings
Ilia K
2015-02-27
1
-1
/
+1
*
Increase default packet timeout for android to 20s
Tamas Berghammer
2015-02-26
1
-0
/
+9
*
Add qModuleInfo request in order to get module information (uuid, triple,..) ...
Oleksiy Vyalov
2015-02-25
4
-1
/
+96
*
Fix logging in GDBRemoteCommunicationServerPlatform.
Oleksiy Vyalov
2015-02-25
1
-3
/
+3
*
Fix qLaunchGDBServer packet parsing in GDBRemoteCommunicationServerPlatform.
Oleksiy Vyalov
2015-02-24
1
-2
/
+2
*
Create ScopedTimeout class for GDBRemoteCommunication
Tamas Berghammer
2015-02-24
4
-27
/
+48
*
Fix the communication in qPlatform_[mkdir,chmod]
Tamas Berghammer
2015-02-23
2
-19
/
+25
*
Prevent LLGS from crashing when exiting - make NativeProcessLinux to wait un...
Oleksiy Vyalov
2015-02-19
1
-0
/
+7
*
Fix warning that not all control-paths return from function.
Zachary Turner
2015-02-18
1
-1
/
+1
*
Merge lldb-platform and lldb-gdbserver into a single binary
Tamas Berghammer
2015-02-18
1
-2
/
+7
*
Remove alias template from GDBRemoteCommunicationServerCommon
Tamas Berghammer
2015-02-18
1
-5
/
+2
*
Send default register number instead of GDB register number in StopReplyPacket.
Chaoren Lin
2015-02-17
1
-19
/
+5
*
Fix small assignment mistake.
Chaoren Lin
2015-02-17
1
-2
/
+2
*
Fix TestProcessIO.py when run against a remote target
Vince Harron
2015-02-13
3
-34
/
+32
*
Fix windows build (broken by r228823)
Tamas Berghammer
2015-02-11
1
-0
/
+3
*
Separate monolithic GDBRemoteCommunicationServer class into 4 part
Tamas Berghammer
2015-02-11
14
-4945
/
+4957
*
Fix 'process launch -i' for remote processes
Vince Harron
2015-02-10
1
-22
/
+28
*
Make lldb-platform to clear m_process_launch_info when hanlding qProcessInfo ...
Oleksiy Vyalov
2015-02-06
1
-0
/
+1
*
Add support for SBProcess::PutSTDIN to remote processes
Vince Harron
2015-02-06
5
-0
/
+84
*
Fix warning about the use of mktemp and make platform agnostic by adding and ...
Oleksiy Vyalov
2015-02-05
1
-25
/
+11
*
Extend SBPlatform with capability to launch/terminate a process remotely. Int...
Oleksiy Vyalov
2015-02-04
3
-31
/
+42
*
Fix TestThreadStepOut on Linux with LLGS
Chaoren Lin
2015-02-03
1
-4
/
+0
*
Add missing switch cases to silence warnings.
Chaoren Lin
2015-02-03
3
-9
/
+13
*
Implement setting and clearing watchpoints.
Chaoren Lin
2015-02-03
5
-70
/
+156
*
Moving header files from source/Host/common to proper location.
Chaoren Lin
2015-02-03
2
-4
/
+4
*
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
[prev]
[next]