]> git.lizzy.rs Git - rust.git/commit - compiler/rustc_incremental/src/persist/load.rs
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)
commit3c2356767c98d17a218fe2a98ca47b1ad162fe7c
treea723a495043c76a28127200605c0f9d2bbcc72ee
parent8796e7a9cfd4c5c4f1de15ec1c53994ddf288665
parentf1ff74ff967cff9634fff73a88cd9d4b93c2ba3f
Rollup merge of #99194 - simlay:simlay/update-rust-gdbgui-gdb-args-to-gdb-cmd, r=Mark-Simulacrum

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.