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
*
__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
*
If we fail to attach, return an error rather than returning the success or fa...
Jim Ingham
2014-02-04
1
-1
/
+3
*
Switch local launching of debugserver over to always use a FIFO in order to h...
Greg Clayton
2013-12-04
1
-1
/
+0
*
<rdar://problem/15172417>
Greg Clayton
2013-11-13
1
-0
/
+84
*
Fixed up registers in debugserver.
Greg Clayton
2013-11-09
1
-432
/
+146
*
Fix a few errors found when building lldb with newer versions of clang.
Jason Molenda
2013-10-05
1
-2
/
+2
*
Update RNBRemote to handle the new pseudo_regs field added to DNBRegisterInfo
Jason Molenda
2013-10-01
1
-9
/
+14
*
Add a new qGDBServerVersion packet so lldb can query
Jason Molenda
2013-10-01
1
-0
/
+14
*
If debugserver fails to interrogate the inferior process CPU type
Jason Molenda
2013-06-25
1
-1
/
+35
*
Huge performance improvements when one breakpoint contains many locations.
Greg Clayton
2013-06-12
1
-113
/
+19
*
<rdar://problem/13892516>
Greg Clayton
2013-05-21
1
-3
/
+18
*
Remove a bit of code duplication in RNBRemote::HandlePacket_qProcessInfo -
Jason Molenda
2013-04-03
1
-11
/
+3
*
Fix another old usage of GetCurrentThread() to get a mach port
Jason Molenda
2013-04-03
1
-1
/
+1
*
Add two additional DNBLog's in places where we're about to kill
Jason Molenda
2013-03-23
1
-0
/
+1
*
Various fixes for armv7 floating point/vector register support.
Jason Molenda
2013-03-13
1
-59
/
+82
*
<rdar://problem/13338758>
Han Ming Ong
2013-03-04
1
-7
/
+35
*
<rdar://problem/12693921>
Greg Clayton
2013-02-14
1
-4
/
+4
*
Added support for the qCmd monitor packet command. Currently it can only do:
Greg Clayton
2013-02-02
1
-2
/
+130
*
Remove a compile time warning in RNBRemote::HandlePacket_qProcessInfo
Jason Molenda
2013-01-23
1
-2
/
+1
*
Change the container-regs kv pair in the qRegsiterInfo
Jason Molenda
2013-01-23
1
-1
/
+1
*
Changed the register number lists for the qRegisterInfo packet response to be...
Greg Clayton
2013-01-21
1
-1
/
+1
*
<rdar://problem/13020634>
Greg Clayton
2013-01-21
1
-0
/
+24
*
<rdar://problem/13019628>
Han Ming Ong
2013-01-16
1
-5
/
+5
*
Add a few other missing LOG_ types to set_logging() in RNBRemote.cpp;
Jason Molenda
2013-01-15
1
-10
/
+37
*
Recognize LOG_WATCHPOINTS in the QSetLogging gdb-remote packet.
Jason Molenda
2013-01-12
1
-0
/
+5
*
<rdar://problem/11961650>
Jason Molenda
2012-12-19
1
-17
/
+45
*
Add a new qProcessInfo packet to debugserver.
Jason Molenda
2012-12-18
1
-0
/
+79
*
<rdar://problem/12780259>
Han Ming Ong
2012-11-29
1
-4
/
+4
*
<rdar://problem/12720514> Sub-TLF: Provide service to profile the inferior
Han Ming Ong
2012-11-17
1
-0
/
+85
*
Stop using the "%z" size_t modifier and cast all size_t values to uint64_t. S...
Greg Clayton
2012-09-18
1
-1
/
+1
*
<rdar://problem/11935492>
Greg Clayton
2012-09-11
1
-0
/
+7
*
Add a call to "sync" a thread state before checkpointing registers in prepara...
Jim Ingham
2012-07-25
1
-0
/
+33
*
Add "vAttachOrWait" to debugserver, so you can implement "attach to the proce...
Jim Ingham
2012-07-20
1
-32
/
+54
[next]