1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 17:37:35 +00:00

SystemMonitor: Display the stack of only the selected thread

This uses the new ProcFS interface at /proc/<pid>/stacks/<tid>
This commit is contained in:
Ben Wiederhake 2020-08-09 20:19:28 +02:00 committed by Andreas Kling
parent c3df2fe83f
commit dbbdb39c1f
4 changed files with 33 additions and 30 deletions

View file

@ -7,7 +7,7 @@ set(SOURCES
ProcessFileDescriptorMapWidget.cpp
ProcessMemoryMapWidget.cpp
ProcessModel.cpp
ProcessStacksWidget.cpp
ProcessStackWidget.cpp
ProcessUnveiledPathsWidget.cpp
)