diff options
author | Pedro Alves <palves@redhat.com> | 2018-06-14 12:54:09 +0100 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2018-06-14 12:54:09 +0100 |
commit | 7b045207d1b8980add1c87b643504e3ef987e7a2 (patch) | |
tree | 109bf76e0fdc424f205f8dc83d86f2af30625efc /gdb/testsuite/gdb.opt/inline-break.exp | |
parent | 11ae5818f76e0af4dcf7ee069e0756ccf6901ebe (diff) | |
download | gdb-7b045207d1b8980add1c87b643504e3ef987e7a2.zip gdb-7b045207d1b8980add1c87b643504e3ef987e7a2.tar.gz gdb-7b045207d1b8980add1c87b643504e3ef987e7a2.tar.bz2 |
Revert accidental push of "Inline breakpoints" commit
Diffstat (limited to 'gdb/testsuite/gdb.opt/inline-break.exp')
-rw-r--r-- | gdb/testsuite/gdb.opt/inline-break.exp | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/gdb/testsuite/gdb.opt/inline-break.exp b/gdb/testsuite/gdb.opt/inline-break.exp index f1ab3d2..008ff1a 100644 --- a/gdb/testsuite/gdb.opt/inline-break.exp +++ b/gdb/testsuite/gdb.opt/inline-break.exp @@ -231,21 +231,4 @@ foreach_with_prefix cmd [list "break" "tbreak"] { } } -# func_caller and func_callee are both inline functions, and one calls -# the other. Test that setting a breakpoint on the caller reports the -# stop at the caller, and that setting a breakpoint at the callee -# reports a stop at the callee. -foreach_with_prefix func {"func_callee" "func_caller"} { - clean_restart $binfile - - if {![runto main]} { - untested "could not run to main" - continue - } - - gdb_breakpoint $func - gdb_test "continue" "Breakpoint .* $func .*at .*$srcfile.*" \ - "continue to inline function" -} - unset -nocomplain results |