summaryrefslogtreecommitdiff
path: root/Userland/Utilities/pmap.cpp
AgeCommit message (Expand)Author
2021-01-29pmap: Trim "VMObject" suffix from VMObject types to save spaceAndreas Kling
2021-01-29pmap: Add shared flag to access column and align-right numeric columnsBrendan Coles
2021-01-24pmap: Sort memory regions in outputAndreas Kling
2021-01-16Everywhere: Convert a handful of String::format() => formatted()Andreas Kling
2021-01-12Userland: Move command-line utilities to Userland/Utilities/Andreas Kling