index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibCoredump
/
Backtrace.cpp
Age
Commit message (
Expand
)
Author
2022-07-27
Everywhere: Make the codebase more architecture aware
Undefine
2022-07-12
Everywhere: Replace single-char StringView op. arguments with chars
sin-ack
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-10
Libraries: Use default constructors/destructors in LibCoredump
Lenny Maiorani
2022-02-14
LibCoredump: Respect coredump's LD_LIBRARY_PATH when searching libraries
Sviatoslav Peleshko
2022-02-04
LibCoredump: Add stack frame entry even if there is no object info
Maciej
2022-02-04
LibCoredump: Fix use-after-free in Backtrace::object_info_for_region()
Maciej
2022-01-28
LibCoredump: Copy out the FooInfo structs to an aligned address
Ali Mohammad Pur
2022-01-28
LibDebug+LibCoredump: Replace remaining reinterpret_casts and C casts
Ali Mohammad Pur
2021-11-23
LibCore+AK: Move MappedFile from AK to LibCore
Andreas Kling
2021-11-10
Everywhere: Move shared library checks into a common function
Tim Schumacher
2021-10-17
LibCoredump: Show frames from Loader.so if the crash occurs in it
Daniel Bertalan
2021-10-17
LibCoredump: Accept dynamic libraries with versioned names
Daniel Bertalan
2021-09-21
CrashReporter+LibCoredump: Show progress window while loading coredump
Andreas Kling
2021-08-23
Everywhere: Core dump => Coredump
Andreas Kling