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
/
tools
/
debugserver
/
source
/
RNBRemote.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
When supplying memory to expedite the unwinds in the T packet,
Jason Molenda
2015-12-12
1
-1
/
+1
*
[debugserver] Fix OSX build for older XCode versions after r251091.
Dawn Perchik
2015-10-24
1
-0
/
+4
*
[debugserver] Fix indentation in RNBRemote.cpp.
Dawn Perchik
2015-10-24
1
-77
/
+77
*
Remove some tabs that snuck into debugserver-entitlements.plist, etc.
Jason Molenda
2015-10-23
1
-2
/
+0
*
Upstreaming the apple internal changes that accumulated during the
Jason Molenda
2015-10-23
1
-6
/
+241
*
Fix typos.
Bruce Mitchener
2015-09-22
1
-1
/
+1
*
A partner to the cleanup in r247741, change the variables names in
Jason Molenda
2015-09-15
1
-10
/
+10
*
Clean up register naming conventions inside lldb.
Jason Molenda
2015-09-15
1
-2
/
+2
*
Have debugserver send the OS version string plus
Jason Molenda
2015-08-12
1
-0
/
+15
*
Fix build of lldb on Mavericks after svn rev.243511.
Dawn Perchik
2015-07-31
1
-2
/
+2
*
When debugserver fails to attach to a process on a Darwin
Jason Molenda
2015-07-29
1
-6
/
+60
*
Fix the variable used to reply to the qGDBServerVersion
Jason Molenda
2015-07-22
1
-1
/
+1
*
Fix warnings.
Bruce Mitchener
2015-07-22
1
-12
/
+13
*
More packet performance improvements.
Greg Clayton
2015-07-17
1
-47
/
+52
*
Only include the stack memory for the caller stack
Jason Molenda
2015-07-16
1
-3
/
+3
*
Added the ability to get JSON thread stop info with thread ID and stop info o...
Greg Clayton
2015-07-15
1
-62
/
+109
*
Add a another packet to the gdb-remote protocol,
Jason Molenda
2015-07-10
1
-0
/
+46
*
Fix debugserver build after someone moved StrintExtractor.h.
Greg Clayton
2015-07-07
1
-1
/
+1
*
More packet reduction when debugging with GDB server.
Greg Clayton
2015-06-29
1
-0
/
+19
*
Resubmitting 240466 after fixing the linux test suite failures.
Greg Clayton
2015-06-25
1
-6
/
+193
*
Implement the "qSymbol" packet in order to be able to read queue information ...
Greg Clayton
2015-06-23
1
-10
/
+228
*
Revert "Reduced packet counts to the remote GDB server where possible."
Chaoren Lin
2015-06-23
1
-193
/
+6
*
Reduced packet counts to the remote GDB server where possible.
Greg Clayton
2015-06-22
1
-6
/
+193
*
Add a new wart, I mean feature, on to gdb-remote protocol: compression.
Jason Molenda
2015-06-18
1
-5
/
+280
*
Make the function that parses the json packets in debugserver
Jason Molenda
2015-06-04
1
-5
/
+17
*
Add '+' sign at the end of echo message for debugserver
Ying Chen
2015-05-29
1
-1
/
+1
*
Add a new "qEcho" packet with the following format:
Greg Clayton
2015-05-29
1
-1
/
+12
*
Added XML to the host layer.
Greg Clayton
2015-05-26
1
-22
/
+413
*
qProcessInfo was not correctly detecting the sysctl value for "hw.cpu64bit_ca...
Greg Clayton
2015-05-07
1
-4
/
+2
*
Fix debugserver warnings on MacOSX.
Greg Clayton
2015-03-09
1
-36
/
+39
*
Fix unused-variable warnings from the clang static analyzer.
Jason Molenda
2014-10-15
1
-2
/
+2
*
Increase the gdb-remote packet timeout for the first packet we send
Jason Molenda
2014-07-24
1
-0
/
+19
*
__arm64__ and __aarch64__ #ifdef adjustments
Todd Fiala
2014-07-09
1
-2
/
+2
*
Make sure that qProcessInfo packet returns correct cpu type/subtype for proce...
Greg Clayton
2014-07-08
1
-12
/
+17
*
Fix typos.
Bruce Mitchener
2014-07-01
1
-6
/
+6
*
Add lldb-gdbserver support for Linux x86_64.
Todd Fiala
2014-06-30
1
-0
/
+1
*
Fix a few typos.
Bruce Mitchener
2014-06-27
1
-3
/
+3
*
Added an option to turn OFF the "detach on error" behavior that was added
Jim Ingham
2014-06-25
1
-0
/
+19
*
Initial merge of some of the iOS 8 / Mac OS X Yosemite specific
Jason Molenda
2014-06-13
1
-0
/
+334
*
iOS simulator cleanup to make sure we use "*-apple-ios" for iOS simulator app...
Greg Clayton
2014-05-29
1
-1
/
+55
*
Add support for gdb remote $X stop notification.
Todd Fiala
2014-05-19
1
-1
/
+1
*
Modify debugserver to follow gdb remote $qC protocol definition.
Todd Fiala
2014-05-07
1
-5
/
+11
*
Add a simple qSupported packet, fix a bug in decode_binary_data(),
Jason Molenda
2014-05-06
1
-8
/
+103
*
Fixed an issue where we would try to interrupt a process while it is in the p...
Greg Clayton
2014-04-24
1
-5
/
+6
*
lldb arm64 import.
Jason Molenda
2014-03-29
1
-6
/
+79
*
Wait for the reply from the 'D' detach packet before tearing down the debugge...
Jim Ingham
2014-03-28
1
-2
/
+10
*
Since lldb version doesn’t have to be a valid floating point literal, like ...
Todd Fiala
2014-03-13
1
-1
/
+1
*
Add support for the qSpeedTest packet so we can test packet speeds and data t...
Greg Clayton
2014-02-21
1
-1
/
+24
*
Don’t leak memory when reading memory and we do an early return for error c...
Greg Clayton
2014-02-11
1
-4
/
+3
*
Change RNBRemote::HandlePacket_m() to store the packet on the heap
Jason Molenda
2014-02-11
1
-1
/
+6
[prev]
[next]