summaryrefslogtreecommitdiff
path: root/Meta/debug-kernel.sh
AgeCommit message (Expand)Author
2023-04-28Revert "Kernel/x86: Bake the Prekernel and the Kernel into one image"Tim Schumacher
2023-04-28Kernel/x86: Bake the Prekernel and the Kernel into one imageLiav A
2023-04-11Toolchain: Move GDB build to a separate scriptDaniel Bertalan
2023-04-09Meta+Toolchain: Redirect GDB error output to stdout before greppingTim Schumacher
2023-04-09Meta: Add a missing dash to the GDB detection codeTim Schumacher
2023-04-03Toolchain+Meta: Support kernel debugging with host AArch64 GDBDaniel Bertalan
2023-04-02Meta: Enable asm-view symbol demangling in the gdb kernel debug scriptIdan Horowitz
2023-04-02Meta: Update AArch64 kernel base address in the gdb kernel debug scriptIdan Horowitz
2023-03-13Meta+Documentation: Allow cross-debugging x86_64 Serenity on M1 MacsDaniel Bertalan
2022-12-28Meta: Remove i686 targetLiav A
2022-10-03Meta: Make x86-64 target the defaultLiav A
2022-04-20Meta: Allow setting a host IP address to bind toTim Schumacher
2022-02-19Meta: Make `serenity.sh gdb` work with the Clang toolchainDaniel Bertalan
2021-09-17Meta: Set SERENITY_ARCH if it is not set in debug-kernel.shBrian Gianforcaro
2021-09-07Toolchain: Build aarch64-gdb for cross-debugging on x86Idan Horowitz
2021-08-19Meta: Explicitly configure source directory in debug-kernel.shBrian Gianforcaro
2021-08-14Meta: Disable printing frame args when debugging the kernel with gdbBrian Gianforcaro
2021-08-08Meta: Allow attaching GDB to the QEMU instance on the WSL2 hostGunnar Beutner
2021-07-27Kernel: Support loading the kernel at almost arbitrary virtual addressesGunnar Beutner
2021-07-18Kernel: Introduce basic pre-kernel environmentGunnar Beutner
2021-06-29Meta: Change default GDB layoutGunnar Beutner
2021-06-25Kernel: Build the x86_64 kernel as an ELF32 executableGunnar Beutner
2021-04-22Meta: Add GDB pretty printersGunnar Beutner
2021-03-09Meta: Add a build helper scriptTom
2021-02-07Meta: Fix path to kernel binary in debug-kernel.shBrian Gianforcaro
2020-05-14Build: Switch to CMake :^)Sergey Bugaev