summaryrefslogtreecommitdiffstats
path: root/lldb/tools/debugserver/source/RNBRemote.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* If we fail to attach, return an error rather than returning the success or fa...Jim Ingham2014-02-041-1/+3
* Switch local launching of debugserver over to always use a FIFO in order to h...Greg Clayton2013-12-041-1/+0
* <rdar://problem/15172417>Greg Clayton2013-11-131-0/+84
* Fixed up registers in debugserver.Greg Clayton2013-11-091-432/+146
* Fix a few errors found when building lldb with newer versions of clang.Jason Molenda2013-10-051-2/+2
* Update RNBRemote to handle the new pseudo_regs field added to DNBRegisterInfoJason Molenda2013-10-011-9/+14
* Add a new qGDBServerVersion packet so lldb can queryJason Molenda2013-10-011-0/+14
* If debugserver fails to interrogate the inferior process CPU typeJason Molenda2013-06-251-1/+35
* Huge performance improvements when one breakpoint contains many locations.Greg Clayton2013-06-121-113/+19
* <rdar://problem/13892516>Greg Clayton2013-05-211-3/+18
* Remove a bit of code duplication in RNBRemote::HandlePacket_qProcessInfo -Jason Molenda2013-04-031-11/+3
* Fix another old usage of GetCurrentThread() to get a mach portJason Molenda2013-04-031-1/+1
* Add two additional DNBLog's in places where we're about to killJason Molenda2013-03-231-0/+1
* Various fixes for armv7 floating point/vector register support.Jason Molenda2013-03-131-59/+82
* <rdar://problem/13338758>Han Ming Ong2013-03-041-7/+35
* <rdar://problem/12693921>Greg Clayton2013-02-141-4/+4
* Added support for the qCmd monitor packet command. Currently it can only do:Greg Clayton2013-02-021-2/+130
* Remove a compile time warning in RNBRemote::HandlePacket_qProcessInfoJason Molenda2013-01-231-2/+1
* Change the container-regs kv pair in the qRegsiterInfoJason Molenda2013-01-231-1/+1
* Changed the register number lists for the qRegisterInfo packet response to be...Greg Clayton2013-01-211-1/+1
* <rdar://problem/13020634>Greg Clayton2013-01-211-0/+24
* <rdar://problem/13019628>Han Ming Ong2013-01-161-5/+5
* Add a few other missing LOG_ types to set_logging() in RNBRemote.cpp;Jason Molenda2013-01-151-10/+37
* Recognize LOG_WATCHPOINTS in the QSetLogging gdb-remote packet.Jason Molenda2013-01-121-0/+5
* <rdar://problem/11961650> Jason Molenda2012-12-191-17/+45
* Add a new qProcessInfo packet to debugserver.Jason Molenda2012-12-181-0/+79
* <rdar://problem/12780259>Han Ming Ong2012-11-291-4/+4
* <rdar://problem/12720514> Sub-TLF: Provide service to profile the inferiorHan Ming Ong2012-11-171-0/+85
* Stop using the "%z" size_t modifier and cast all size_t values to uint64_t. S...Greg Clayton2012-09-181-1/+1
* <rdar://problem/11935492>Greg Clayton2012-09-111-0/+7
* Add a call to "sync" a thread state before checkpointing registers in prepara...Jim Ingham2012-07-251-0/+33
* Add "vAttachOrWait" to debugserver, so you can implement "attach to the proce...Jim Ingham2012-07-201-32/+54
* Ran the static analyzer on the codebase and found a few things.Greg Clayton2012-07-171-17/+27
* Fix an off by one error when handling a packet where our read buffer size tru...Jim Ingham2012-07-161-2/+2
* <rdar://problem/11782789> Changes to the watchpoint implementation on ARM so ...Enrico Granata2012-07-131-0/+3
* Spelling fixes.Greg Clayton2012-06-291-1/+1
* Add the capability to display the number of supported hardware watchpoints to...Johnny Chen2012-05-231-0/+28
* <rdar://problem/11358639>Greg Clayton2012-05-081-6/+17
* Added a new packet to our GDB remote protocol:Greg Clayton2012-04-101-15/+66
* Send an "OK" response to the "D" (detach) packet.Jason Molenda2012-03-131-2/+1
* Fixed an error with the 'G' packet on ARM when using the default GDBGreg Clayton2012-02-171-2/+5
* Always return a valid answer for qMemoryRegionInfo if the packet is supported.Greg Clayton2011-12-121-39/+15
* Added optional calls to lldb_private::Process for getting memory region infoGreg Clayton2011-11-181-10/+45
* Remove the QAddressIsExecutable packet I added last night.Jason Molenda2011-11-091-18/+36
* Add "QAddressIsExecutable" packet to debugserver. Used to testJason Molenda2011-11-081-0/+41
* Correctly handle the when we the 'G' packet fails. There wereGreg Clayton2011-09-171-1/+9
* Add logic to MachThreadList::GetThreadID() for the use case of setting a watc...Johnny Chen2011-09-071-2/+2
* Minor change: compare the return val of DNBWatchpointSet() against INVALID_NU...Johnny Chen2011-09-071-2/+2
* Add stubs of incomplete watchpoint implementation with "FIXME" markers.Johnny Chen2011-08-301-6/+6
* Remove an extra break statement.Johnny Chen2011-08-291-2/+0
OpenPOWER on IntegriCloud