mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-09 11:06:10 +00:00
Unbreak ksym loading and make reading /proc/PID/stack not crash.
This commit is contained in:
parent
683185e4aa
commit
4b6a8f8a08
Notes:
sideshowbarker
2024-07-19 16:06:25 +09:00
Author: https://github.com/awesomekling
Commit: 4b6a8f8a08
7 changed files with 7 additions and 10 deletions
|
@ -10,6 +10,7 @@ struct KSym {
|
|||
|
||||
const KSym* ksymbolicate(dword address) PURE;
|
||||
void load_ksyms();
|
||||
void init_ksyms();
|
||||
|
||||
extern bool ksyms_ready;
|
||||
extern dword ksym_lowest_address;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue