summaryrefslogtreecommitdiffstats
path: root/lldb/tools/debugserver/source/DNB.cpp
Commit message (Expand)AuthorAgeFilesLines
* Upstreaming the apple internal changes that accumulated during theJason Molenda2015-10-231-2/+2
* Have debugserver send the OS version string plusJason Molenda2015-08-121-0/+6
* When debugserver fails to attach to a process on a DarwinJason Molenda2015-07-291-0/+13
* Add UNUSED_IF_ASSERT_DISABLED and apply it.Bruce Mitchener2015-07-241-2/+2
* Fix warnings.Bruce Mitchener2015-07-221-0/+2
* Add a another packet to the gdb-remote protocol,Jason Molenda2015-07-101-0/+12
* Implement the "qSymbol" packet in order to be able to read queue information ...Greg Clayton2015-06-231-0/+80
* Added XML to the host layer.Greg Clayton2015-05-261-0/+6
* Fix debugserver warnings on MacOSX.Greg Clayton2015-03-091-519/+13
* Fix unused-variable warnings from the clang static analyzer.Jason Molenda2014-10-151-4/+0
* Increase the gdb-remote packet timeout for the first packet we sendJason Molenda2014-07-241-0/+32
* __arm64__ and __aarch64__ #ifdef adjustmentsTodd Fiala2014-07-091-2/+2
* Fix typos.Bruce Mitchener2014-07-081-3/+3
* Revert the debugserver part of r211868. While formally a fine change, debugs...Jim Ingham2014-06-271-2/+1
* lldb: remove adhoc implementation of array_sizeofSaleem Abdulrasool2014-06-271-1/+2
* Rework fix in r201744. You really DO need to waitpid twice to get theJim Ingham2014-06-241-1/+1
* Those were not the right defines for memory errors, and the right defines aren'tJim Ingham2014-06-171-8/+1
* Initial merge of some of the iOS 8 / Mac OS X Yosemite specificJason Molenda2014-06-131-0/+69
* Report the result of waitpid() a little more clearly as well as clearly loggi...Greg Clayton2014-04-301-13/+55
* Fixed an issue where we would try to interrupt a process while it is in the p...Greg Clayton2014-04-241-0/+10
* lldb arm64 import.Jason Molenda2014-03-291-3/+147
* Allow debugserver to detach from the target if the connection is Jim Ingham2014-02-251-0/+4
* Add support for Haswell on x86_64.Greg Clayton2014-01-221-1/+1
* <rdar://problem/15172417>Greg Clayton2013-11-131-0/+25
* Fix a few errors found when building lldb with newer versions of clang.Jason Molenda2013-10-051-3/+4
* <rdar://problem/14195566>Greg Clayton2013-06-271-3/+3
* Huge performance improvements when one breakpoint contains many locations.Greg Clayton2013-06-121-194/+11
* Removed unused code and an unused event.Greg Clayton2013-05-161-9/+0
* After discussing with Chris Lattner, we require C++11, so lets get rid of the...Greg Clayton2013-04-181-1/+1
* Fix another old usage of GetCurrentThread() to get a mach portJason Molenda2013-04-031-0/+12
* <rdar://problem/13338758>Han Ming Ong2013-03-041-4/+4
* Change debugserver from using the mach port number (in debugserver'sJason Molenda2013-02-221-1/+2
* <rdar://problem/13019628>Han Ming Ong2013-01-161-2/+2
* <rdar://problem/12602653> Jason Molenda2013-01-051-0/+1
* <rdar://problem/12780259>Han Ming Ong2012-11-291-4/+4
* Follow up on <rdar://12720514>. Removed commented out code.Han Ming Ong2012-11-171-10/+0
* <rdar://problem/12720514> Sub-TLF: Provide service to profile the inferiorHan Ming Ong2012-11-171-0/+41
* <rdar://problem/12647273>Greg Clayton2012-11-061-4/+4
* Switch from using KERN_PROCARGS2 to get the path to the executed process to p...Jim Ingham2012-11-011-11/+14
* Resolve any bundle paths we are given when the specified executable is a bundle.Greg Clayton2012-10-311-0/+17
* Stop using the "%z" size_t modifier and cast all size_t values to uint64_t. S...Greg Clayton2012-09-181-3/+3
* Add a call to "sync" a thread state before checkpointing registers in prepara...Jim Ingham2012-07-251-0/+13
* Add "vAttachOrWait" to debugserver, so you can implement "attach to the proce...Jim Ingham2012-07-201-2/+7
* <rdar://problem/11908082>Greg Clayton2012-07-191-5/+46
* Ran the static analyzer on the codebase and found a few things.Greg Clayton2012-07-171-12/+14
* Add the capability to display the number of supported hardware watchpoints to...Johnny Chen2012-05-231-0/+12
* <rdar://problem/10434005>Greg Clayton2012-03-141-1/+1
* Pull side effects out of asserts. Fixes debugserver with NDEBUG defined.Charles Davis2012-02-211-2/+4
* Kill our child process that we launch when we can't get the task_for_pid()Greg Clayton2012-02-021-0/+4
* Always return a valid answer for qMemoryRegionInfo if the packet is supported.Greg Clayton2011-12-121-1/+1
OpenPOWER on IntegriCloud