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
...
*
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
*
Ran the static analyzer on the codebase and found a few things.
Greg Clayton
2012-07-17
1
-17
/
+27
*
Fix an off by one error when handling a packet where our read buffer size tru...
Jim Ingham
2012-07-16
1
-2
/
+2
*
<rdar://problem/11782789> Changes to the watchpoint implementation on ARM so ...
Enrico Granata
2012-07-13
1
-0
/
+3
*
Spelling fixes.
Greg Clayton
2012-06-29
1
-1
/
+1
*
Add the capability to display the number of supported hardware watchpoints to...
Johnny Chen
2012-05-23
1
-0
/
+28
*
<rdar://problem/11358639>
Greg Clayton
2012-05-08
1
-6
/
+17
*
Added a new packet to our GDB remote protocol:
Greg Clayton
2012-04-10
1
-15
/
+66
*
Send an "OK" response to the "D" (detach) packet.
Jason Molenda
2012-03-13
1
-2
/
+1
*
Fixed an error with the 'G' packet on ARM when using the default GDB
Greg Clayton
2012-02-17
1
-2
/
+5
*
Always return a valid answer for qMemoryRegionInfo if the packet is supported.
Greg Clayton
2011-12-12
1
-39
/
+15
*
Added optional calls to lldb_private::Process for getting memory region info
Greg Clayton
2011-11-18
1
-10
/
+45
*
Remove the QAddressIsExecutable packet I added last night.
Jason Molenda
2011-11-09
1
-18
/
+36
*
Add "QAddressIsExecutable" packet to debugserver. Used to test
Jason Molenda
2011-11-08
1
-0
/
+41
*
Correctly handle the when we the 'G' packet fails. There were
Greg Clayton
2011-09-17
1
-1
/
+9
*
Add logic to MachThreadList::GetThreadID() for the use case of setting a watc...
Johnny Chen
2011-09-07
1
-2
/
+2
*
Minor change: compare the return val of DNBWatchpointSet() against INVALID_NU...
Johnny Chen
2011-09-07
1
-2
/
+2
*
Add stubs of incomplete watchpoint implementation with "FIXME" markers.
Johnny Chen
2011-08-30
1
-6
/
+6
*
Remove an extra break statement.
Johnny Chen
2011-08-29
1
-2
/
+0
[prev]
[next]