summaryrefslogtreecommitdiff
path: root/lldb/tools/debugserver/source/MacOSX/MachVMMemory.cpp
AgeCommit message (Expand)Author
2025-10-02[debugserver] Support for `qMemTags` packet (#160952)Julian Lettner
2022-03-31[LLDB] Applying clang-tidy modernize-use-equals-default over LLDBShafik Yaghmour
2021-08-11Add the ability to process save-core stack-memory-only corefilesJason Molenda
2021-06-20Add a corefile style option to process save-core; skinny corefilesJason Molenda
2019-10-07[debugserver] Include the correct header.Davide Italiano
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-02-28Add ability to collect memory limit.Han Ming Ong
2018-02-24Delete dead code in MachVMMemory.cpp, NFCVedant Kumar
2018-02-01Make use of physical footprint as memory measurement.Han Ming Ong
2017-05-12Rename Error -> Status.Zachary Turner
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2015-09-01[debugserver] Fix sign comparison warning.Bruce Mitchener
2015-07-22Fix warnings.Bruce Mitchener
2015-06-26Use the right ifdef macro, reviewed by JasonHan Ming Ong
2015-06-25rdar://problem/21469556Han Ming Ong
2015-03-09Fix debugserver warnings on MacOSX.Greg Clayton
2014-09-03rdar://problem/18221417Han Ming Ong
2014-06-13Initial merge of some of the iOS 8 / Mac OS X Yosemite specificJason Molenda
2014-06-13Added the ability to save core files:Greg Clayton
2014-03-29lldb arm64 import.Jason Molenda
2013-06-26<rdar://problem/14281898>Han Ming Ong
2013-06-26<rdar://problem/14262854>Han Ming Ong
2013-05-22<rdar://problem/13963648>Han Ming Ong
2013-05-22<rdar://problem/13963648>Han Ming Ong
2013-05-04fix a couple of clang static analyzer warnings.Jason Molenda
2013-04-06Cache the VM page size that we get from task_vm_info so we don'tJason Molenda
2013-04-06Add optional LOG_TASK logging for MachVMMemory::PageSize when the call succee...Jason Molenda
2013-04-06Add optional LOG_TASK logging for MachVMMemory::PageSize() task_info call fai...Jason Molenda
2013-04-06Update MachVMMemory::PageSize to get the page size of a specific processJason Molenda
2013-03-25<rdar://problem/13498504>Han Ming Ong
2013-03-15<rdar://problem/13100435>Han Ming Ong
2013-03-13<rdar://problem/13415471>Han Ming Ong
2013-03-04<rdar://problem/13338758>Han Ming Ong
2012-11-27<rdar://problem/12759744> Provide physical memory distribution as part of pro...Han Ming Ong
2012-11-17Han Ming's commit in r168228 had a bunch of 4-space tabsJason Molenda
2012-11-17<rdar://problem/12720514> Sub-TLF: Provide service to profile the inferiorHan Ming Ong
2012-03-09Make debugserver quieter about memory read errors.Jim Ingham
2011-12-12Always return a valid answer for qMemoryRegionInfo if the packet is supported.Greg Clayton
2011-12-09Don't spam warnings about not being able to read memory at 0x0.Jim Ingham
2011-11-18Added optional calls to lldb_private::Process for getting memory region infoGreg Clayton
2011-11-09Remove the QAddressIsExecutable packet I added last night.Jason Molenda
2011-11-08Add "QAddressIsExecutable" packet to debugserver. Used to testJason Molenda
2010-06-08Initial checkin of lldb code from internal Apple repo.Chris Lattner