mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-12 04:22:28 +00:00
Kernel: Update cryptically-named functions related to symbolication
This commit is contained in:
parent
348e209eb5
commit
dc7340332d
Notes:
sideshowbarker
2024-07-19 07:48:37 +09:00
Author: https://github.com/awesomekling
Commit: dc7340332d
6 changed files with 71 additions and 73 deletions
|
@ -133,7 +133,7 @@ void* kmalloc_impl(size_t size)
|
|||
Kernel::InterruptDisabler disabler;
|
||||
++g_kmalloc_call_count;
|
||||
|
||||
if (g_dump_kmalloc_stacks && Kernel::ksyms_ready) {
|
||||
if (g_dump_kmalloc_stacks && Kernel::g_kernel_symbols_available) {
|
||||
dbg() << "kmalloc(" << size << ")";
|
||||
Kernel::dump_backtrace();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue