summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibSymbolication
AgeCommit message (Expand)Author
2021-11-23LibCore+AK: Move MappedFile from AK to LibCoreAndreas Kling
2021-11-17AK: Make JSON parser return ErrorOr<JsonValue> (instead of Optional)Andreas Kling
2021-11-08AK: Use ErrorOr<T> for MappedFile factoriesAndreas Kling
2021-10-17LibSymbolication: Skip source position calculation if requestedRodrigo Tobar
2021-10-15LibSymbolication: Make Symbol comparableRodrigo Tobar
2021-09-30LibSymbolication+SystemMonitor: Show ELF object in stackRodrigo Tobar
2021-09-28LibSymbolication: Look for libraries under /usr/local/libRodrigo Tobar
2021-09-28LibSymbolication: Return empty value on errorRodrigo Tobar
2021-09-04LibSymbolication: Unbreak symbolication with `-z separate-code` linkingAndreas Kling
2021-08-06LibDebug+Everywhere: Make DebugInfo not own the ELF imageAli Mohammad Pur
2021-07-27Kernel: Support loading the kernel at almost arbitrary virtual addressesGunnar Beutner
2021-07-27LibSymbolication: Fix integer overflow when calculating region addressesGunnar Beutner
2021-07-22Userland: Use /proc/kernel_base to determine the kernel base addressGunnar Beutner
2021-07-22AK: Add a getter to JsonValue to get machine-native addressesGunnar Beutner
2021-07-20Userland: Hardcode the x86_64 kernel base address for nowGunnar Beutner
2021-07-18Kernel: Split debug symbols into a separate fileGunnar Beutner
2021-06-24LibSymbolication: Fix incorrect argument type for symbolicate()Gunnar Beutner
2021-06-20LibCoreDump: Don't subtract one from the first stack frame's EIPGunnar Beutner
2021-06-19LibSymbolication+Utilities: Show inlined functions for btGunnar Beutner
2021-06-19LibDebug: Store LibDebug objects on the heap & make them non-copyableItamar
2021-05-22LibSymbolication: Rename Client.{cpp,h} => Symbolication.{cpp,h}Andreas Kling
2021-05-22LibSymbolication: Name the shared object libsymbolication.soAndreas Kling
2021-05-22LibSymbolication+SystemMonitor+bt: Move symbolication back in-processAndreas Kling
2021-05-22Userland: Rename LibSymbolClient => LibSymbolicationAndreas Kling