summaryrefslogtreecommitdiffstats
path: root/lldb/tools/debugserver/source/DNB.h
Commit message (Expand)AuthorAgeFilesLines
* Upstream a few small Apple changes to debugserver - arm64_32, CatalystJason Molenda2019-08-071-1/+8
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-16/+0
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [debugserver] Fix LC_BUILD_VERSION load command handling.Frederic Riss2018-04-061-0/+6
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-106/+167
* Add StructuredData plugin type; showcase with new DarwinLog featureTodd Fiala2016-08-191-0/+3
* Revert "Add StructuredData plugin type; showcase with new DarwinLog feature"Todd Fiala2016-08-191-3/+0
* Add StructuredData plugin type; showcase with new DarwinLog featureTodd Fiala2016-08-191-0/+3
* Add support to debugserver for some new ways to interact with dyldJason Molenda2016-07-071-0/+4
* Have debugserver send the OS version string plusJason Molenda2015-08-121-0/+1
* When debugserver fails to attach to a process on a DarwinJason Molenda2015-07-291-0/+1
* Add a another packet to the gdb-remote protocol,Jason Molenda2015-07-101-0/+2
* Implement the "qSymbol" packet in order to be able to read queue information ...Greg Clayton2015-06-231-0/+4
* Added XML to the host layer.Greg Clayton2015-05-261-0/+1
* Fix debugserver warnings on MacOSX.Greg Clayton2015-03-091-6/+0
* Fix typos.Bruce Mitchener2014-07-081-1/+1
* Initial merge of some of the iOS 8 / Mac OS X Yosemite specificJason Molenda2014-06-131-0/+9
* Fixed an issue where we would try to interrupt a process while it is in the p...Greg Clayton2014-04-241-0/+1
* lldb arm64 import.Jason Molenda2014-03-291-34/+44
* <rdar://problem/15172417>Greg Clayton2013-11-131-64/+64
* Huge performance improvements when one breakpoint contains many locations.Greg Clayton2013-06-121-14/+4
* Removed unused code and an unused event.Greg Clayton2013-05-161-1/+0
* After discussing with Chris Lattner, we require C++11, so lets get rid of the...Greg Clayton2013-04-181-0/+1
* Fix another old usage of GetCurrentThread() to get a mach portJason Molenda2013-04-031-0/+1
* <rdar://problem/13338758>Han Ming Ong2013-03-041-2/+2
* <rdar://problem/13019628>Han Ming Ong2013-01-161-1/+1
* Get rid of a warning where functions in DNB.h were extern "C" when they don't...Greg Clayton2012-12-041-8/+0
* <rdar://problem/12780259>Han Ming Ong2012-11-291-1/+1
* <rdar://problem/12720514> Sub-TLF: Provide service to profile the inferiorHan Ming Ong2012-11-171-0/+3
* Add a call to "sync" a thread state before checkpointing registers in prepara...Jim Ingham2012-07-251-0/+1
* Add "vAttachOrWait" to debugserver, so you can implement "attach to the proce...Jim Ingham2012-07-201-1/+1
* Add the capability to display the number of supported hardware watchpoints to...Johnny Chen2012-05-231-0/+1
* Always return a valid answer for qMemoryRegionInfo if the packet is supported.Greg Clayton2011-12-121-3/+3
* Added optional calls to lldb_private::Process for getting memory region infoGreg Clayton2011-11-181-1/+1
* Remove the QAddressIsExecutable packet I added last night.Jason Molenda2011-11-091-1/+3
* Add "QAddressIsExecutable" packet to debugserver. Used to testJason Molenda2011-11-081-0/+1
* Fixed CommandReturnObject::SetImmediateErrorFile() to set the correct stream.Greg Clayton2011-02-241-0/+1
* Fixed an issue in "SBError SBProcess::Destroy ()" where it wasn't properlyGreg Clayton2011-01-221-1/+13
* Add '-no-stdio' option to 'process launch' command, which causes theCaroline Tice2010-12-031-1/+1
* Fixed 32 bit debugging after recent architecture changes to debugserver.Greg Clayton2010-12-011-0/+2
* Fixed Process::Halt() as it was broken for "process halt" after recent changesGreg Clayton2010-11-181-0/+3
* Added the ability to disable ASLR (Address Space Layout Randomization). ASLRGreg Clayton2010-08-311-1/+1
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+141
OpenPOWER on IntegriCloud