]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #99194 - simlay:simlay/update-rust-gdbgui-gdb-args-to-gdb-cmd, r...
authorMatthias Krüger <matthias.krueger@famsik.de>
Sat, 8 Oct 2022 21:32:01 +0000 (23:32 +0200)
committerGitHub <noreply@github.com>
Sat, 8 Oct 2022 21:32:01 +0000 (23:32 +0200)
Fix gdb-cmd for rust-gdbgui

With https://github.com/cs01/gdbgui/pull/198, the way that gdbgui arguments were specified changed. I've tested this with program generated from `cargo new --bin` and it worked as gdbgui should.

Closes #76383.


Trivial merge