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
/
GDBRemoteCommunicationServer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[NFC] Return llvm::StringRef from StringExtractor::GetStringRef.
Jonas Devlieghere
2019-08-21
1
-4
/
+3
*
[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)
Jonas Devlieghere
2019-07-24
1
-4
/
+3
*
Create a generic handler for Xfer packets
Antonio Afonso
2019-06-10
1
-0
/
+18
*
Have Stream::PutCStringAsRawHex8 take llvm::StringRef
Pavel Labath
2019-02-12
1
-1
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Remove header grouping comments.
Jonas Devlieghere
2018-11-11
1
-3
/
+0
*
Move StringExtractorGDBRemote.h to the include folder
Pavel Labath
2018-03-20
1
-1
/
+1
*
Adding Support for Error Strings in Remote Packets
Ravitheja Addepally
2017-07-12
1
-1
/
+25
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-1
/
+1
*
Introduce chrono to more gdb-remote functions
Pavel Labath
2016-11-24
1
-6
/
+3
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-86
/
+71
*
Convert some functions to use StringRef instead of c_str, len
Zachary Turner
2016-08-27
1
-3
/
+3
*
Introduce a MainLoop class and switch llgs to use it
Pavel Labath
2015-07-13
1
-1
/
+1
*
Add a new "qEcho" packet with the following format:
Greg Clayton
2015-05-29
1
-1
/
+1
*
Move several plugin to its own namespace
Tamas Berghammer
2015-03-31
1
-0
/
+1
*
Separate monolithic GDBRemoteCommunicationServer class into 4 part
Tamas Berghammer
2015-02-11
1
-4440
/
+15
*
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
1
-0
/
+44
*
Extend SBPlatform with capability to launch/terminate a process remotely. Int...
Oleksiy Vyalov
2015-02-04
1
-21
/
+29
*
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
1
-8
/
+11
*
Implement setting and clearing watchpoints.
Chaoren Lin
2015-02-03
1
-59
/
+125
*
Moving header files from source/Host/common to proper location.
Chaoren Lin
2015-02-03
1
-3
/
+3
*
Share crash information between LLGS and local POSIX debugging with
Chaoren Lin
2015-02-03
1
-32
/
+35
*
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
1
-0
/
+3
*
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
1
-1
/
+12
*
Moved Args::StringToXIntYZ to StringConvert::ToXIntYZ
Vince Harron
2015-01-15
1
-8
/
+9
*
Add D request handler to GDBRemoteCommunicationServer in order to support det...
Oleksiy Vyalov
2014-12-10
1
-1
/
+70
*
Add Linux support for HostInfo::GetOSBuildString and HostInfo::GetOSKernelDes...
Oleksiy Vyalov
2014-12-09
1
-2
/
+0
*
llgs: fixes to PTY/gdb-remote inferior stdout/stderr handling, logging addtions.
Todd Fiala
2014-10-11
1
-10
/
+45
*
Move ConnectionFileDescriptor to platform-specific Host directory.
Zachary Turner
2014-10-06
1
-1
/
+1
*
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
1
-29
/
+6
*
Hex encode the triple values in case they contain special characters.
Greg Clayton
2014-09-18
1
-3
/
+6
*
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
1
-2
/
+24
*
remove a couple of default cases from switches
Saleem Abdulrasool
2014-09-08
1
-5
/
+11
*
llgs: add proper exec support for Linux.
Todd Fiala
2014-08-28
1
-0
/
+23
*
Fix llgs to send triple for non-Apple platforms and lldb to interpret correctly.
Todd Fiala
2014-08-26
1
-2
/
+8
*
Move GetUsername and GetGroupname to HostInfoPosix
Zachary Turner
2014-08-21
1
-2
/
+6
*
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
1
-5
/
+9
*
Move FileSystem functions out of Host and into their own classes.
Zachary Turner
2014-08-15
1
-7
/
+8
*
Refactor FileAction out of ProcessLaunchInfo.
Zachary Turner
2014-08-14
1
-3
/
+4
*
Change the encoding of the Triple string exchanged across GDB-RSP
Matthew Gardiner
2014-08-01
1
-2
/
+2
*
Add $vAttach support to llgs.
Todd Fiala
2014-07-29
1
-0
/
+42
*
Update lldb to track recent Triple arm64 enum removal and collapse into aarch64.
Todd Fiala
2014-07-23
1
-1
/
+1
[next]