index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Applications
/
SystemMonitor
/
ThreadStackWidget.cpp
Age
Commit message (
Expand
)
Author
2022-04-27
LibCore: Remove main event loop
Jelle Raaijmakers
2022-04-03
SystemMonitor: Move process window to GML
kleines Filmröllchen
2022-02-14
Applications: Use default constructors/destructors
Lenny Maiorani
2022-01-23
LibCore: Allow EventLoops to run on multiple threads safely
kleines Filmröllchen
2021-12-05
Userland: Cast unused BackgroundAction::construct() results to void
Sam Atkins
2021-11-02
LibThreading: Remove redundant method
Ben Wiederhake
2021-10-17
SystemMonitor: Request symbolication wihout source positions
Rodrigo Tobar
2021-10-15
SystemMonitor: Use a TableView to display the thread stack
Rodrigo Tobar
2021-10-15
SystemMonitor: Remove unnecessary header inclusion
Rodrigo Tobar
2021-09-30
LibSymbolication+SystemMonitor: Show ELF object in stack
Rodrigo Tobar
2021-08-18
Userland+LibGUI: Add shorthand versions of the Margins constructor
sin-ack
2021-07-02
LibThreading: Add ability to cancel ongoing BackgroundActions
Spencer Dixon
2021-06-24
AK: Rename downcast<T> => verify_cast<T>
Andreas Kling
2021-05-22
SystemMonitor: Symbolicate process stacks in a background thread
Andreas Kling
2021-05-22
LibSymbolication: Rename Client.{cpp,h} => Symbolication.{cpp,h}
Andreas Kling
2021-05-22
LibSymbolication+SystemMonitor+bt: Move symbolication back in-process
Andreas Kling
2021-05-22
Userland: Rename LibSymbolClient => LibSymbolication
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-05
SystemMonitor: Don't generate backtraces while not looking at them
Andreas Kling
2021-02-04
SystemMonitor: Use SymbolServer to symbolicate thread stacks
Andreas Kling
2021-01-12
Applications: Move to Userland/Applications/
Andreas Kling