summaryrefslogtreecommitdiffstats
path: root/lldb/tools/debugserver/source/MacOSX/MachVMMemory.cpp
Commit message (Expand)AuthorAgeFilesLines
* [debugserver] Include the correct header.Davide Italiano2019-10-071-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Add ability to collect memory limit.Han Ming Ong2018-02-281-1/+18
* Delete dead code in MachVMMemory.cpp, NFCVedant Kumar2018-02-241-36/+0
* Make use of physical footprint as memory measurement.Han Ming Ong2018-02-011-267/+13
* Rename Error -> Status.Zachary Turner2017-05-121-1/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-520/+492
* [debugserver] Fix sign comparison warning.Bruce Mitchener2015-09-011-0/+2
* Fix warnings.Bruce Mitchener2015-07-221-1/+1
* Use the right ifdef macro, reviewed by JasonHan Ming Ong2015-06-261-2/+2
* rdar://problem/21469556Han Ming Ong2015-06-251-9/+19
* Fix debugserver warnings on MacOSX.Greg Clayton2015-03-091-10/+22
* rdar://problem/18221417Han Ming Ong2014-09-031-1/+1
* Initial merge of some of the iOS 8 / Mac OS X Yosemite specificJason Molenda2014-06-131-114/+0
* Added the ability to save core files:Greg Clayton2014-06-131-3/+4
* lldb arm64 import.Jason Molenda2014-03-291-1/+8
* <rdar://problem/14281898>Han Ming Ong2013-06-261-0/+18
* <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