summaryrefslogtreecommitdiff
path: root/Userland/Applications/SystemMonitor/ThreadStackWidget.cpp
AgeCommit message (Expand)Author
2022-04-27LibCore: Remove main event loopJelle Raaijmakers
2022-04-03SystemMonitor: Move process window to GMLkleines Filmröllchen
2022-02-14Applications: Use default constructors/destructorsLenny Maiorani
2022-01-23LibCore: Allow EventLoops to run on multiple threads safelykleines Filmröllchen
2021-12-05Userland: Cast unused BackgroundAction::construct() results to voidSam Atkins
2021-11-02LibThreading: Remove redundant methodBen Wiederhake
2021-10-17SystemMonitor: Request symbolication wihout source positionsRodrigo Tobar
2021-10-15SystemMonitor: Use a TableView to display the thread stackRodrigo Tobar
2021-10-15SystemMonitor: Remove unnecessary header inclusionRodrigo Tobar
2021-09-30LibSymbolication+SystemMonitor: Show ELF object in stackRodrigo Tobar
2021-08-18Userland+LibGUI: Add shorthand versions of the Margins constructorsin-ack
2021-07-02LibThreading: Add ability to cancel ongoing BackgroundActionsSpencer Dixon
2021-06-24AK: Rename downcast<T> => verify_cast<T>Andreas Kling
2021-05-22SystemMonitor: Symbolicate process stacks in a background threadAndreas Kling
2021-05-22LibSymbolication: Rename Client.{cpp,h} => Symbolication.{cpp,h}Andreas Kling
2021-05-22LibSymbolication+SystemMonitor+bt: Move symbolication back in-processAndreas Kling
2021-05-22Userland: Rename LibSymbolClient => LibSymbolicationAndreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-05SystemMonitor: Don't generate backtraces while not looking at themAndreas Kling
2021-02-04SystemMonitor: Use SymbolServer to symbolicate thread stacksAndreas Kling
2021-01-12Applications: Move to Userland/Applications/Andreas Kling