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
/
LibSymbolication
Age
Commit message (
Expand
)
Author
2023-04-27
LibSymbolication: Use `Core::File` instead of `Core::DeprecatedFile`
Lucas CHOLLET
2023-03-21
Everywhere: Use `LibFileSystem` where trivial
Cameron Youell
2023-02-19
Kernel+Userland: Add constants subdirectory at /sys/kernel directory
Liav A
2023-02-13
LibCore: Rename `File` to `DeprecatedFile`
Tim Schumacher
2023-01-26
LibSymbolication: Replace uses of JsonObject::get_deprecated()/get_ptr()
Sam Atkins
2023-01-22
LibDebug: Propagate errors throughout DWARF parsing
Tim Schumacher
2023-01-17
AK+Everywhere: Rename JsonObject::get() to ::get_deprecated()
Sam Atkins
2022-12-28
LibELF+LibSymbolication: Remove i686 support
Liav A
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-11-01
Everywhere: Mark dependencies of most targets as PRIVATE
Tim Schumacher
2022-10-25
LibSymbolication: Use new global variables at /sys/kernel/ directory
Liav A
2022-07-27
Everywhere: Make the codebase more architecture aware
Undefine
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
2021-11-23
LibCore+AK: Move MappedFile from AK to LibCore
Andreas Kling
2021-11-17
AK: Make JSON parser return ErrorOr<JsonValue> (instead of Optional)
Andreas Kling
2021-11-08
AK: Use ErrorOr<T> for MappedFile factories
Andreas Kling
2021-10-17
LibSymbolication: Skip source position calculation if requested
Rodrigo Tobar
2021-10-15
LibSymbolication: Make Symbol comparable
Rodrigo Tobar
2021-09-30
LibSymbolication+SystemMonitor: Show ELF object in stack
Rodrigo Tobar
2021-09-28
LibSymbolication: Look for libraries under /usr/local/lib
Rodrigo Tobar
2021-09-28
LibSymbolication: Return empty value on error
Rodrigo Tobar
2021-09-04
LibSymbolication: Unbreak symbolication with `-z separate-code` linking
Andreas Kling
2021-08-06
LibDebug+Everywhere: Make DebugInfo not own the ELF image
Ali Mohammad Pur
2021-07-27
Kernel: Support loading the kernel at almost arbitrary virtual addresses
Gunnar Beutner
2021-07-27
LibSymbolication: Fix integer overflow when calculating region addresses
Gunnar Beutner
2021-07-22
Userland: Use /proc/kernel_base to determine the kernel base address
Gunnar Beutner
2021-07-22
AK: Add a getter to JsonValue to get machine-native addresses
Gunnar Beutner
2021-07-20
Userland: Hardcode the x86_64 kernel base address for now
Gunnar Beutner
2021-07-18
Kernel: Split debug symbols into a separate file
Gunnar Beutner
2021-06-24
LibSymbolication: Fix incorrect argument type for symbolicate()
Gunnar Beutner
2021-06-20
LibCoreDump: Don't subtract one from the first stack frame's EIP
Gunnar Beutner
2021-06-19
LibSymbolication+Utilities: Show inlined functions for bt
Gunnar Beutner
2021-06-19
LibDebug: Store LibDebug objects on the heap & make them non-copyable
Itamar
2021-05-22
LibSymbolication: Rename Client.{cpp,h} => Symbolication.{cpp,h}
Andreas Kling
2021-05-22
LibSymbolication: Name the shared object libsymbolication.so
Andreas Kling
2021-05-22
LibSymbolication+SystemMonitor+bt: Move symbolication back in-process
Andreas Kling
2021-05-22
Userland: Rename LibSymbolClient => LibSymbolication
Andreas Kling