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
...
*
Do some minor renames of "Mac OS X" to "macOS".
Jason Molenda
2016-06-23
1
-2
/
+2
*
Allow installing watchpoints at less than 8-byte alligned addresses for AArch...
Omair Javaid
2016-06-16
1
-1
/
+2
*
On MacOSX, the threads can appear out of order at times depending on the orde...
Greg Clayton
2016-06-10
1
-1
/
+1
*
Don't remove PIE executables when using svr4 packets
Francis Ricci
2016-06-06
1
-4
/
+3
*
Implement ProcessInfo::Dump(), log gdb-remote stub launch
Todd Fiala
2016-05-31
1
-2
/
+9
*
fix up lldb-server platform on Apple hosts
Todd Fiala
2016-05-27
1
-0
/
+3
*
second pass over removal of Mutex and Condition
Saleem Abdulrasool
2016-05-19
1
-7
/
+9
*
Fix error propagation from the Z0 packet in gdb-remote breakpoint setting.
Jim Ingham
2016-05-19
1
-3
/
+17
*
remove use of Mutex in favour of std::{,recursive_}mutex
Saleem Abdulrasool
2016-05-18
10
-167
/
+164
*
Fix a few -Wformat-pedantic warnings
Saleem Abdulrasool
2016-05-15
1
-1
/
+1
*
Fix a race in ProcessGDBRemote::MonitorDebugServerProcess
Pavel Labath
2016-05-12
2
-69
/
+42
*
Generalize child process monitoring functions
Pavel Labath
2016-05-11
4
-38
/
+18
*
Use absolute module path when possible if sent in svr4 packets
Francis Ricci
2016-04-27
1
-8
/
+1
*
Maintain register numbering across xml include features
Francis Ricci
2016-04-25
1
-6
/
+7
*
Properly unload modules from target image list when using svr4 packets
Francis Ricci
2016-04-25
1
-2
/
+24
*
Use Process Plugin register indices when communicating with remote
Francis Ricci
2016-04-25
2
-8
/
+9
*
Reset continue_after_async only if neither SIGINIT nor SIGSTOP received.
Oleksiy Vyalov
2016-04-08
1
-4
/
+5
*
In GDBRemoteCommunicationClient::GetHostInfo, don't set the
Jason Molenda
2016-04-07
1
-14
/
+0
*
Revert "Reduce code duplication in ProcessGDBRemote"
Pavel Labath
2016-04-07
2
-20
/
+39
*
Reduce code duplication in ProcessGDBRemote
Pavel Labath
2016-04-06
2
-39
/
+20
*
Fix a cornercase in breakpoint reporting
Pavel Labath
2016-04-06
1
-0
/
+17
*
Allow gdbremote process to read modules from memory
Stephane Sezer
2016-04-05
2
-19
/
+14
*
Fixed an issue that could cause debugserver to return two stop reply packets ...
Greg Clayton
2016-04-01
2
-4
/
+36
*
Change over the broadcaster/listener process to hold shared or weak pointers
Jim Ingham
2016-03-07
3
-18
/
+18
*
Fix all of the unannotated switch cases to annotate the fall through or do th...
Greg Clayton
2016-02-26
1
-27
/
+25
*
Make sure code that is in the middle of figuring out the correct architecture
Jim Ingham
2016-02-18
2
-21
/
+32
*
Add -Wimplicit-fallthrough command line option to clang in
Jason Molenda
2016-02-16
3
-4
/
+4
*
Pass socket scheme as part of debug server listen URL.
Oleksiy Vyalov
2016-02-03
1
-0
/
+1
*
Fix single-stepping onto a breakpoint
Pavel Labath
2016-02-02
1
-12
/
+3
*
Set correct ThreadStopInfo in case of trace event
Abhishek Aggarwal
2016-02-01
1
-1
/
+21
*
Remove autoconf support from source directories.
Eugene Zelenko
2016-01-28
1
-14
/
+0
*
A while back in revison 244716 we added support for getting the host OS versi...
Greg Clayton
2016-01-28
1
-1
/
+2
*
Add a small refinement to the qSymbol:: support in lldb.
Jason Molenda
2016-01-13
2
-1
/
+48
*
Increase use of svr4 packets to improve performance on POSIX remotes
Stephane Sezer
2016-01-12
2
-122
/
+19
*
Changes to lldb and debugserver to reduce extraneous memory reads
Jason Molenda
2016-01-12
4
-19
/
+152
*
Change the key name for the libdispatch queue serial number from
Jason Molenda
2016-01-08
1
-12
/
+12
*
Make sure we don't send qModuleInfo packets unnecessarily.
Stephane Sezer
2016-01-08
2
-1
/
+13
*
Strip trailing whitespace
Ed Maste
2016-01-04
1
-144
/
+144
*
The lldb side changes to go along with r255711 where a new
Jason Molenda
2015-12-18
6
-0
/
+144
*
Fix MSVC build after rL255016
Tamas Berghammer
2015-12-08
1
-2
/
+4
*
Modify "platform connect" to connect to processes as well
Tamas Berghammer
2015-12-08
6
-66
/
+183
*
Fill in the generic register kind if in AugmentRegisterInfoViaABI if it is av...
Greg Clayton
2015-12-04
1
-4
/
+9
*
Improve the functionality of JSONNumber
Tamas Berghammer
2015-12-04
1
-1
/
+1
*
[LLDB][MIPS] fix watchpoint searched on client side for same masked variables
Mohit K. Bhakkad
2015-12-02
1
-3
/
+6
*
[LLGS] Don't forward I/O when process is stopped
Pavel Labath
2015-11-27
2
-28
/
+45
*
Prevent ProcessGDBRemote from launching local debug server in case of remote ...
Oleksiy Vyalov
2015-11-23
2
-36
/
+31
*
Avoid sending bare '*' and '}' in an lldb-server packet
Tim Northover
2015-11-09
1
-0
/
+1
*
Make lldb::endian::InlHostByteOrder() private.
Bruce Mitchener
2015-11-07
3
-12
/
+12
*
Use Process::IsAlive instead of just checking for eStateExited.
Jason Molenda
2015-11-05
1
-4
/
+4
*
GDBRemoteCommunicationClient::SendEnvironmentPacket should use the hex-encoded
Jason Molenda
2015-11-05
1
-0
/
+1
[prev]
[next]