1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-22 00:15:08 +00:00
serenity/Userland/Libraries/LibSymbolication
Rodrigo Tobar 840822b8f1 LibSymbolication+SystemMonitor: Show ELF object in stack
This small patch allows SystemMonitor's Stack tab to show the name of
the ELF object to which the displayed address refers to. This gives a
bit more of contextual information to the viewer.

A better to show this is probably a table, but I'm not that familiar yet
with the GUI framework in general, so I'm keeping things simple.
2021-09-30 00:51:08 +02:00
..
CMakeLists.txt LibSymbolication: Rename Client.{cpp,h} => Symbolication.{cpp,h} 2021-05-22 18:54:22 +02:00
Symbolication.cpp LibSymbolication+SystemMonitor: Show ELF object in stack 2021-09-30 00:51:08 +02:00
Symbolication.h LibSymbolication+SystemMonitor: Show ELF object in stack 2021-09-30 00:51:08 +02:00