1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-17 13:15:06 +00:00
serenity/Userland/Libraries/LibSymbolication
Rodrigo Tobar 08428aadad LibSymbolication: Skip source position calculation if requested
Calculating source code positions can be expensive, and some
applications (like SystemMonitor's Stack tab) don't even show this
information, making these calculations wasteful.

This commit adds a new enumerated flag to the `symbolicate` functions
for callers to specify whether source positions should be included in
the results; it defaults to "Yes" to preserve old behavior for existing
applications.
2021-10-17 22:07:10 -07:00
..
CMakeLists.txt LibSymbolication: Rename Client.{cpp,h} => Symbolication.{cpp,h} 2021-05-22 18:54:22 +02:00
Symbolication.cpp LibSymbolication: Skip source position calculation if requested 2021-10-17 22:07:10 -07:00
Symbolication.h LibSymbolication: Skip source position calculation if requested 2021-10-17 22:07:10 -07:00