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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Introduce chrono to more gdb-remote functions
Pavel Labath
2016-11-24
1
-2
/
+3
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-33
/
+27
*
Fix Clang-tidy modernize-use-override warnings in some files in source/Plugin...
Eugene Zelenko
2015-10-24
1
-6
/
+2
*
Introduce a MainLoop class and switch llgs to use it
Pavel Labath
2015-07-13
1
-1
/
+1
*
Move several plugin to its own namespace
Tamas Berghammer
2015-03-31
1
-6
/
+12
*
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
1
-496
/
+12
*
Add support for SBProcess::PutSTDIN to remote processes
Vince Harron
2015-02-06
1
-0
/
+3
*
Implement setting and clearing watchpoints.
Chaoren Lin
2015-02-03
1
-0
/
+3
*
Moving header files from source/Host/common to proper location.
Chaoren Lin
2015-02-03
1
-1
/
+1
*
Add D request handler to GDBRemoteCommunicationServer in order to support det...
Oleksiy Vyalov
2014-12-10
1
-0
/
+3
*
Fix one more [-Werror,-Winconsistent-missing-override] error.
Eric Christopher
2014-11-04
1
-1
/
+1
*
llgs: fixes to PTY/gdb-remote inferior stdout/stderr handling, logging addtions.
Todd Fiala
2014-10-11
1
-4
/
+3
*
llgs: removed some wait-for-stop code in inferior process launch pipeline.
Todd Fiala
2014-09-18
1
-2
/
+2
*
llgs: implement qThreadStopInfo.
Todd Fiala
2014-09-10
1
-0
/
+3
*
llgs: add proper exec support for Linux.
Todd Fiala
2014-08-28
1
-0
/
+6
*
Add $vAttach support to llgs.
Todd Fiala
2014-07-29
1
-0
/
+3
*
Add lldb-gdbserver support for Linux x86_64.
Todd Fiala
2014-06-30
1
-6
/
+192
*
Added an option to turn OFF the "detach on error" behavior that was added
Jim Ingham
2014-06-25
1
-0
/
+3
*
Modified GDBProcessCommunicationServer to launch via the platform.
Todd Fiala
2014-01-28
1
-1
/
+5
*
Added reaper for commandline-launched processes.
Todd Fiala
2014-01-24
1
-5
/
+39
*
Move process launching into GDBRemoteCommunicationServer.
Todd Fiala
2014-01-23
1
-0
/
+29
*
Fixed the GDBRemoteCommuncation to return a new GDBRemoteCommuncation::Packet...
Greg Clayton
2013-12-06
1
-38
/
+38
*
Fixed functions to always reply to packets and added a port offset.
Greg Clayton
2013-11-22
1
-0
/
+7
*
Added new options to lldb-platform:
Greg Clayton
2013-11-21
1
-21
/
+68
*
Expose SBPlatform through the public API.
Greg Clayton
2013-11-20
1
-2
/
+14
*
merge lldb-platform-work branch (and assorted fixes) into trunk
Daniel Malea
2013-08-26
1
-2
/
+73
*
Improved the packet throughput when debugging with GDB remote by over 3x on
Greg Clayton
2011-06-17
1
-1
/
+1
*
Moved the execution context that was in the Debugger into
Greg Clayton
2011-04-12
1
-2
/
+48
*
Added a speed test to the GDBRemoteCommunicationClient and
Greg Clayton
2011-04-04
1
-0
/
+3
*
Many improvements to the Platform base class and subclasses. The base Platform
Greg Clayton
2011-03-30
1
-3
/
+26
*
Did a lot more work on abtracting and organizing the platforms.
Greg Clayton
2011-03-24
1
-6
/
+10
*
Added new platform commands:
Greg Clayton
2011-03-23
1
-1
/
+3
*
Split the GDBRemoteCommunication class into three classes:
Greg Clayton
2011-03-22
1
-0
/
+69