2016-01-01 05:33:14 +01:00
|
|
|
# Copyright 1998-2016 Free Software Foundation, Inc.
|
1999-04-16 03:35:26 +02: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
|
2007-08-23 20:14:19 +02:00
|
|
|
# the Free Software Foundation; either version 3 of the License, or
|
1999-04-16 03:35:26 +02:00
|
|
|
# (at your option) any later version.
|
2007-08-23 20:14:19 +02:00
|
|
|
#
|
1999-04-16 03:35:26 +02:00
|
|
|
# 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.
|
2007-08-23 20:14:19 +02:00
|
|
|
#
|
1999-04-16 03:35:26 +02:00
|
|
|
# You should have received a copy of the GNU General Public License
|
2007-08-23 20:14:19 +02:00
|
|
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
1999-04-16 03:35:26 +02:00
|
|
|
|
|
|
|
# This file was written by Elena Zannoni (ezannoni@cygnus.com)
|
|
|
|
|
|
|
|
# this file tests command line calls with functions returning structures
|
|
|
|
# corresponding source file: call_return_struct.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
|
|
|
standard_testfile .c
|
1999-04-16 03:35:26 +02:00
|
|
|
|
2006-03-07 16:23:33 +01:00
|
|
|
if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {debug nowarnings}] != "" } {
|
2005-05-13 19:36:43 +02:00
|
|
|
untested "couldn't compile ${srcdir}/${subdir}/${srcfile}"
|
|
|
|
return -1
|
|
|
|
}
|
1999-04-16 03:35:26 +02:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Create and source the file that provides information about the compiler
|
|
|
|
# used to compile the test case.
|
|
|
|
|
2012-06-21 22:46:25 +02:00
|
|
|
if [get_compiler_info] {
|
gdb/testsuite/
* config/monitor.exp (gdb_target_cmd): Remove semicolon after
'return'.
(gdb_target_monitor, gdb_load): Likewise.
* config/sid.exp (gdb_load): Likewise.
* config/slite.exp (gdb_load): Likewise.
* config/vx.exp (gdb_start, spawn_vxgdb): Likewise.
* gdb.ada/arrayidx.exp, gdb.ada/null_array.exp: Likewise.
* gdb.arch/mips-octeon-bbit.exp (single_step): Likewise.
(single_step_until): Likewise.
* gdb.arch/powerpc-d128-regs.exp: Likewise.
* gdb.arch/system-gcore.exp: Likewise.
* gdb.base/bigcore.exp (extract_heap): Likewise.
* gdb.base/break-on-linker-gcd-function.exp: Likewise.
* gdb.base/call-ar-st.exp: Likewise.
* gdb.base/call-rt-st.exp: Likewise.
* gdb.base/call-sc.exp, gdb.base/call-strs.exp: Likewise.
* gdb.base/callfuncs.exp, gdb.base/completion.exp: Likewise.
* gdb.base/condbreak.exp, gdb.base/constvars.exp: Likewise.
* gdb.base/corefile.exp: Likewise.
* gdb.base/dbx.exp (gdb_file_cmd): Likewise.
* gdb.base/exprs.exp, gdb.base/fileio.exp: Likewise.
* gdb.base/fixsection.exp: Likewise.
* gdb.base/funcargs.exp: Likewise.
* gdb.base/gcore-buffer-overflow.exp: Likewise.
* gdb.base/gcore-relro.exp: Likewise.
* gdb.base/gcore.exp, gdb.base/gdb11530.exp: Likewise.
* gdb.base/gdb11531.exp, gdb.base/gnu-ifunc.exp: Likewise.
* gdb.base/info-os.exp, gdb.base/info-proc.exp: Likewise.
* gdb.base/interp.exp, gdb.base/langs.exp:: Likewise.
* gdb.base/list.exp: Likewise.
(set_listsize): Likewise.
* gdb.base/logical.exp, gdb.base/mips_pro.exp: Likewise.
* gdb.base/miscexprs.exp, gdb.base/nodebug.exp: Likewise.
* gdb.base/opaque.exp, gdb.base/pointers.exp: Likewise.
* gdb.base/psymtab.exp, gdb.base/ptype.exp: Likewise.
* gdb.base/relational.exp, gdb.base/scope.exp: Likewise.
* gdb.base/setvar.exp: Likewise.
(test_set): Likewise.
* gdb.base/signals.exp, gdb.base/sizeof.exp: Likewise.
* gdb.base/solib-overlap.exp: Likewise.
* gdb.base/store.exp, gdb.base/structs.exp: Likewise.
* gdb.base/structs2.exp, gdb.base/volatile.exp: Likewise.
* gdb.base/watchpoint.exp (initialize): Likewise.
(test_simple_watchpoint): Likewise.
(test_disabling_watchpoints): Likewise.
(test_watchpoint_triggered_in_syscall): Likewise.
* gdb.base/whatis.exp, gdb.cp/ambiguous.exp: Likewise.
* gdb.cp/casts.exp, gdb.cp/ctti.exp: Likewise.
* gdb.cp/namespace.exp, gdb.cp/nsdecl.exp: Likewise.
* gdb.cp/psmang.exp, gdb.dwarf2/dw2-ranges.exp: Likewise.
* gdb.hp/gdb.aCC/optimize.exp: Likewise.
* gdb.hp/gdb.aCC/watch-cmd.exp: Likewise.
* gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
* gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
* gdb.hp/gdb.compat/xdb1.exp: Likewise.
* gdb.hp/gdb.compat/xdb2.exp: Likewise.
* gdb.hp/gdb.compat/xdb3.exp: Likewise.
* gdb.hp/gdb.defects/bs14602.exp: Likewise.
* gdb.hp/gdb.defects/solib-d.exp: Likewise.
* gdb.mi/gdb792.exp: Likewise.
* gdb.mi/mi-inheritance-syntax-error.exp: Likewise.
* gdb.mi/mi-logging.exp, gdb.mi/mi-var-cp.exp : Likewise.
* gdb.mi/mi-var-rtti.exp, gdb.python/py-type.exp: Likewise.
* gdb.threads/gcore-thread.exp: Likewise.
(load_core): Likewise.
* gdb.threads/pthreads.exp (all_threads_running): Likewise.
(test_startup, check_control_c): Likewise.
* gdb.threads/sigstep-threads.exp: Likewise.
* gdb.threads/thread_check.exp: Likewise.
* gdb.trace/backtrace.exp, gdb.trace/change-loc.exp: Likewise.
* gdb.trace/circ.exp (run_trace_experiment): Likewise.
(set_a_tracepoint, trace_buffer_normal): Likewise.
(gdb_trace_circular_tests): Likewise.
* gdb.trace/collection.exp: Likewise.
* gdb.trace/disconnected-tracing.exp: Likewise.
* gdb.trace/infotrace.exp: Likewise.
* gdb.trace/mi-traceframe-changed.exp: Likewise.
* gdb.trace/mi-tracepoint-changed.exp: Likewise.
* gdb.trace/mi-tsv-changed.exp (test_create_delete_modify_tsv): Likewise.
* gdb.trace/packetlen.exp, gdb.trace/passc-dyn.exp: Likewise.
* gdb.trace/pending.exp, gdb.trace/report.exp: Likewise.
* gdb.trace/stap-trace.exp: Likewise.
* gdb.trace/status-stop.exp,gdb.trace/strace.exp: Likewise.
* gdb.trace/tfind.exp, gdb.trace/trace-break.exp: Likewise.
* gdb.trace/trace-buffer-size.exp: Likewise.
* gdb.trace/tspeed.exp, gdb.trace/tsv.exp: Likewise.
* gdb.trace/unavailable.exp: Likewise.
* gdb.trace/while-dyn.exp: Likewise.
* lib/fortran.exp (set_lang_fortran): Likewise.
* lib/gdb.exp (default_gdb_version, gdb_start_cmd): Likewise.
(gdb_breakpoint, gdb_reinitialize_dir): Likewise.
(default_gdb_start, get_compiler_info): Likewise.
(gdb_compile, gdb_compile_objc, gdb_reload, gdb_init): Likewise.
(get_debug_format, setup_xfail_format): Likewise.
(rerun_to_main, gdb_skip_float_test): Likewise.
(build_id_debug_filename_get, get_remotetimeout): Likewise.
* lib/java.exp (set_lang_java): Likewise.
* lib/mi-support.exp (default_mi_gdb_start): Likewise.
(mi_gdb_reinitialize_dir, mi_gdb_target_cmd): Likewise.
(mi_gdb_file_cmd, mi_gdb_test): Likewise.
(mi_run_cmd_full, mi_expect_interrupt): Likewise.
* lib/objc.exp (set_lang_objc): Likewise.
* lib/pascal.exp (set_lang_pascal): Likewise.
* lib/prompt.exp (default_prompt_gdb_start): Likewise.
* lib/trace-support.exp (gdb_trace_setactions, gdb_tfind_test): Likewise.
(gdb_readexpr, gdb_gettpnum, gdb_find_recursion_test_baseline): Likewise.
2013-03-14 14:34:06 +01:00
|
|
|
return -1
|
1999-04-16 03:35:26 +02:00
|
|
|
}
|
|
|
|
|
2002-01-06 15:42:39 +01:00
|
|
|
# Some targets can't do function calls, so don't even bother with this
|
|
|
|
# test.
|
1999-04-16 03:35:26 +02:00
|
|
|
if [target_info exists gdb,cannot_call_functions] {
|
2016-06-08 11:12:56 +02:00
|
|
|
unsupported "This target can not call functions"
|
1999-04-16 03:35:26 +02:00
|
|
|
continue
|
|
|
|
}
|
|
|
|
|
2016-09-02 10:22:13 +02:00
|
|
|
set skip_float_test [gdb_skip_float_test]
|
|
|
|
|
1999-04-16 03:35:26 +02:00
|
|
|
# Start with a fresh gdb.
|
|
|
|
|
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
|
|
|
clean_restart ${binfile}
|
2010-05-25 00:03:59 +02:00
|
|
|
gdb_test_no_output "set print sevenbit-strings"
|
|
|
|
gdb_test_no_output "set print address off"
|
|
|
|
gdb_test_no_output "set width 0"
|
1999-04-16 03:35:26 +02:00
|
|
|
|
|
|
|
|
|
|
|
if ![runto_main] then {
|
|
|
|
perror "couldn't run to breakpoint"
|
|
|
|
continue
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2014-10-24 11:15:10 +02:00
|
|
|
set stop_line [gdb_get_line_number "-break1-"]
|
1999-04-16 03:35:26 +02:00
|
|
|
gdb_test "break loop_count" \
|
2014-10-24 11:15:10 +02:00
|
|
|
"Breakpoint.* file .*call-rt-st.c, line $stop_line\\." \
|
1999-04-16 03:35:26 +02:00
|
|
|
"breakpoint loop_count"
|
|
|
|
|
2010-05-25 00:03:59 +02:00
|
|
|
gdb_test "continue" \
|
2014-10-24 11:15:10 +02:00
|
|
|
"Continuing\\..*Breakpoint.*loop_count \\(\\) at.*call-rt-st.c:$stop_line\[ \t\r\n\]+$stop_line\[\t \]+for \\(index=0; index.4; index..\\);.*\[\r\n \]+" \
|
2010-05-25 00:03:59 +02:00
|
|
|
"continue to loop_count"
|
1999-04-16 03:35:26 +02:00
|
|
|
|
2010-05-25 00:03:59 +02:00
|
|
|
gdb_test_multiple "finish" "finish out from loop count" {
|
2014-10-24 11:15:10 +02:00
|
|
|
-re "Run till exit from .0 loop_count \\(\\) at.*call-rt-st.c:$stop_line\[ \t\r\n\]+main \\(\\) at.*call-rt-st.c:${decimal}\[ \t\r\n\]+${decimal}\[\t \]+return 0;.*-finish1-.*$gdb_prompt $" {
|
|
|
|
pass "finish out from loop_count (finish1)"
|
2003-04-03 18:34:48 +02:00
|
|
|
}
|
2014-10-24 11:15:10 +02:00
|
|
|
-re "Run till exit from .0 loop_count \\(\\) at.*call-rt-st.c:$stop_line\[ \t\r\n\]+main \\(\\) at.*call-rt-st.c:${decimal}\[ \t\r\n\]+${decimal}\[\t \]+loop_count.*-finish2-.*$gdb_prompt $" {
|
2003-10-13 11:13:43 +02:00
|
|
|
pass "finish out from loop_count (line 775)"
|
2003-04-03 18:34:48 +02:00
|
|
|
}
|
1999-04-16 03:35:26 +02:00
|
|
|
}
|
|
|
|
|
2001-12-07 22:23:47 +01:00
|
|
|
# Ask GDB to print the value of EXPR, and expect to see the regexp
|
|
|
|
# RESULT in the output. If we get back the error message "Function
|
|
|
|
# return value unknown", call that an `unsupported' test; on some
|
|
|
|
# architectures, it's impossible to find structs returned by value
|
|
|
|
# reliably.
|
2015-07-29 12:09:41 +02:00
|
|
|
proc print_struct_call { expr inf_result gdb_result } {
|
2001-12-07 22:23:47 +01:00
|
|
|
global gdb_prompt
|
2015-07-29 12:09:41 +02:00
|
|
|
global inferior_spawn_id gdb_spawn_id
|
|
|
|
|
|
|
|
set inferior_matched 0
|
|
|
|
set gdb_matched 0
|
2001-12-07 22:23:47 +01:00
|
|
|
|
|
|
|
set command "print $expr"
|
2010-05-25 00:03:59 +02:00
|
|
|
gdb_test_multiple "${command}" "${command}" {
|
2015-07-29 12:09:41 +02:00
|
|
|
-i $inferior_spawn_id
|
|
|
|
-re "$inf_result" {
|
|
|
|
set inferior_matched 1
|
|
|
|
if {!$gdb_matched} {
|
|
|
|
exp_continue
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
-i $gdb_spawn_id
|
|
|
|
-re "$gdb_result\r\n$gdb_prompt $" {
|
|
|
|
set gdb_matched 1
|
|
|
|
if {!$inferior_matched} {
|
|
|
|
exp_continue
|
|
|
|
}
|
|
|
|
}
|
2001-12-07 22:23:47 +01:00
|
|
|
-re "Function return value unknown.\[\r\n\]+$gdb_prompt $" {
|
|
|
|
unsupported "$command"
|
2015-07-29 12:09:41 +02:00
|
|
|
return
|
2001-12-07 22:23:47 +01:00
|
|
|
}
|
1999-05-19 21:58:41 +02:00
|
|
|
}
|
2015-07-29 12:09:41 +02:00
|
|
|
|
|
|
|
verbose -log "inferior_matched=$inferior_matched, gdb_matched=$gdb_matched"
|
|
|
|
gdb_assert {$inferior_matched && $gdb_matched} $command
|
1999-05-19 21:58:41 +02:00
|
|
|
}
|
1999-04-16 03:35:26 +02:00
|
|
|
|
2001-12-07 22:23:47 +01:00
|
|
|
|
|
|
|
if ![gdb_skip_stdio_test "print print_struct_rep(*struct1)"] {
|
|
|
|
print_struct_call "print_struct_rep(*struct1)" \
|
2015-07-29 12:09:41 +02:00
|
|
|
".*Contents of struct1:\[ \t\n\r\]+22\[ \t\]+0\[ \t\n\r\]+" \
|
|
|
|
".\[0-9\]+ = \\{value = 5, head = 0\\}"
|
2001-12-07 22:23:47 +01:00
|
|
|
}
|
|
|
|
|
2000-10-17 22:00:21 +02:00
|
|
|
if ![gdb_skip_stdio_test "print print_one_large_struct(...)"] {
|
2001-12-07 22:23:47 +01:00
|
|
|
print_struct_call "print_one_large_struct(*list1)" \
|
2015-07-29 12:09:41 +02:00
|
|
|
".*\[ \t\]+4\[ \t\]+1\[ \r\n\]+" \
|
|
|
|
".\[0-9\]+ = \\{next_index = \\{1, 2, 3, 4, 5, 6, 7, 8, 9, 10\\}, values = \\{4, 6, 8, 10, 12, 14, 16, 18, 20, 22\\}, head = 0\\}"
|
2000-10-17 22:00:21 +02:00
|
|
|
}
|
1999-04-16 03:35:26 +02:00
|
|
|
|
2016-09-02 10:22:13 +02:00
|
|
|
if {!$skip_float_test && \
|
2001-12-07 22:23:47 +01:00
|
|
|
![gdb_skip_stdio_test "print print_one_double(*d1)"] } {
|
2002-05-23 23:20:53 +02:00
|
|
|
print_struct_call "print_one_double(*d1)" \
|
2015-07-29 12:09:41 +02:00
|
|
|
".*Contents of one_double_t:\[ \r\n\]+1\\.111110\[ \r\n\]+" \
|
|
|
|
".\[0-9\]+ = \\{double1 = 1\\.111\[0-9\]*\\}"
|
2000-10-17 22:00:21 +02:00
|
|
|
}
|
1999-04-16 03:35:26 +02:00
|
|
|
|
2016-09-02 10:22:13 +02:00
|
|
|
if {!$skip_float_test && \
|
2001-12-07 22:23:47 +01:00
|
|
|
![gdb_skip_stdio_test "print print_two_floats(*f3)"] } {
|
|
|
|
print_struct_call "print_two_floats(*f3)" \
|
2015-07-29 12:09:41 +02:00
|
|
|
".*Contents of two_floats_t:\[ \r\n\]+-2\\.345000\[ \t]+1\\.000000\[ \r\n\]+" \
|
|
|
|
".\[0-9\]+ = \\{float1 = -2\\.34500003, float2 = 1\\}"
|
2000-10-17 22:00:21 +02:00
|
|
|
}
|
1999-04-16 03:35:26 +02:00
|
|
|
|
2004-09-01 18:36:30 +02:00
|
|
|
if ![gdb_skip_stdio_test "print print_bit_flags_char(*cflags)"] {
|
|
|
|
print_struct_call "print_bit_flags_char(*cflags)" \
|
2015-07-29 12:09:41 +02:00
|
|
|
".*alpha\[ \r\n\]+gamma\[ \r\n\]+epsilon\[ \r\n\]+" \
|
|
|
|
".\[0-9\]+ = \\{alpha = 1 '\\\\001', beta = 0 '\\\\000', gamma = 1 '\\\\001', delta = 0 '\\\\000', epsilon = 1 '\\\\001', omega = 0 '\\\\000'\\}"
|
2003-10-13 11:13:43 +02:00
|
|
|
}
|
|
|
|
|
2004-09-01 18:36:30 +02:00
|
|
|
if ![gdb_skip_stdio_test "print print_bit_flags_short(*sflags)"] {
|
|
|
|
print_struct_call "print_bit_flags_short(*sflags)" \
|
2015-07-29 12:09:41 +02:00
|
|
|
".*alpha\[ \r\n\]+gamma\[ \r\n\]+epsilon\[ \r\n\]+" \
|
|
|
|
".\[0-9\]+ = \\{alpha = 1, beta = 0, gamma = 1, delta = 0, epsilon = 1, omega = 0\\}"
|
2003-10-13 11:13:43 +02:00
|
|
|
}
|
|
|
|
|
2000-10-17 22:00:21 +02:00
|
|
|
if ![gdb_skip_stdio_test "print print_bit_flags(*flags)"] {
|
2001-12-07 22:23:47 +01:00
|
|
|
print_struct_call "print_bit_flags(*flags)" \
|
2015-07-29 12:09:41 +02:00
|
|
|
".*alpha\[ \r\n\]+gamma\[ \r\n\]+epsilon\[ \r\n\]+" \
|
|
|
|
".\[0-9\]+ = \\{alpha = 1, beta = 0, gamma = 1, delta = 0, epsilon = 1, omega = 0\\}"
|
2000-10-17 22:00:21 +02:00
|
|
|
}
|
1999-04-16 03:35:26 +02:00
|
|
|
|
2000-10-17 22:00:21 +02:00
|
|
|
if ![gdb_skip_stdio_test "print print_bit_flags_combo(*flags_combo)"] {
|
2001-12-07 22:23:47 +01:00
|
|
|
print_struct_call "print_bit_flags_combo(*flags_combo)" \
|
2015-07-29 12:09:41 +02:00
|
|
|
".*alpha\[ \r\n\]+gamma\[ \r\n\]+epsilon\[ \r\n\]+ch1: y\[ \t\]+ch2: n\[ \r\n\]+" \
|
|
|
|
".\[0-9\]+ = \\{alpha = 1, beta = 0, ch1 = 121 'y', gamma = 1, delta = 0, ch2 = 110 'n', epsilon = 1, omega = 0\\}"
|
2000-10-17 22:00:21 +02:00
|
|
|
}
|
1999-04-16 03:35:26 +02:00
|
|
|
|
2000-10-17 22:00:21 +02:00
|
|
|
if ![gdb_skip_stdio_test "print print_three_chars(*three_chars)"] {
|
2001-12-07 22:23:47 +01:00
|
|
|
print_struct_call "print_three_chars(*three_char)" \
|
2015-07-29 12:09:41 +02:00
|
|
|
".*Contents of three_char_t:\[ \r\n\]+x\[ \t\]+y\[ \t\]+z\[ \r\n\]+" \
|
|
|
|
".\[0-9\]+ = \\{ch1 = 120 'x', ch2 = 121 'y', ch3 = 122 'z'\\}"
|
2000-10-17 22:00:21 +02:00
|
|
|
}
|
1999-04-16 03:35:26 +02:00
|
|
|
|
2000-10-17 22:00:21 +02:00
|
|
|
if ![gdb_skip_stdio_test "print print_five_chars(*five_chars)"] {
|
2001-12-07 22:23:47 +01:00
|
|
|
print_struct_call "print_five_chars(*five_char)" \
|
2015-07-29 12:09:41 +02:00
|
|
|
".*Contents of five_char_t:\[ \r\n\]+h\[ \t\]+e\[ \t\]+l\[ \t\]+l\[ \t\]+o\[ \r\n\]+" \
|
|
|
|
".\[0-9\]+ = \\{ch1 = 104 'h', ch2 = 101 'e', ch3 = 108 'l', ch4 = 108 'l', ch5 = 111 'o'\\}"
|
2000-10-17 22:00:21 +02:00
|
|
|
}
|
1999-04-16 03:35:26 +02:00
|
|
|
|
2000-10-17 22:00:21 +02:00
|
|
|
if ![gdb_skip_stdio_test "print print_int_char_combo(*int_char_combo)"] {
|
2001-12-07 22:23:47 +01:00
|
|
|
print_struct_call "print_int_char_combo(*int_char_combo)" \
|
2015-07-29 12:09:41 +02:00
|
|
|
".*Contents of int_char_combo_t:\[ \r\n\]+13\[ \t\]+!\[ \r\n\]+" \
|
|
|
|
".\[0-9\]+ = \\{int1 = 13, ch1 = 33 '!'\\}"
|
2000-10-17 22:00:21 +02:00
|
|
|
}
|
1999-04-16 03:35:26 +02:00
|
|
|
|
2000-10-17 22:00:21 +02:00
|
|
|
return
|