index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Meta
/
debug-kernel.sh
Age
Commit message (
Expand
)
Author
2023-04-28
Revert "Kernel/x86: Bake the Prekernel and the Kernel into one image"
Tim Schumacher
2023-04-28
Kernel/x86: Bake the Prekernel and the Kernel into one image
Liav A
2023-04-11
Toolchain: Move GDB build to a separate script
Daniel Bertalan
2023-04-09
Meta+Toolchain: Redirect GDB error output to stdout before grepping
Tim Schumacher
2023-04-09
Meta: Add a missing dash to the GDB detection code
Tim Schumacher
2023-04-03
Toolchain+Meta: Support kernel debugging with host AArch64 GDB
Daniel Bertalan
2023-04-02
Meta: Enable asm-view symbol demangling in the gdb kernel debug script
Idan Horowitz
2023-04-02
Meta: Update AArch64 kernel base address in the gdb kernel debug script
Idan Horowitz
2023-03-13
Meta+Documentation: Allow cross-debugging x86_64 Serenity on M1 Macs
Daniel Bertalan
2022-12-28
Meta: Remove i686 target
Liav A
2022-10-03
Meta: Make x86-64 target the default
Liav A
2022-04-20
Meta: Allow setting a host IP address to bind to
Tim Schumacher
2022-02-19
Meta: Make `serenity.sh gdb` work with the Clang toolchain
Daniel Bertalan
2021-09-17
Meta: Set SERENITY_ARCH if it is not set in debug-kernel.sh
Brian Gianforcaro
2021-09-07
Toolchain: Build aarch64-gdb for cross-debugging on x86
Idan Horowitz
2021-08-19
Meta: Explicitly configure source directory in debug-kernel.sh
Brian Gianforcaro
2021-08-14
Meta: Disable printing frame args when debugging the kernel with gdb
Brian Gianforcaro
2021-08-08
Meta: Allow attaching GDB to the QEMU instance on the WSL2 host
Gunnar Beutner
2021-07-27
Kernel: Support loading the kernel at almost arbitrary virtual addresses
Gunnar Beutner
2021-07-18
Kernel: Introduce basic pre-kernel environment
Gunnar Beutner
2021-06-29
Meta: Change default GDB layout
Gunnar Beutner
2021-06-25
Kernel: Build the x86_64 kernel as an ELF32 executable
Gunnar Beutner
2021-04-22
Meta: Add GDB pretty printers
Gunnar Beutner
2021-03-09
Meta: Add a build helper script
Tom
2021-02-07
Meta: Fix path to kernel binary in debug-kernel.sh
Brian Gianforcaro
2020-05-14
Build: Switch to CMake :^)
Sergey Bugaev