index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Kernel
/
KSyms.h
Age
Commit message (
Expand
)
Author
2022-10-01
Kernel: Add ability to dump backtrace from provided frame pointer
Timon Kruiper
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2021-11-11
Everywhere: Pass AK::StringView by value
Andreas Kling
2021-08-04
Kernel: Print panic backtrace to both the screen and serial
Luke
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-02-25
Kernel: Take some baby steps towards x86_64
Andreas Kling
2020-04-08
Kernel: Update cryptically-named functions related to symbolication
Andreas Kling
2020-02-16
Kernel: Move all code into the Kernel namespace
Andreas Kling
2020-01-18
Meta: Add license header to source files
Andreas Kling
2020-01-16
Kernel+LibELF: Don't blindly trust ELF symbol offsets in symbolication
Andreas Kling
2019-11-28
Kernel: Allow modules to link against anything in kernel.map :^)
Andreas Kling
2019-11-06
Kernel: Remove unnecessary init_ksyms() function
Andreas Kling
2019-09-06
AK: Rename <AK/AKString.h> to <AK/String.h>
Andreas Kling
2019-07-03
AK: Rename the common integer typedefs to make it obvious what they are.
Andreas Kling
2019-05-16
Kernel: Simplify dump_backtrace() API for clients.
Andreas Kling
2019-02-24
Kernel: Make dump_backtrace() kinda sorta work.
Andreas Kling
2019-02-15
Use modern C++ attributes instead of __attribute__ voodoo.
Andreas Kling
2019-01-01
Unbreak ksym loading and make reading /proc/PID/stack not crash.
Andreas Kling
2018-12-24
Move kernel symbolication code out of init.cpp and into its own KSym files.
Andreas Kling