diff options
| author | Ben Kimock <kimockb@gmail.com> | 2024-08-17 17:31:49 -0400 |
|---|---|---|
| committer | Ben Kimock <kimockb@gmail.com> | 2024-08-18 12:39:07 -0400 |
| commit | fa0e8585d4c3484c344e84ed3e639a8fd63616b8 (patch) | |
| tree | 8e4aba668010664df9841ec1c6b3977009d7cd90 /tests/debuginfo/generic-method-on-generic-struct.rs | |
| parent | 43146616710b6ea7017aed22a978f942d6eb7ca3 (diff) | |
| download | rust-fa0e8585d4c3484c344e84ed3e639a8fd63616b8.tar.gz rust-fa0e8585d4c3484c344e84ed3e639a8fd63616b8.zip | |
Replace gdbr with gdbg
Diffstat (limited to 'tests/debuginfo/generic-method-on-generic-struct.rs')
| -rw-r--r-- | tests/debuginfo/generic-method-on-generic-struct.rs | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/debuginfo/generic-method-on-generic-struct.rs b/tests/debuginfo/generic-method-on-generic-struct.rs index 0b7bee53dab..0f72e2b092b 100644 --- a/tests/debuginfo/generic-method-on-generic-struct.rs +++ b/tests/debuginfo/generic-method-on-generic-struct.rs @@ -10,7 +10,7 @@ // STACK BY REF // gdb-command:print *self -// gdbr-check:$1 = generic_method_on_generic_struct::Struct<(u32, i32)> {x: (8888, -8888)} +// gdb-check:$1 = generic_method_on_generic_struct::Struct<(u32, i32)> {x: (8888, -8888)} // gdb-command:print arg1 // gdb-check:$2 = -1 // gdb-command:print arg2 @@ -19,7 +19,7 @@ // STACK BY VAL // gdb-command:print self -// gdbr-check:$4 = generic_method_on_generic_struct::Struct<(u32, i32)> {x: (8888, -8888)} +// gdb-check:$4 = generic_method_on_generic_struct::Struct<(u32, i32)> {x: (8888, -8888)} // gdb-command:print arg1 // gdb-check:$5 = -3 // gdb-command:print arg2 @@ -28,7 +28,7 @@ // OWNED BY REF // gdb-command:print *self -// gdbr-check:$7 = generic_method_on_generic_struct::Struct<f64> {x: 1234.5} +// gdb-check:$7 = generic_method_on_generic_struct::Struct<f64> {x: 1234.5} // gdb-command:print arg1 // gdb-check:$8 = -5 // gdb-command:print arg2 @@ -37,7 +37,7 @@ // OWNED BY VAL // gdb-command:print self -// gdbr-check:$10 = generic_method_on_generic_struct::Struct<f64> {x: 1234.5} +// gdb-check:$10 = generic_method_on_generic_struct::Struct<f64> {x: 1234.5} // gdb-command:print arg1 // gdb-check:$11 = -7 // gdb-command:print arg2 @@ -46,7 +46,7 @@ // OWNED MOVED // gdb-command:print *self -// gdbr-check:$13 = generic_method_on_generic_struct::Struct<f64> {x: 1234.5} +// gdb-check:$13 = generic_method_on_generic_struct::Struct<f64> {x: 1234.5} // gdb-command:print arg1 // gdb-check:$14 = -9 // gdb-command:print arg2 |
