mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 20:29:18 +00:00
pmap+SystemMonitor: Mark syscall regions with 'C'
This commit is contained in:
parent
823186031d
commit
47d0ca85e8
Notes:
sideshowbarker
2024-07-18 22:37:35 +09:00
Author: https://github.com/awesomekling
Commit: 47d0ca85e8
2 changed files with 7 additions and 4 deletions
|
@ -89,6 +89,8 @@ ProcessMemoryMapWidget::ProcessMemoryMapWidget()
|
|||
builder.append('X');
|
||||
if (object.get("shared").to_bool())
|
||||
builder.append('S');
|
||||
if (object.get("syscall").to_bool())
|
||||
builder.append('C');
|
||||
if (object.get("stack").to_bool())
|
||||
builder.append('T');
|
||||
return builder.to_string();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue