mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 00:17:46 +00:00
UserspaceEmulator: Show file and line numbers in backtraces :^)
This was super easy thanks to the awesome LibDebug work by @itamar8910!
This commit is contained in:
parent
d1dd5013ea
commit
0f91dfa139
3 changed files with 10 additions and 2 deletions
|
@ -10,4 +10,4 @@ set(SOURCES
|
|||
)
|
||||
|
||||
serenity_bin(UserspaceEmulator)
|
||||
target_link_libraries(UserspaceEmulator LibX86 LibCore)
|
||||
target_link_libraries(UserspaceEmulator LibX86 LibDebug LibCore)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue