summaryrefslogtreecommitdiffstats
path: root/lldb/tools/debugserver/source/MacOSX/MachTask.cpp
Commit message (Expand)AuthorAgeFilesLines
* lldb arm64 import.Jason Molenda2014-03-291-1043/+0
* <rdar://problem/13963648>Han Ming Ong2013-05-221-1/+9
* fix a couple of clang static analyzer warnings.Jason Molenda2013-05-041-1/+1
* Update MachVMMemory::PageSize to get the page size of a specific processJason Molenda2013-04-061-1/+7
* <rdar://problem/13498504>Han Ming Ong2013-03-251-5/+13
* <rdar://problem/13338758>Han Ming Ong2013-03-041-70/+107
* <rdar://problem/13282582>Han Ming Ong2013-02-261-2/+5
* <rdar://problem/13282582>Han Ming Ong2013-02-251-1/+9
* <rdar://problem/13277100>Han Ming Ong2013-02-221-0/+12
* Remove unintended comment.Jason Molenda2013-02-221-2/+0
* Change debugserver from using the mach port number (in debugserver'sJason Molenda2013-02-221-1/+5
* <rdar://13073234>Han Ming Ong2013-01-251-6/+5
* <rdar://problem/12976277>Han Ming Ong2013-01-181-2/+1
* Use a more unique end delimiter. In any case, the thread names are hexified w...Han Ming Ong2013-01-101-1/+1
* <rdar://problem/12975489>Han Ming Ong2013-01-091-6/+5
* <rdar://problem/12890948>Han Ming Ong2012-12-171-11/+16
* <rdar://problem/12890901>Han Ming Ong2012-12-171-22/+41
* <rdar://problem/12780259>Han Ming Ong2012-11-291-12/+8
* <rdar://problem/12759744> Provide physical memory distribution as part of pro...Han Ming Ong2012-11-271-7/+17
* Han Ming's commit in r168228 had a bunch of 4-space tabsJason Molenda2012-11-171-49/+49
* <rdar://problem/12720514> Sub-TLF: Provide service to profile the inferiorHan Ming Ong2012-11-171-0/+128
* Stop using the "%z" size_t modifier and cast all size_t values to uint64_t. S...Greg Clayton2012-09-181-2/+2
* Patch from Filipe Cabecinhas.Greg Clayton2012-04-261-1/+0
* <rdar://problem/11007934> Greg Clayton2012-03-081-1/+1
* <rdar://problem/10986692>Greg Clayton2012-03-061-1/+18
* Change #ifdef markers around lockdown and SpringBoardJason Molenda2012-02-221-6/+6
* 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