aboutsummaryrefslogtreecommitdiff
path: root/lldb/tools/debugserver/source/DNB.h
AgeCommit message (Expand)AuthorFilesLines
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone1-106/+167
2016-08-19Add StructuredData plugin type; showcase with new DarwinLog featureTodd Fiala1-0/+3
2016-08-19Revert "Add StructuredData plugin type; showcase with new DarwinLog feature"Todd Fiala1-3/+0
2016-08-19Add StructuredData plugin type; showcase with new DarwinLog featureTodd Fiala1-0/+3
2016-07-07Add support to debugserver for some new ways to interact with dyldJason Molenda1-0/+4
2015-08-12Have debugserver send the OS version string plusJason Molenda1-0/+1
2015-07-29When debugserver fails to attach to a process on a DarwinJason Molenda1-0/+1
2015-07-10Add a another packet to the gdb-remote protocol,Jason Molenda1-0/+2
2015-06-23Implement the "qSymbol" packet in order to be able to read queue information ...Greg Clayton1-0/+4
2015-05-26Added XML to the host layer.Greg Clayton1-0/+1
2015-03-09Fix debugserver warnings on MacOSX.Greg Clayton1-6/+0
2014-07-08Fix typos.Bruce Mitchener1-1/+1
2014-06-13Initial merge of some of the iOS 8 / Mac OS X Yosemite specificJason Molenda1-0/+9
2014-04-24Fixed an issue where we would try to interrupt a process while it is in the p...Greg Clayton1-0/+1
2014-03-29lldb arm64 import.Jason Molenda1-34/+44
2013-11-13<rdar://problem/15172417>Greg Clayton1-64/+64
2013-06-12Huge performance improvements when one breakpoint contains many locations.Greg Clayton1-14/+4
2013-05-16Removed unused code and an unused event.Greg Clayton1-1/+0
2013-04-18After discussing with Chris Lattner, we require C++11, so lets get rid of the...Greg Clayton1-0/+1
2013-04-03Fix another old usage of GetCurrentThread() to get a mach portJason Molenda1-0/+1
2013-03-04<rdar://problem/13338758>Han Ming Ong1-2/+2
2013-01-16<rdar://problem/13019628>Han Ming Ong1-1/+1
2012-12-04Get rid of a warning where functions in DNB.h were extern "C" when they don't...Greg Clayton1-8/+0
2012-11-29<rdar://problem/12780259>Han Ming Ong1-1/+1
2012-11-17<rdar://problem/12720514> Sub-TLF: Provide service to profile the inferiorHan Ming Ong1-0/+3
2012-07-25Add a call to "sync" a thread state before checkpointing registers in prepara...Jim Ingham1-0/+1
2012-07-20Add "vAttachOrWait" to debugserver, so you can implement "attach to the proce...Jim Ingham1-1/+1
2012-05-23Add the capability to display the number of supported hardware watchpoints to...Johnny Chen1-0/+1
2011-12-12Always return a valid answer for qMemoryRegionInfo if the packet is supported.Greg Clayton1-3/+3
2011-11-18Added optional calls to lldb_private::Process for getting memory region infoGreg Clayton1-1/+1
2011-11-09Remove the QAddressIsExecutable packet I added last night.Jason Molenda1-1/+3
2011-11-08Add "QAddressIsExecutable" packet to debugserver. Used to testJason Molenda1-0/+1
2011-02-24Fixed CommandReturnObject::SetImmediateErrorFile() to set the correct stream.Greg Clayton1-0/+1
2011-01-22Fixed an issue in "SBError SBProcess::Destroy ()" where it wasn't properlyGreg Clayton1-1/+13
2010-12-03Add '-no-stdio' option to 'process launch' command, which causes theCaroline Tice1-1/+1
2010-12-01Fixed 32 bit debugging after recent architecture changes to debugserver.Greg Clayton1-0/+2
2010-11-18Fixed Process::Halt() as it was broken for "process halt" after recent changesGreg Clayton1-0/+3
2010-08-31Added the ability to disable ASLR (Address Space Layout Randomization). ASLRGreg Clayton1-1/+1
2010-06-08Initial checkin of lldb code from internal Apple repo.Chris Lattner1-0/+141