summaryrefslogtreecommitdiff
path: root/Meta/debug-kernel.sh
AgeCommit message (Expand)Author
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