summaryrefslogtreecommitdiffstats
path: root/lldb/tools/debugserver/source/MacOSX/MachTask.cpp
Commit message (Expand)AuthorAgeFilesLines
* Added optional calls to lldb_private::Process for getting memory region infoGreg Clayton2011-11-181-3/+8
* Remove the QAddressIsExecutable packet I added last night.Jason Molenda2011-11-091-9/+8
* Add "QAddressIsExecutable" packet to debugserver. Used to testJason Molenda2011-11-081-0/+17
* Enabled the "printf" attribute on all debugserver logging functions and fixed Greg Clayton2011-10-281-4/+8
* Basic infrastructure code to exploit malloc stack logging as available on Mac...Enrico Granata2011-09-091-0/+84
* Add a (currently disabled) bear trap where instead of deallocating pages, we ...Jim Ingham2011-01-221-2/+9
* Fixed an issue with MachTask::TaskResume () where if the task was alreadyGreg Clayton2010-10-161-2/+6
* Retry task_for_pid a few times to avoid some cases where task_for_pid fails.Greg Clayton2010-09-301-22/+33
* Fixed debugserver to not exit when we are able to spawn the process, yet notGreg Clayton2010-07-301-6/+3
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+660
OpenPOWER on IntegriCloud