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
...
*
<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
*
Incremental fixes of issues found by Xcode static analyzer.
Johnny Chen
2011-08-11
1
-2
/
+1
*
RNBRemote.cpp, RNBRemote.h: Add a new qGetPid packet which returns
Jason Molenda
2011-07-26
1
-0
/
+16
*
Add support for a QEnvironmentHexEncoded packet which takes its
Jason Molenda
2011-06-25
1
-0
/
+48
*
Fixed an issue in the EmulateInstructionARM there the IT opcode was trying to
Greg Clayton
2011-05-23
1
-1
/
+17
*
Added functions to lldb_private::Address to set an address from a load address
Greg Clayton
2011-05-22
1
-0
/
+8
*
Fixed not being able to launch the i386 slice of a universal binary by adding
Greg Clayton
2011-05-08
1
-0
/
+10
*
Added new OptionGroup classes for UInt64, UUID, File and Boolean values.
Greg Clayton
2011-05-03
1
-0
/
+1
*
Many improvements to the Platform base class and subclasses. The base Platform
Greg Clayton
2011-03-30
1
-28
/
+1
*
Abtracted the innards of lldb-core away from the SB interface. There was some
Greg Clayton
2011-03-22
1
-72
/
+0
*
Split all of the core of LLDB.framework/lldb.so into a
Greg Clayton
2011-03-20
1
-0
/
+98
*
Fixed CommandReturnObject::SetImmediateErrorFile() to set the correct stream.
Greg Clayton
2011-02-24
1
-24
/
+95
*
The DynamicLoader plug-in instance now lives up in lldb_private::Process where
Greg Clayton
2011-02-16
1
-0
/
+4
*
Made lldb_private::ArchSpec contain much more than just an architecture. It
Greg Clayton
2011-02-15
1
-1
/
+4
*
Finally tracked down the racy condition that would hose up our debug
Greg Clayton
2011-01-27
1
-59
/
+60
*
Fixed an issue in "SBError SBProcess::Destroy ()" where it wasn't properly
Greg Clayton
2011-01-22
1
-0
/
+1
[prev]
[next]