2017-01-01 07:50:51 +01:00
|
|
|
# Copyright 2012-2017 Free Software Foundation, Inc.
|
2012-01-24 22:39:18 +01:00
|
|
|
# This program is free software; you can redistribute it and/or modify
|
|
|
|
# it under the terms of the GNU General Public License as published by
|
|
|
|
# the Free Software Foundation; either version 3 of the License, or
|
|
|
|
# (at your option) any later version.
|
|
|
|
#
|
|
|
|
# This program is distributed in the hope that it will be useful,
|
|
|
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
# GNU General Public License for more details.
|
|
|
|
#
|
|
|
|
# You should have received a copy of the GNU General Public License
|
|
|
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
#
|
|
|
|
|
|
|
|
if {[skip_shlib_tests]} {
|
2016-12-23 17:52:18 +01:00
|
|
|
untested "skipping shared library tests"
|
2012-01-24 22:39:18 +01:00
|
|
|
return -1
|
|
|
|
}
|
|
|
|
|
2012-06-21 22:46:25 +02:00
|
|
|
if {[get_compiler_info]} {
|
2012-01-24 22:39:18 +01:00
|
|
|
warning "Could not get compiler info"
|
2016-12-23 17:52:18 +01:00
|
|
|
untested "no compiler info"
|
2012-01-24 22:39:18 +01:00
|
|
|
return -1
|
|
|
|
}
|
|
|
|
|
test suite update - gdb.base/[cd]
Convert files gdb.base/[cd]*.exp to use standard_output_file et al.
* call-ar-st.exp, call-rt-st.exp, call-sc.exp,
call-signal-resume.exp, call-strs.exp, callexit.exp,
callfuncs.exp, catch-load.exp, catch-syscall.exp, charset.exp,
checkpoint.exp, chng-syms.exp, code-expr.exp, code_elim.exp,
commands.exp, completion.exp, complex.exp, cond-expr.exp,
condbreak.exp, consecutive.exp, constvars.exp, corefile.exp,
ctxobj.exp, cursal.exp, cvexpr.exp, dbx.exp, default.exp,
define.exp, del.exp, detach.exp, dfp-test.exp, display.exp,
dmsym.exp, dump.exp, dup-sect.exp: Use standard_testfile,
standard_output_file, prepare_for_testing, clean_restart.
2013-06-27 20:49:03 +02:00
|
|
|
standard_testfile .c
|
2012-01-24 22:39:18 +01:00
|
|
|
if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {debug shlib_load}] != "" } {
|
2016-12-23 17:52:18 +01:00
|
|
|
untested "failed to compile"
|
2012-01-24 22:39:18 +01:00
|
|
|
return -1
|
|
|
|
}
|
|
|
|
|
|
|
|
set testfile2 catch-load-so
|
|
|
|
set srcfile2 ${testfile2}.c
|
test suite update - gdb.base/[cd]
Convert files gdb.base/[cd]*.exp to use standard_output_file et al.
* call-ar-st.exp, call-rt-st.exp, call-sc.exp,
call-signal-resume.exp, call-strs.exp, callexit.exp,
callfuncs.exp, catch-load.exp, catch-syscall.exp, charset.exp,
checkpoint.exp, chng-syms.exp, code-expr.exp, code_elim.exp,
commands.exp, completion.exp, complex.exp, cond-expr.exp,
condbreak.exp, consecutive.exp, constvars.exp, corefile.exp,
ctxobj.exp, cursal.exp, cvexpr.exp, dbx.exp, default.exp,
define.exp, del.exp, detach.exp, dfp-test.exp, display.exp,
dmsym.exp, dump.exp, dup-sect.exp: Use standard_testfile,
standard_output_file, prepare_for_testing, clean_restart.
2013-06-27 20:49:03 +02:00
|
|
|
set binfile2 [standard_output_file ${testfile2}.so]
|
2012-01-24 22:39:18 +01:00
|
|
|
set binfile2_dlopen [shlib_target_file ${testfile2}.so]
|
|
|
|
if { [gdb_compile_shlib "${srcdir}/${subdir}/${srcfile2}" ${binfile2} {debug}] != "" } {
|
2016-12-23 17:52:18 +01:00
|
|
|
untested "failed to compile shared library"
|
2012-01-24 22:39:18 +01:00
|
|
|
return -1
|
|
|
|
}
|
|
|
|
|
|
|
|
# Run one set of tests.
|
|
|
|
# SCENARIO is the name of the test scenario, it is just used in test
|
|
|
|
# names.
|
|
|
|
# KIND is passed to the "catch" command.
|
|
|
|
# MATCH is a boolean saying whether we expect the catchpoint to be hit.
|
2013-03-15 02:41:29 +01:00
|
|
|
proc one_catch_load_test {scenario kind match sostop} {
|
|
|
|
with_test_prefix "${scenario}" {
|
|
|
|
global verbose testfile testfile2 binfile2 binfile2_dlopen
|
|
|
|
global srcfile
|
|
|
|
global decimal gdb_prompt
|
2012-01-24 22:39:18 +01:00
|
|
|
|
2013-03-15 02:41:29 +01:00
|
|
|
clean_restart $testfile
|
2016-04-28 00:08:59 +02:00
|
|
|
gdb_load_shlib $binfile2
|
2012-01-24 22:39:18 +01:00
|
|
|
|
2013-03-15 02:41:29 +01:00
|
|
|
if {![runto_main]} {
|
|
|
|
fail "can't run to main"
|
|
|
|
return
|
|
|
|
}
|
2012-01-24 22:39:18 +01:00
|
|
|
|
2013-03-15 02:41:29 +01:00
|
|
|
gdb_breakpoint [gdb_get_line_number "final breakpoint here"]
|
|
|
|
gdb_test_no_output "set var libname = \"$binfile2_dlopen\""
|
|
|
|
gdb_test_no_output "set stop-on-solib-events $sostop"
|
|
|
|
gdb_test "catch $kind" "Catchpoint $decimal \\(.*\\)"
|
2012-01-24 22:39:18 +01:00
|
|
|
|
2013-03-15 02:41:29 +01:00
|
|
|
gdb_test_multiple "continue" "continue" {
|
2013-09-17 09:00:50 +02:00
|
|
|
-re "Catchpoint $decimal\r\n.*loaded .*(\\\\|/)$testfile2.*\r\n.*$gdb_prompt $" {
|
2013-03-15 02:41:29 +01:00
|
|
|
if {$match} {
|
|
|
|
pass "continue"
|
|
|
|
} else {
|
|
|
|
fail "continue"
|
|
|
|
}
|
2012-01-24 22:39:18 +01:00
|
|
|
}
|
|
|
|
|
2013-03-15 02:41:29 +01:00
|
|
|
-re "Stopped due to shared library event.*\r\n$gdb_prompt $" {
|
|
|
|
if {$sostop} {
|
|
|
|
pass "continue"
|
|
|
|
} else {
|
|
|
|
fail "continue"
|
|
|
|
}
|
2012-01-24 22:39:18 +01:00
|
|
|
}
|
|
|
|
|
2013-03-15 02:41:29 +01:00
|
|
|
-re "Breakpoint $decimal, .*\r\n$gdb_prompt $" {
|
|
|
|
if {!$match} {
|
|
|
|
pass "continue"
|
|
|
|
} else {
|
|
|
|
fail "continue"
|
|
|
|
}
|
2012-01-24 22:39:18 +01:00
|
|
|
}
|
|
|
|
|
2013-03-15 02:41:29 +01:00
|
|
|
-re ".*$gdb_prompt $" {
|
|
|
|
fail "continue"
|
|
|
|
}
|
2012-01-24 22:39:18 +01:00
|
|
|
}
|
|
|
|
}
|
2013-03-15 02:41:29 +01:00
|
|
|
}
|
2012-01-24 22:39:18 +01:00
|
|
|
|
|
|
|
one_catch_load_test "plain load" "load" 1 0
|
|
|
|
one_catch_load_test "plain load with stop-on-solib-events" "load" 1 1
|
|
|
|
one_catch_load_test "rx load" "load $testfile2" 1 0
|
|
|
|
one_catch_load_test "rx load with stop-on-solib-events" "load $testfile2" 1 1
|
|
|
|
one_catch_load_test "non-matching load" "load zardoz" 0 0
|
|
|
|
one_catch_load_test "non-matching load with stop-on-solib-events" \
|
|
|
|
"load zardoz" 0 1
|
|
|
|
|
|
|
|
one_catch_load_test "plain unload" "unload" 1 0
|
|
|
|
one_catch_load_test "plain unload with stop-on-solib-events" "unload" 1 1
|
|
|
|
one_catch_load_test "rx unload" "unload $testfile2" 1 0
|
|
|
|
one_catch_load_test "rx unload with stop-on-solib-events" \
|
|
|
|
"unload $testfile2" 1 1
|
|
|
|
one_catch_load_test "non-matching unload" "unload zardoz" 0 0
|
|
|
|
one_catch_load_test "non-matching unload with stop-on-solib-events" \
|
|
|
|
"unload zardoz" 0 1
|