-
- Downloads
Update gdb test suite for Rust
This updates the gdb test suite for Rust. 2016-05-17 Tom Tromey <tom@tromey.com> Manish Goregaokar <manishsmail@gmail.com> * lib/rust-support.exp: New file. * lib/gdb.exp (skip_rust_tests): New proc. (build_executable_from_specs): Handle rust. * lib/future.exp (gdb_find_rustc): New proc. (gdb_default_target_compile): Handle rust. * gdb.rust/expr.exp: New file. * gdb.rust/generics.exp: New file. * gdb.rust/generics.rs: New file. * gdb.rust/methods.exp: New file. * gdb.rust/methods.rs: New file. * gdb.rust/modules.exp: New file. * gdb.rust/modules.rs: New file. * gdb.rust/simple.exp: New file. * gdb.rust/simple.rs: New file.
Showing
- gdb/testsuite/ChangeLog 18 additions, 0 deletionsgdb/testsuite/ChangeLog
- gdb/testsuite/gdb.rust/expr.exp 137 additions, 0 deletionsgdb/testsuite/gdb.rust/expr.exp
- gdb/testsuite/gdb.rust/generics.exp 45 additions, 0 deletionsgdb/testsuite/gdb.rust/generics.exp
- gdb/testsuite/gdb.rust/generics.rs 44 additions, 0 deletionsgdb/testsuite/gdb.rust/generics.rs
- gdb/testsuite/gdb.rust/methods.exp 63 additions, 0 deletionsgdb/testsuite/gdb.rust/methods.exp
- gdb/testsuite/gdb.rust/methods.rs 129 additions, 0 deletionsgdb/testsuite/gdb.rust/methods.rs
- gdb/testsuite/gdb.rust/modules.exp 89 additions, 0 deletionsgdb/testsuite/gdb.rust/modules.exp
- gdb/testsuite/gdb.rust/modules.rs 90 additions, 0 deletionsgdb/testsuite/gdb.rust/modules.rs
- gdb/testsuite/gdb.rust/simple.exp 206 additions, 0 deletionsgdb/testsuite/gdb.rust/simple.exp
- gdb/testsuite/gdb.rust/simple.rs 97 additions, 0 deletionsgdb/testsuite/gdb.rust/simple.rs
- gdb/testsuite/lib/future.exp 45 additions, 1 deletiongdb/testsuite/lib/future.exp
- gdb/testsuite/lib/gdb.exp 15 additions, 0 deletionsgdb/testsuite/lib/gdb.exp
- gdb/testsuite/lib/rust-support.exp 37 additions, 0 deletionsgdb/testsuite/lib/rust-support.exp
Loading
Please register or sign in to comment