summaryrefslogtreecommitdiffstats
path: root/lldb/tools/debugserver/source/RNBRemote.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Incremental fixes of issues found by Xcode static analyzer.Johnny Chen2011-08-111-2/+1
* RNBRemote.cpp, RNBRemote.h: Add a new qGetPid packet which returnsJason Molenda2011-07-261-0/+16
* Add support for a QEnvironmentHexEncoded packet which takes itsJason Molenda2011-06-251-0/+48
* Fixed an issue in the EmulateInstructionARM there the IT opcode was trying toGreg Clayton2011-05-231-1/+17
* Added functions to lldb_private::Address to set an address from a load addressGreg Clayton2011-05-221-0/+8
* Fixed not being able to launch the i386 slice of a universal binary by addingGreg Clayton2011-05-081-0/+10
* Added new OptionGroup classes for UInt64, UUID, File and Boolean values.Greg Clayton2011-05-031-0/+1
* Many improvements to the Platform base class and subclasses. The base PlatformGreg Clayton2011-03-301-28/+1
* Abtracted the innards of lldb-core away from the SB interface. There was someGreg Clayton2011-03-221-72/+0
* Split all of the core of LLDB.framework/lldb.so into aGreg Clayton2011-03-201-0/+98
* Fixed CommandReturnObject::SetImmediateErrorFile() to set the correct stream.Greg Clayton2011-02-241-24/+95
* The DynamicLoader plug-in instance now lives up in lldb_private::Process whereGreg Clayton2011-02-161-0/+4
* Made lldb_private::ArchSpec contain much more than just an architecture. ItGreg Clayton2011-02-151-1/+4
* Finally tracked down the racy condition that would hose up our debugGreg Clayton2011-01-271-59/+60
* Fixed an issue in "SBError SBProcess::Destroy ()" where it wasn't properlyGreg Clayton2011-01-221-0/+1
* Sped up the shutdown time on MacOSX by quite a bit by making sure anyGreg Clayton2011-01-221-5/+4
* Took the timeout for a ClangUserExpression down from a 10 second timeout toGreg Clayton2011-01-191-1/+1
* Thread safety changes in debugserver and also in the process GDB remote plugin.Greg Clayton2011-01-181-80/+116
* Modified the stop reply packet to be able to send the thread name using theGreg Clayton2011-01-081-1/+15
* Fixed Process::Halt() as it was broken for "process halt" after recent changesGreg Clayton2010-11-181-154/+150
* Fixed vAttachWait by fixing a missed "else if".Greg Clayton2010-10-261-1/+1
* Still trying to get detach to work with debugserver. Got a bit closer,Greg Clayton2010-10-181-1/+2
* Fixed debugserver to properly attach to a process by name with the Greg Clayton2010-10-181-0/+26
* Got the ARM version of debugserver up to date. Greg Clayton2010-09-091-9/+24
* Merged Eli Friedman's linux build changes where he added Makefile files thatGreg Clayton2010-07-091-1/+1
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+3187
OpenPOWER on IntegriCloud