Closed arty-hlr closed 2 months ago
There is a bug in how stack/heap addresses colors are shown in gdb using the vmmap command. This patch fixes it:
vmmap
Description
There is a bug in how stack/heap addresses colors are shown in gdb using the
vmmap
command. This patch fixes it:Before:
After:
Checklist