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
*
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
*
Sped up the shutdown time on MacOSX by quite a bit by making sure any
Greg Clayton
2011-01-22
1
-5
/
+4
*
Took the timeout for a ClangUserExpression down from a 10 second timeout to
Greg Clayton
2011-01-19
1
-1
/
+1
*
Thread safety changes in debugserver and also in the process GDB remote plugin.
Greg Clayton
2011-01-18
1
-80
/
+116
*
Modified the stop reply packet to be able to send the thread name using the
Greg Clayton
2011-01-08
1
-1
/
+15
*
Fixed Process::Halt() as it was broken for "process halt" after recent changes
Greg Clayton
2010-11-18
1
-154
/
+150
*
Fixed vAttachWait by fixing a missed "else if".
Greg Clayton
2010-10-26
1
-1
/
+1
*
Still trying to get detach to work with debugserver. Got a bit closer,
Greg Clayton
2010-10-18
1
-1
/
+2
*
Fixed debugserver to properly attach to a process by name with the
Greg Clayton
2010-10-18
1
-0
/
+26
*
Got the ARM version of debugserver up to date.
Greg Clayton
2010-09-09
1
-9
/
+24
*
Merged Eli Friedman's linux build changes where he added Makefile files that
Greg Clayton
2010-07-09
1
-1
/
+1
*
Initial checkin of lldb code from internal Apple repo.
Chris Lattner
2010-06-08
1
-0
/
+3187