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
/
GDBRemoteCommunicationServerLLGS.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove platform plugins from lldb-server
Pavel Labath
2016-06-29
1
-5
/
+1
*
remove use of Mutex in favour of std::{,recursive_}mutex
Saleem Abdulrasool
2016-05-18
1
-21
/
+20
*
Add -Wimplicit-fallthrough command line option to clang in
Jason Molenda
2016-02-16
1
-2
/
+2
*
Improve the functionality of JSONNumber
Tamas Berghammer
2015-12-04
1
-1
/
+1
*
[LLGS] Don't forward I/O when process is stopped
Pavel Labath
2015-11-27
1
-27
/
+42
*
[lldb-server] Send PC of every thread along in the stop-reply packet
Pavel Labath
2015-10-26
1
-14
/
+14
*
lldb-server: add support for binary memory reads
Pavel Labath
2015-10-14
1
-5
/
+15
*
Clean up register naming conventions inside lldb.
Jason Molenda
2015-09-15
1
-1
/
+1
*
A messy bit of cleanup: Move towards more descriptive names
Jason Molenda
2015-08-15
1
-2
/
+2
*
Fix LLGS to enable read type watchpoints
Omair Javaid
2015-08-12
1
-5
/
+4
*
[LLGS] Spawned process handling cleanup
Pavel Labath
2015-07-29
1
-91
/
+26
*
[LLGS] Avoid bogus error message on process termination
Pavel Labath
2015-07-28
1
-15
/
+10
*
Add jstopinfo support to llgs
Pavel Labath
2015-07-23
1
-63
/
+114
*
[NativeProcessLinux] Integrate MainLoop
Pavel Labath
2015-07-21
1
-15
/
+2
*
[LLGS] Get rid of the stdio forwarding thread
Pavel Labath
2015-07-21
1
-58
/
+58
*
[LLGS] Limit jThreadsInfo to only the most important registers for now
Pavel Labath
2015-07-17
1
-5
/
+20
*
Add jThreadsInfo support to lldb-server
Pavel Labath
2015-07-16
1
-28
/
+167
*
Revert "[NativeProcessLinux] Integrate MainLoop"
Pavel Labath
2015-07-16
1
-2
/
+15
*
[NativeProcessLinux] Integrate MainLoop
Pavel Labath
2015-07-15
1
-15
/
+2
*
Introduce a MainLoop class and switch llgs to use it
Pavel Labath
2015-07-13
1
-3
/
+57
*
Avoid going through Platform when creating a NativeProcessProtocol instance
Pavel Labath
2015-07-09
1
-2
/
+2
*
Revert r241672, which breaks the OS X build by introducing a dependency on
Sean Callanan
2015-07-08
1
-2
/
+2
*
Avoid going through Platform when creating a NativeProcessProtocol instance
Pavel Labath
2015-07-08
1
-2
/
+2
*
Fetch object file load address if it isn't specified by the linker
Tamas Berghammer
2015-06-18
1
-0
/
+31
*
Refactor many file functions to use FileSpec over strings.
Chaoren Lin
2015-05-29
1
-4
/
+4
*
Make log options uniform betwwen lldb-platform and lldb-gdbserver
Tamas Berghammer
2015-05-27
1
-6
/
+2
*
Fix a few compile warnings
Ilia K
2015-05-15
1
-2
/
+2
*
Remove trap code from disassembly.
Chaoren Lin
2015-04-29
1
-5
/
+5
*
Fixed remote failures in TestCPP11EnumTypes, probably others
Vince Harron
2015-04-15
1
-0
/
+5
*
Move several plugin to its own namespace
Tamas Berghammer
2015-03-31
1
-23
/
+24
*
Fetch module specification from remote process also
Tamas Berghammer
2015-03-24
1
-0
/
+17
*
Don't close pseudo terminal master file descriptor on EOF
Tamas Berghammer
2015-03-19
1
-0
/
+1
*
Remove unused handler registreation from GDBRemoteCommunicationServerLLGS
Tamas Berghammer
2015-03-17
1
-2
/
+0
*
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
1
-0
/
+1
*
Prevent LLGS from crashing when exiting - make NativeProcessLinux to wait un...
Oleksiy Vyalov
2015-02-19
1
-0
/
+7
*
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
1
-28
/
+29
*
Separate monolithic GDBRemoteCommunicationServer class into 4 part
Tamas Berghammer
2015-02-11
1
-0
/
+2742