Skip to content

Add --gdbserver-wait to halt before first opcode#56

Open
morozov wants to merge 1 commit into
masterfrom
gdbserver-wait
Open

Add --gdbserver-wait to halt before first opcode#56
morozov wants to merge 1 commit into
masterfrom
gdbserver-wait

Conversation

@morozov

@morozov morozov commented Jun 17, 2026

Copy link
Copy Markdown
Member

Halting at the first instruction lets a connecting gdb client arm breakpoints before any emulated code runs, so early-code debugging is deterministic regardless of ROM fast-load.

The flag is command-line only and never written to saved settings, so a one-off debugging launch cannot wedge later launches.

Halting at the first instruction lets a connecting gdb client arm
breakpoints before any emulated code runs, so early-code debugging is
deterministic regardless of ROM fast-load.

The flag is command-line only and never written to saved settings, so a
one-off debugging launch cannot wedge later launches.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant