summaryrefslogtreecommitdiff
path: root/lldb/tools/debugserver/source/MacOSX/MachVMRegion.cpp
AgeCommit message (Expand)Author
2025-11-05[debugserver] Fix debugserver build on < macOS 10.15 (#166599)Jonas Devlieghere
2025-10-02[debugserver] Support for `qMemTags` packet (#160952)Julian Lettner
2024-10-28[debugserver] Mark ASAN memory regions as "heap" (#113968)Felipe de Azevedo Piovezan
2022-08-07[lldb] Use single-argument static_assert where applicable (NFC)Jonas Devlieghere
2021-08-11Add the ability to process save-core stack-memory-only corefilesJason Molenda
2021-05-26[lldb][NFC] Use C++ versions of the deprecated C standard library headersRaphael Isemann
2019-05-15Replace assert with static_assert here applicable.Jonas Devlieghere
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-12-15Simplify Boolean expressionsJonas Devlieghere
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2011-12-12Always return a valid answer for qMemoryRegionInfo if the packet is supported.Greg Clayton
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
2010-06-08Initial checkin of lldb code from internal Apple repo.Chris Lattner