Re: [PATCH] gccrs: add selftest-rust-gdb and selftest-rust-valgrind "make" targets

2023-01-02 Thread Arthur Cohen
Hi David, On 12/16/22 18:01, David Malcolm wrote: Add "make" targets to make it easy to run the rust selftests under gdb and under valgrind via: make selftest-rust-gdb and make selftest-rust-valgrind respectively, similar to analogous "make" targets in the C and C++ frontends. Successfull

[PATCH] gccrs: add selftest-rust-gdb and selftest-rust-valgrind "make" targets

2022-12-16 Thread David Malcolm via Gcc-patches
Add "make" targets to make it easy to run the rust selftests under gdb and under valgrind via: make selftest-rust-gdb and make selftest-rust-valgrind respectively, similar to analogous "make" targets in the C and C++ frontends. Successfully bootstrapped & regrtested on x86_64-pc-linux-gnu. OK