1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 21:08:12 +00:00
serenity/Applications/ProcessManager
Andreas Kling cf57d64481 ProcessManager: Add a "Memory map" view to show a process's VM layout.
Fetch all the data from /proc/PID/vm for the selected process and show it
in a nice GTableView. :^)
2019-07-28 12:15:24 +02:00
..
GraphWidget.cpp ProcessManager: Draw the graphs as lines. 2019-05-07 17:11:48 +02:00
GraphWidget.h Add clang-format file 2019-05-28 17:31:20 +02:00
main.cpp ProcessManager: Add a "Memory map" view to show a process's VM layout. 2019-07-28 12:15:24 +02:00
Makefile ProcessManager: Add a "Memory map" view to show a process's VM layout. 2019-07-28 12:15:24 +02:00
MemoryStatsWidget.cpp GWidget: Add set_preferred_size(width, height) overload. 2019-07-20 22:39:24 +02:00
MemoryStatsWidget.h Add clang-format file 2019-05-28 17:31:20 +02:00
ProcessMemoryMapModel.cpp ProcessManager: Add a "Memory map" view to show a process's VM layout. 2019-07-28 12:15:24 +02:00
ProcessMemoryMapModel.h ProcessManager: Add a "Memory map" view to show a process's VM layout. 2019-07-28 12:15:24 +02:00
ProcessMemoryMapWidget.cpp ProcessManager: Add a "Memory map" view to show a process's VM layout. 2019-07-28 12:15:24 +02:00
ProcessMemoryMapWidget.h ProcessManager: Add a "Memory map" view to show a process's VM layout. 2019-07-28 12:15:24 +02:00
ProcessModel.cpp CProcessStatisticsReader: Be consistent about terminology from the kernel down 2019-07-18 07:23:26 +02:00
ProcessModel.h Convert HashMap<Key, OwnPtr<T>> to HashMap<Key, NonnullOwnPtr<T>>. 2019-07-24 08:42:55 +02:00
ProcessStacksWidget.cpp ProcessManager: Add a process-specific tab view below the process table. 2019-07-27 09:39:43 +02:00
ProcessStacksWidget.h ProcessManager: Add a process-specific tab view below the process table. 2019-07-27 09:39:43 +02:00
ProcessTableView.cpp ProcessManager: Add ProcessTableView::on_process_selected() callback. 2019-07-27 09:37:26 +02:00
ProcessTableView.h ProcessManager: Add ProcessTableView::on_process_selected() callback. 2019-07-27 09:37:26 +02:00