Age | Commit message (Expand) | Author |
---|---|---|
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 |