summaryrefslogtreecommitdiffstats
path: root/lldb/tools/debugserver/source/DNB.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* <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
* Added optional calls to lldb_private::Process for getting memory region infoGreg Clayton2011-11-181-4/+3
* Remove the QAddressIsExecutable packet I added last night.Jason Molenda2011-11-091-15/+12
* Add "QAddressIsExecutable" packet to debugserver. Used to testJason Molenda2011-11-081-0/+28
* Enabled the "printf" attribute on all debugserver logging functions and fixed Greg Clayton2011-10-281-1/+1
* DNBBreakpoint::SetEnabled() should take a bool, not a uint32_t, as its input ...Johnny Chen2011-09-061-6/+6
* To silence the static analyzer.Johnny Chen2011-08-111-1/+1
* Added new OptionGroup classes for UInt64, UUID, File and Boolean values.Greg Clayton2011-05-031-0/+1
* Fixed CommandReturnObject::SetImmediateErrorFile() to set the correct stream.Greg Clayton2011-02-241-0/+10
* Added a new variant of SBTarget::Launch() that deprectates the old one thatGreg Clayton2011-01-231-2/+15
* Fixed an issue in "SBError SBProcess::Destroy ()" where it wasn't properlyGreg Clayton2011-01-221-2/+15
* Add '-no-stdio' option to 'process launch' command, which causes theCaroline Tice2010-12-031-1/+2
* Fixed 32 bit debugging after recent architecture changes to debugserver.Greg Clayton2010-12-011-0/+15
* Fixed Process::Halt() as it was broken for "process halt" after recent changesGreg Clayton2010-11-181-37/+58
* Fixed debugserver to properly attach to a process by name with the Greg Clayton2010-10-181-3/+6
* Added the ability to disable ASLR (Address Space Layout Randomization). ASLRGreg Clayton2010-08-311-2/+3
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+1996
OpenPOWER on IntegriCloud