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
Age
Commit message (
Expand
)
Author
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
2022-01-28
LibDebug+LibCoredump: Use ByteReader to do unaligned reads
Ali Mohammad Pur
2022-01-28
LibDebug+Everywhere: Avoid void* -> FlatPtr -> void* dance
Ali Mohammad Pur
2022-01-24
Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr
Sam Atkins
2021-11-23
LibCore+AK: Move MappedFile from AK to LibCore
Andreas Kling
2021-11-20
LibCoredump: Add Coredump::Inspector
Itamar
2021-11-20
LibCoredump: Add Reader::for_each_library
Itamar
2021-11-17
AK: Make JSON parser return ErrorOr<JsonValue> (instead of Optional)
Andreas Kling
2021-11-11
Everywhere: Pass AK::ReadonlyBytes by value
Andreas Kling
2021-11-10
Everywhere: Move shared library checks into a common function
Tim Schumacher
2021-11-10
LibCoredump: Restrict library name check when querying symbols
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-22
LibCoredump: Don't copy uncompressed coredumps into a ByteBuffer
Andreas Kling
2021-09-21
CrashReporter+LibCoredump: Show progress window while loading coredump
Andreas Kling
2021-09-21
LibCoredump: Make Backtrace getters return const references
Andreas Kling
2021-09-06
Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe
Ali Mohammad Pur
2021-08-23
Everywhere: Core dump => Coredump
Andreas Kling