summaryrefslogtreecommitdiffstats
path: root/lldb/tools/debugserver/source/MacOSX/MachVMMemory.cpp
Commit message (Expand)AuthorAgeFilesLines
* <rdar://problem/14262854>Han Ming Ong2013-06-261-3/+16
* <rdar://problem/13963648>Han Ming Ong2013-05-221-2/+6
* <rdar://problem/13963648>Han Ming Ong2013-05-221-17/+69
* fix a couple of clang static analyzer warnings.Jason Molenda2013-05-041-3/+1
* Cache the VM page size that we get from task_vm_info so we don'tJason Molenda2013-04-061-1/+2
* Add optional LOG_TASK logging for MachVMMemory::PageSize when the call succee...Jason Molenda2013-04-061-0/+1
* Add optional LOG_TASK logging for MachVMMemory::PageSize() task_info call fai...Jason Molenda2013-04-061-0/+4
* Update MachVMMemory::PageSize to get the page size of a specific processJason Molenda2013-04-061-12/+28
* <rdar://problem/13498504>Han Ming Ong2013-03-251-6/+23
* <rdar://problem/13100435>Han Ming Ong2013-03-151-4/+1
* <rdar://problem/13415471>Han Ming Ong2013-03-131-6/+6
* <rdar://problem/13338758>Han Ming Ong2013-03-041-12/+20
* <rdar://problem/12759744> Provide physical memory distribution as part of pro...Han Ming Ong2012-11-271-1/+128
* Han Ming's commit in r168228 had a bunch of 4-space tabsJason Molenda2012-11-171-87/+87
* <rdar://problem/12720514> Sub-TLF: Provide service to profile the inferiorHan Ming Ong2012-11-171-0/+201
* Make debugserver quieter about memory read errors.Jim Ingham2012-03-091-3/+1
* Always return a valid answer for qMemoryRegionInfo if the packet is supported.Greg Clayton2011-12-121-6/+24
* Don't spam warnings about not being able to read memory at 0x0.Jim Ingham2011-12-091-1/+4
* Added optional calls to lldb_private::Process for getting memory region infoGreg Clayton2011-11-181-5/+11
* Remove the QAddressIsExecutable packet I added last night.Jason Molenda2011-11-091-5/+6
* Add "QAddressIsExecutable" packet to debugserver. Used to testJason Molenda2011-11-081-0/+11
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+186
OpenPOWER on IntegriCloud