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
/
ProcessGDBRemote.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
1
-39
/
+39
*
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
1
-68
/
+40
*
Generalize child process monitoring functions
Pavel Labath
2016-05-11
1
-12
/
+11
*
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
*
Revert "Reduce code duplication in ProcessGDBRemote"
Pavel Labath
2016-04-07
1
-17
/
+39
*
Reduce code duplication in ProcessGDBRemote
Pavel Labath
2016-04-06
1
-39
/
+17
*
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
1
-18
/
+12
*
Fixed an issue that could cause debugserver to return two stop reply packets ...
Greg Clayton
2016-04-01
1
-0
/
+2
*
Change over the broadcaster/listener process to hold shared or weak pointers
Jim Ingham
2016-03-07
1
-12
/
+12
*
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
1
-20
/
+31
*
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
*
Increase use of svr4 packets to improve performance on POSIX remotes
Stephane Sezer
2016-01-12
1
-119
/
+14
*
Changes to lldb and debugserver to reduce extraneous memory reads
Jason Molenda
2016-01-12
1
-1
/
+40
*
Change the key name for the libdispatch queue serial number from
Jason Molenda
2016-01-08
1
-12
/
+12
*
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
1
-0
/
+79
*
Fill in the generic register kind if in AugmentRegisterInfoViaABI if it is av...
Greg Clayton
2015-12-04
1
-4
/
+9
*
[LLDB][MIPS] fix watchpoint searched on client side for same masked variables
Mohit K. Bhakkad
2015-12-02
1
-3
/
+6
*
Prevent ProcessGDBRemote from launching local debug server in case of remote ...
Oleksiy Vyalov
2015-11-23
1
-36
/
+28
*
Make lldb::endian::InlHostByteOrder() private.
Bruce Mitchener
2015-11-07
1
-2
/
+2
*
Use Process::IsAlive instead of just checking for eStateExited.
Jason Molenda
2015-11-05
1
-4
/
+4
*
Let the process help figure out the Host OS if nobody else
Jim Ingham
2015-11-05
1
-0
/
+12
*
Fix a deadlock when connecting to a remote GDB server that might not support ...
Greg Clayton
2015-11-03
1
-16
/
+20
*
Revert r251167 in source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp to f...
Eugene Zelenko
2015-10-24
1
-32
/
+84
*
Fix Clang-tidy modernize-use-override warnings in some files in source/Plugin...
Eugene Zelenko
2015-10-24
1
-84
/
+32
*
Add domain socket support to gdb-remote protocol and lldb-server.
Oleksiy Vyalov
2015-10-21
1
-4
/
+11
*
Allow LLDB.framework to locate debugserver even when it doesn't exist in the ...
Greg Clayton
2015-10-19
1
-0
/
+1
*
Make uses of /dev/null portable across OSes.
Zachary Turner
2015-10-14
1
-3
/
+4
*
lldb-server: add support for binary memory reads
Pavel Labath
2015-10-14
1
-8
/
+2
*
[LLDB][MIPS] fix watchpoint searched on client side for same masked variables
Mohit K. Bhakkad
2015-10-09
1
-0
/
+2
*
Add an OperatingSystem plugin to support goroutines
Ryan Brown
2015-09-16
1
-0
/
+4
*
Clean up register naming conventions inside lldb.
Jason Molenda
2015-09-15
1
-10
/
+8
*
When lldb gets the register definitions from the response of a
Jason Molenda
2015-09-09
1
-4
/
+37
*
Fix deadlock while attaching to inferiors
Pavel Labath
2015-09-03
1
-148
/
+158
*
Have the Process hold a weak_ptr to the Target.
Zachary Turner
2015-09-01
1
-16
/
+17
*
Make ProcessGDBRemote get a //copy// of platform Unix signals.
Chaoren Lin
2015-09-01
1
-0
/
+6
*
A few small comment fixups with terminology "gcc" -> "eh_frame", "gdb" -> "st...
Jason Molenda
2015-09-01
1
-6
/
+6
*
Implement handling of `library:` keys in thread stop replies.
Stephane Sezer
2015-08-21
1
-0
/
+4
*
The llvm Triple for an armv6m now comes back as llvm::Triple::thumb.
Jason Molenda
2015-08-21
1
-4
/
+5
*
Understand absolute base addresses in ProcessGDBRemote::GetLoadedModuleList.
Stephane Sezer
2015-08-20
1
-7
/
+27
*
Fix some format strings in ProcessGDBRemote.cpp.
Stephane Sezer
2015-08-20
1
-2
/
+2
*
If the filename specified by plugin.process.gdb-remote.target-definition-file,
Jason Molenda
2015-08-20
1
-0
/
+5
[next]