mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 23:27:43 +00:00
SystemMonitor: ProcessStack is now ThreadStack
This is a follow-up to #3095. In particular: https://github.com/SerenityOS/serenity/pull/3095#discussion_r469113354
This commit is contained in:
parent
46e53417c9
commit
cebf8ae3b7
4 changed files with 12 additions and 12 deletions
|
@ -7,8 +7,8 @@ set(SOURCES
|
|||
ProcessFileDescriptorMapWidget.cpp
|
||||
ProcessMemoryMapWidget.cpp
|
||||
ProcessModel.cpp
|
||||
ProcessStackWidget.cpp
|
||||
ProcessUnveiledPathsWidget.cpp
|
||||
ThreadStackWidget.cpp
|
||||
)
|
||||
|
||||
serenity_bin(SystemMonitor)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue