this can be reproduced by cloning https://github.com/m4b/bingrep/ building from commit d38de026f9054e6f1b49380fc23cd9e58241a032 with `cargo build` running it in gdb like `gdb --args target/debug/bingrep <path to some binary>` doing ``` b 193 run next step fin step fin step ``` all is well until the last `step` which seems to skip the entire program (the same `step` seems to behave well e.g. in lldb) platform: Ubuntu 20.04, gdb 14.1, rust 1.75.0 , gdb/rust coming from nix unstable