2015-01-01 09:32:14 +00:00
|
|
|
|
# Copyright 1998-2015 Free Software Foundation, Inc.
|
1999-04-16 01:35:26 +00: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 18:14:19 +00:00
|
|
|
|
# the Free Software Foundation; either version 3 of the License, or
|
1999-04-16 01:35:26 +00:00
|
|
|
|
# (at your option) any later version.
|
2007-08-23 18:14:19 +00:00
|
|
|
|
#
|
1999-04-16 01:35:26 +00: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 18:14:19 +00:00
|
|
|
|
#
|
1999-04-16 01:35:26 +00:00
|
|
|
|
# You should have received a copy of the GNU General Public License
|
2007-08-23 18:14:19 +00:00
|
|
|
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
1999-04-16 01:35:26 +00:00
|
|
|
|
|
|
|
|
|
# This file was written by Elena Zannoni (ezannoni@cygnus.com)
|
|
|
|
|
|
|
|
|
|
# This file is part of the gdb testsuite.
|
|
|
|
|
|
|
|
|
|
#
|
|
|
|
|
# tests for command completion
|
|
|
|
|
#
|
|
|
|
|
# Here are some useful test cases for completion.
|
|
|
|
|
# They should be tested with both M-? and TAB.
|
|
|
|
|
#
|
|
|
|
|
# "show output-" "radix"
|
|
|
|
|
# "show output" "-radix"
|
|
|
|
|
# "p" ambiguous (commands starting with p--path, print, printf, etc.)
|
|
|
|
|
# "p " ambiguous (all symbols)
|
|
|
|
|
# "info t foo" no completions
|
|
|
|
|
# "info t " no completions
|
|
|
|
|
# "info t" ambiguous ("info target", "info terminal", etc.)
|
|
|
|
|
# "info ajksdlfk" no completions
|
|
|
|
|
# "info ajksdlfk " no completions
|
|
|
|
|
# "info" " "
|
|
|
|
|
# "info " ambiguous (all info commands)
|
2003-12-09 18:19:20 +00:00
|
|
|
|
# "p \"break1" unambiguous (completes to filename "break1.c")
|
|
|
|
|
# "p \"break1." unambiguous (should complete to "break1.c" but does not,
|
2001-09-27 22:21:22 +00:00
|
|
|
|
# due to readline limitations)
|
2008-05-02 20:30:49 +00:00
|
|
|
|
# "p 'arg" ambiguous (all symbols starting with arg)
|
|
|
|
|
# "p b-arg" ambiguous (all symbols starting with arg)
|
1999-04-16 01:35:26 +00:00
|
|
|
|
# "p b-" ambiguous (all symbols)
|
|
|
|
|
# "file Make" "file" (word break hard to screw up here)
|
|
|
|
|
# "file ../gdb.stabs/we" "ird" (needs to not break word at slash)
|
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#
|
|
|
|
|
# test running programs
|
|
|
|
|
#
|
|
|
|
|
|
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 18:49:03 +00:00
|
|
|
|
standard_testfile break.c break1.c
|
1999-04-16 01:35:26 +00:00
|
|
|
|
|
2012-06-21 20:46:25 +00: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 13:34:06 +00:00
|
|
|
|
return -1
|
1999-06-28 16:06:02 +00:00
|
|
|
|
}
|
|
|
|
|
|
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 18:49:03 +00:00
|
|
|
|
if {[prepare_for_testing $testfile.exp $testfile \
|
|
|
|
|
[list $srcfile $srcfile2] {debug nowarnings}]} {
|
|
|
|
|
untested $testfile.exp
|
|
|
|
|
return -1
|
|
|
|
|
}
|
1999-04-16 01:35:26 +00:00
|
|
|
|
|
|
|
|
|
if ![runto_main] then {
|
|
|
|
|
perror "tests suppressed"
|
|
|
|
|
}
|
|
|
|
|
|
1999-06-28 16:06:02 +00:00
|
|
|
|
set timeout 30
|
2015-01-31 23:07:22 +00:00
|
|
|
|
gdb_test_no_output "set max-completions unlimited"
|
1999-04-16 01:35:26 +00:00
|
|
|
|
|
2014-03-19 02:16:35 +00:00
|
|
|
|
gdb_test_no_output "complete print values\[0\].x." \
|
|
|
|
|
"field completion with invalid field"
|
|
|
|
|
|
|
|
|
|
# If there is a non-deprecated completion, it should be returned.
|
|
|
|
|
gdb_test "complete sav" "save" "test non-deprecated completion"
|
|
|
|
|
# If there is only a deprecated completion, then it should be returned.
|
|
|
|
|
gdb_test "complete save-t" "save-tracepoints" "test deprecated completion"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#
|
|
|
|
|
# Tag name completion.
|
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
gdb_test "complete ptype struct some_" "ptype struct some_struct"
|
|
|
|
|
gdb_test "complete ptype enum some_" "ptype enum some_enum"
|
|
|
|
|
gdb_test "complete ptype union some_" "ptype union some_union"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
gdb_test "complete set gnutarget aut" "set gnutarget auto"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
gdb_test "complete set cp-abi aut" "set cp-abi auto"
|
|
|
|
|
|
|
|
|
|
# Test that completion of commands 'target FOO' works well.
|
|
|
|
|
set targets [list "core" "tfile" "exec"]
|
|
|
|
|
|
|
|
|
|
# Test that completion of command 'target ctf' if GDB supports ctf
|
|
|
|
|
# target.
|
|
|
|
|
gdb_test_multiple "target ctf" "" {
|
|
|
|
|
-re "Undefined target command: \"ctf\"\. Try \"help target\"\.\r\n$gdb_prompt $" {
|
|
|
|
|
}
|
|
|
|
|
-re "No CTF directory specified.*\r\n$gdb_prompt $" {
|
|
|
|
|
lappend targets "ctf"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2014-04-02 04:44:22 +00:00
|
|
|
|
# Test artifacts are put in different locations depending on test
|
|
|
|
|
# is a parallel run or not. Firstly check file exists, and then
|
|
|
|
|
# do the test on file completion.
|
|
|
|
|
|
|
|
|
|
foreach dir1 [ list "./gdb.base" "./outputs/gdb.base/completion" ] {
|
2014-05-16 19:46:24 +00:00
|
|
|
|
if { [remote_file host exists ${dir1}/completion]
|
|
|
|
|
&& [remote_file host exists ${dir1}/completion0.o]
|
|
|
|
|
&& [remote_file host exists ${dir1}/completion1.o] } {
|
2014-04-02 04:44:22 +00:00
|
|
|
|
foreach target_name ${targets} {
|
|
|
|
|
gdb_test "complete target ${target_name} ${dir1}/completion" \
|
2014-06-12 18:04:54 +00:00
|
|
|
|
"target ${target_name} ${dir1}/completion.*${dir1}/completion0\\.o.*${dir1}/completion1\\.o.*" \
|
|
|
|
|
"complete target ${target_name}"
|
2014-04-02 04:44:22 +00:00
|
|
|
|
}
|
|
|
|
|
break
|
|
|
|
|
}
|
2014-03-19 02:16:35 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#
|
|
|
|
|
# "set foo unlimited" completion.
|
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
# A var_uinteger command.
|
|
|
|
|
gdb_test "complete set height " "set height unlimited"
|
|
|
|
|
gdb_test "complete set height u" "set height unlimited"
|
|
|
|
|
|
|
|
|
|
# A var_integer command.
|
|
|
|
|
gdb_test "complete set listsize " "set listsize unlimited"
|
|
|
|
|
gdb_test "complete set listsize unl" "set listsize unlimited"
|
|
|
|
|
|
|
|
|
|
# A var_zuinteger_unlimited command.
|
|
|
|
|
gdb_test "complete set trace-buffer-size " "set trace-buffer-size unlimited"
|
|
|
|
|
gdb_test "complete set trace-buffer-size unl" "set trace-buffer-size unlimited"
|
|
|
|
|
|
2014-12-12 16:11:22 +00:00
|
|
|
|
# Test "info registers" completion: First determine this
|
|
|
|
|
# architecture's registers and reggroups...
|
|
|
|
|
|
|
|
|
|
set regs_output [capture_command_output "mt print registers" \
|
|
|
|
|
".*Name.*Nr.*Rel.*Offset.*Size.*Type.\[^\n\]*\n"]
|
|
|
|
|
append regs_output "\n"
|
|
|
|
|
append regs_output [capture_command_output "mt print reggroups" \
|
|
|
|
|
".*Group.*Type\[^\n]*\n"]
|
2014-12-16 15:06:42 +00:00
|
|
|
|
append regs_output "\n"
|
|
|
|
|
append regs_output [capture_command_output "mt print user-registers" \
|
|
|
|
|
".*Name.*Nr\[^\n]*\n"]
|
2014-12-12 16:11:22 +00:00
|
|
|
|
set all_regs {}
|
|
|
|
|
foreach {- reg} [regexp -all -inline -line {^\s+(\w+)} $regs_output] {
|
|
|
|
|
lappend all_regs $reg
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
set all_regs [join [lsort -unique $all_regs]]
|
|
|
|
|
|
|
|
|
|
# ... and then compare them to the completion of "info registers".
|
|
|
|
|
|
|
|
|
|
set regs_output [capture_command_output "complete info registers " ""]
|
|
|
|
|
set completed_regs {}
|
|
|
|
|
foreach {-> reg} [regexp -all -inline -line {^info registers (\w+\S*)} $regs_output] {
|
|
|
|
|
lappend completed_regs $reg
|
|
|
|
|
}
|
|
|
|
|
set completed_regs [join [lsort $completed_regs]]
|
|
|
|
|
gdb_assert {{$all_regs eq $completed_regs}} "complete 'info registers '"
|
|
|
|
|
|
2014-03-19 02:16:35 +00:00
|
|
|
|
# Tests below are about tab-completion, which doesn't work if readline
|
|
|
|
|
# library isn't used. Check it first.
|
|
|
|
|
|
|
|
|
|
if { ![readline_is_used] } {
|
|
|
|
|
return -1
|
|
|
|
|
}
|
|
|
|
|
|
2011-05-04 14:40:42 +00:00
|
|
|
|
set test "complete 'hfgfh'"
|
1999-04-16 01:35:26 +00:00
|
|
|
|
send_gdb "hfgfh\t"
|
2011-05-04 14:40:42 +00:00
|
|
|
|
gdb_test_multiple "" "$test" {
|
|
|
|
|
-re "^hfgfh\\\x07$" {
|
|
|
|
|
send_gdb "\n"
|
|
|
|
|
gdb_test_multiple "" $test {
|
|
|
|
|
-re "Undefined command: \"hfgfh\"\\. Try \"help\"\\..*$gdb_prompt $" {
|
|
|
|
|
pass "$test"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
1999-04-16 01:35:26 +00:00
|
|
|
|
|
|
|
|
|
#exp_internal 0
|
|
|
|
|
|
2011-05-04 14:40:42 +00:00
|
|
|
|
set test "complete 'show output'"
|
1999-04-16 01:35:26 +00:00
|
|
|
|
send_gdb "show output\t"
|
2011-05-04 14:40:42 +00:00
|
|
|
|
gdb_test_multiple "" "$test" {
|
|
|
|
|
-re "^show output-radix $" {
|
|
|
|
|
send_gdb "\n"
|
|
|
|
|
gdb_test_multiple "" "$test" {
|
|
|
|
|
-re "Default output radix for printing of values is 10\\..*$gdb_prompt $" {
|
|
|
|
|
pass "$test"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
1999-04-16 01:35:26 +00:00
|
|
|
|
|
2011-05-04 14:40:42 +00:00
|
|
|
|
set test "complete 'show output-'"
|
1999-04-16 01:35:26 +00:00
|
|
|
|
send_gdb "show output-\t"
|
2011-05-04 14:40:42 +00:00
|
|
|
|
gdb_test_multiple "" "$test" {
|
|
|
|
|
-re "^show output-radix $" {
|
|
|
|
|
send_gdb "\n"
|
|
|
|
|
gdb_test_multiple "" "$test" {
|
|
|
|
|
-re "Default output radix for printing of values is 10\\..*$gdb_prompt $" {
|
|
|
|
|
pass "$test"
|
|
|
|
|
}
|
1999-04-16 01:35:26 +00:00
|
|
|
|
}
|
2011-05-04 14:40:42 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
1999-04-16 01:35:26 +00:00
|
|
|
|
|
2011-05-04 14:40:42 +00:00
|
|
|
|
set test "complete 'p'"
|
1999-04-16 01:35:26 +00:00
|
|
|
|
send_gdb "p\t"
|
2011-05-04 14:40:42 +00:00
|
|
|
|
gdb_test_multiple "" "$test" {
|
|
|
|
|
-re "^p\\\x07$" {
|
|
|
|
|
send_gdb "\n"
|
|
|
|
|
gdb_test_multiple "" "$test" {
|
|
|
|
|
-re "The history is empty\\..*$gdb_prompt $" {
|
|
|
|
|
pass "$test"
|
|
|
|
|
}
|
1999-04-16 01:35:26 +00:00
|
|
|
|
}
|
2011-05-04 14:40:42 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
1999-04-16 01:35:26 +00:00
|
|
|
|
|
2011-05-04 14:40:42 +00:00
|
|
|
|
set test "complete 'p '"
|
1999-04-16 01:35:26 +00:00
|
|
|
|
send_gdb "p \t"
|
2011-05-04 14:40:42 +00:00
|
|
|
|
gdb_test_multiple "" "$test" {
|
|
|
|
|
-re "^p \\\x07$" {
|
|
|
|
|
send_gdb "\n"
|
|
|
|
|
gdb_test_multiple "" "$test" {
|
|
|
|
|
-re "The history is empty\\..*$gdb_prompt $" {
|
|
|
|
|
pass "$test"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
1999-04-16 01:35:26 +00:00
|
|
|
|
|
2011-05-04 14:40:42 +00:00
|
|
|
|
set test "complete 'info t foo'"
|
1999-04-16 01:35:26 +00:00
|
|
|
|
send_gdb "info t foo\t"
|
2011-05-04 14:40:42 +00:00
|
|
|
|
gdb_test_multiple "" "$test" {
|
|
|
|
|
-re "^info t foo\\\x07$" {
|
|
|
|
|
send_gdb "\n"
|
|
|
|
|
gdb_test_multiple "" "$test" {
|
* NEWS: Update.
* data-directory/Makefile.in (PYTHON_FILES): Add
type_printers.py.
* python/lib/gdb/command/type_printers.py: New file.
* python/lib/gdb/command/types.py (TypePrinter): New class.
(_get_some_type_recognizers, get_type_recognizers,
apply_type_recognizers, register_type_printer): New
functions.
* python/py-objfile.c (objfile_object) <type_printers>: New
field.
(objfpy_dealloc): Decref new field.
(objfpy_new): Set new field.
(objfpy_get_type_printers, objfpy_set_type_printers): New
functions.
(objfile_to_objfile_object): Set new field.
(objfile_getset): Add "type_printers".
* python/py-progspace.c (pspace_object) <type_printers>: New
field.
(pspy_dealloc): Decref new field.
(pspy_new): Set new field.
(pspy_get_type_printers, pspy_set_type_printers): New functions.
(pspace_to_pspace_object): Set new field.
(pspace_getset): Add "type_printers".
* python/python.c (start_type_printers, apply_type_printers,
free_type_printers): New functions.
(_initialize_python): Set gdb.type_printers.
* python/python.h (start_type_printers, apply_type_printers,
free_type_printers): Declare.
* typeprint.c (type_print_raw_options, default_ptype_flags):
Update for new fields.
(do_free_global_table, create_global_typedef_table,
find_global_typedef): New functions.
(find_typedef_in_hash): Use find_global_typedef.
(whatis_exp): Use create_global_typedef_table. Change cleanup
handling.
* typeprint.h (struct type_print_options) <global_typedefs,
global_printers>: New fields.
doc
* gdb.texinfo (Symbols): Document "info type-printers",
"enable type-printer" and "disable type-printer".
(Python API): Add new node to menu.
(Type Printing API): New node.
(Progspaces In Python): Document type_printers field.
(Objfiles In Python): Likewise.
(gdb.types) <get_type_recognizers, apply_type_recognizers,
register_type_printer, TypePrinter>: Document.
testsuite
* gdb.base/completion.exp: Update for "info type-printers".
* gdb.python/py-typeprint.cc: New file.
* gdb.python/py-typeprint.exp: New file.
* gdb.python/py-typeprint.py: New file.
2012-11-12 17:41:59 +00:00
|
|
|
|
-re "Ambiguous info command \"t foo\": target, tasks, terminal, threads, tp, tracepoints, tvariables, (type-printers, )?types\\..*$gdb_prompt $" {
|
2011-05-04 14:40:42 +00:00
|
|
|
|
pass "$test"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
1999-04-16 01:35:26 +00:00
|
|
|
|
|
2011-05-04 14:40:42 +00:00
|
|
|
|
set test "complete 'info t'"
|
1999-04-16 01:35:26 +00:00
|
|
|
|
send_gdb "info t\t"
|
2011-05-04 14:40:42 +00:00
|
|
|
|
gdb_test_multiple "" "$test" {
|
|
|
|
|
-re "^info t\\\x07$" {
|
|
|
|
|
send_gdb "\n"
|
|
|
|
|
gdb_test_multiple "" "$test" {
|
* NEWS: Update.
* data-directory/Makefile.in (PYTHON_FILES): Add
type_printers.py.
* python/lib/gdb/command/type_printers.py: New file.
* python/lib/gdb/command/types.py (TypePrinter): New class.
(_get_some_type_recognizers, get_type_recognizers,
apply_type_recognizers, register_type_printer): New
functions.
* python/py-objfile.c (objfile_object) <type_printers>: New
field.
(objfpy_dealloc): Decref new field.
(objfpy_new): Set new field.
(objfpy_get_type_printers, objfpy_set_type_printers): New
functions.
(objfile_to_objfile_object): Set new field.
(objfile_getset): Add "type_printers".
* python/py-progspace.c (pspace_object) <type_printers>: New
field.
(pspy_dealloc): Decref new field.
(pspy_new): Set new field.
(pspy_get_type_printers, pspy_set_type_printers): New functions.
(pspace_to_pspace_object): Set new field.
(pspace_getset): Add "type_printers".
* python/python.c (start_type_printers, apply_type_printers,
free_type_printers): New functions.
(_initialize_python): Set gdb.type_printers.
* python/python.h (start_type_printers, apply_type_printers,
free_type_printers): Declare.
* typeprint.c (type_print_raw_options, default_ptype_flags):
Update for new fields.
(do_free_global_table, create_global_typedef_table,
find_global_typedef): New functions.
(find_typedef_in_hash): Use find_global_typedef.
(whatis_exp): Use create_global_typedef_table. Change cleanup
handling.
* typeprint.h (struct type_print_options) <global_typedefs,
global_printers>: New fields.
doc
* gdb.texinfo (Symbols): Document "info type-printers",
"enable type-printer" and "disable type-printer".
(Python API): Add new node to menu.
(Type Printing API): New node.
(Progspaces In Python): Document type_printers field.
(Objfiles In Python): Likewise.
(gdb.types) <get_type_recognizers, apply_type_recognizers,
register_type_printer, TypePrinter>: Document.
testsuite
* gdb.base/completion.exp: Update for "info type-printers".
* gdb.python/py-typeprint.cc: New file.
* gdb.python/py-typeprint.exp: New file.
* gdb.python/py-typeprint.py: New file.
2012-11-12 17:41:59 +00:00
|
|
|
|
-re "Ambiguous info command \"t\": target, tasks, terminal, threads, tp, tracepoints, tvariables, (type-printers, )?types\\..*$gdb_prompt $" {
|
2011-05-04 14:40:42 +00:00
|
|
|
|
pass "$test"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
1999-04-16 01:35:26 +00:00
|
|
|
|
|
2011-05-04 14:40:42 +00:00
|
|
|
|
set test "complete 'info t '"
|
1999-04-16 01:35:26 +00:00
|
|
|
|
send_gdb "info t \t"
|
2011-05-04 14:40:42 +00:00
|
|
|
|
gdb_test_multiple "" "$test" {
|
|
|
|
|
-re "^info t \\\x07$" {
|
|
|
|
|
send_gdb "\n"
|
|
|
|
|
gdb_test_multiple "" "$test" {
|
* NEWS: Update.
* data-directory/Makefile.in (PYTHON_FILES): Add
type_printers.py.
* python/lib/gdb/command/type_printers.py: New file.
* python/lib/gdb/command/types.py (TypePrinter): New class.
(_get_some_type_recognizers, get_type_recognizers,
apply_type_recognizers, register_type_printer): New
functions.
* python/py-objfile.c (objfile_object) <type_printers>: New
field.
(objfpy_dealloc): Decref new field.
(objfpy_new): Set new field.
(objfpy_get_type_printers, objfpy_set_type_printers): New
functions.
(objfile_to_objfile_object): Set new field.
(objfile_getset): Add "type_printers".
* python/py-progspace.c (pspace_object) <type_printers>: New
field.
(pspy_dealloc): Decref new field.
(pspy_new): Set new field.
(pspy_get_type_printers, pspy_set_type_printers): New functions.
(pspace_to_pspace_object): Set new field.
(pspace_getset): Add "type_printers".
* python/python.c (start_type_printers, apply_type_printers,
free_type_printers): New functions.
(_initialize_python): Set gdb.type_printers.
* python/python.h (start_type_printers, apply_type_printers,
free_type_printers): Declare.
* typeprint.c (type_print_raw_options, default_ptype_flags):
Update for new fields.
(do_free_global_table, create_global_typedef_table,
find_global_typedef): New functions.
(find_typedef_in_hash): Use find_global_typedef.
(whatis_exp): Use create_global_typedef_table. Change cleanup
handling.
* typeprint.h (struct type_print_options) <global_typedefs,
global_printers>: New fields.
doc
* gdb.texinfo (Symbols): Document "info type-printers",
"enable type-printer" and "disable type-printer".
(Python API): Add new node to menu.
(Type Printing API): New node.
(Progspaces In Python): Document type_printers field.
(Objfiles In Python): Likewise.
(gdb.types) <get_type_recognizers, apply_type_recognizers,
register_type_printer, TypePrinter>: Document.
testsuite
* gdb.base/completion.exp: Update for "info type-printers".
* gdb.python/py-typeprint.cc: New file.
* gdb.python/py-typeprint.exp: New file.
* gdb.python/py-typeprint.py: New file.
2012-11-12 17:41:59 +00:00
|
|
|
|
-re "Ambiguous info command \"t \": target, tasks, terminal, threads, tp, tracepoints, tvariables, (type-printers, )?types\\..*$gdb_prompt $" {
|
2011-05-04 14:40:42 +00:00
|
|
|
|
pass "$test"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
1999-04-16 01:35:26 +00:00
|
|
|
|
|
2011-05-04 14:40:42 +00:00
|
|
|
|
set test "complete 'info asdfgh'"
|
1999-04-16 01:35:26 +00:00
|
|
|
|
send_gdb "info asdfgh\t"
|
2011-05-04 14:40:42 +00:00
|
|
|
|
gdb_test_multiple "" "$test" {
|
|
|
|
|
-re "^info asdfgh\\\x07$" {
|
|
|
|
|
send_gdb "\n"
|
|
|
|
|
gdb_test_multiple "" "$test" {
|
|
|
|
|
-re "Undefined info command: \"asdfgh\". Try \"help info\"\\..*$gdb_prompt $" {
|
|
|
|
|
pass "$test"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
1999-04-16 01:35:26 +00:00
|
|
|
|
|
2011-05-04 14:40:42 +00:00
|
|
|
|
set test "complete 'info asdfgh '"
|
1999-04-16 01:35:26 +00:00
|
|
|
|
send_gdb "info asdfgh \t"
|
2011-05-04 14:40:42 +00:00
|
|
|
|
gdb_test_multiple "" "$test" {
|
|
|
|
|
-re "^info asdfgh \\\x07$" {
|
|
|
|
|
send_gdb "\n"
|
|
|
|
|
gdb_test_multiple "" "$test" {
|
|
|
|
|
-re "Undefined info command: \"asdfgh \". Try \"help info\"\\..*$gdb_prompt $" {
|
|
|
|
|
pass "$test"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
1999-04-16 01:35:26 +00:00
|
|
|
|
|
2011-05-04 14:40:42 +00:00
|
|
|
|
set test "complete 'info'"
|
1999-04-16 01:35:26 +00:00
|
|
|
|
send_gdb "info\t"
|
2011-05-04 14:40:42 +00:00
|
|
|
|
gdb_test_multiple "" "$test" {
|
|
|
|
|
-re "^info $" {
|
|
|
|
|
send_gdb "\n"
|
|
|
|
|
gdb_test_multiple "" "$test" {
|
|
|
|
|
-re "\"info\" must be followed by the name of an info command\\.\r\nList of info subcommands.*$gdb_prompt $" {
|
|
|
|
|
pass "$test"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
1999-04-16 01:35:26 +00:00
|
|
|
|
|
2011-05-04 14:40:42 +00:00
|
|
|
|
set test "complete 'info '"
|
1999-04-16 01:35:26 +00:00
|
|
|
|
send_gdb "info \t"
|
2011-05-04 14:40:42 +00:00
|
|
|
|
gdb_test_multiple "" "$test" {
|
|
|
|
|
-re "^info \\\x07$" {
|
|
|
|
|
send_gdb "\n"
|
|
|
|
|
gdb_test_multiple "" "$test" {
|
|
|
|
|
-re "\"info\" must be followed by the name of an info command\\.\r\nList of info subcommands:\r\n\r\n.*$gdb_prompt $" {
|
|
|
|
|
pass "$test"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
1999-04-16 01:35:26 +00:00
|
|
|
|
|
2011-05-04 14:40:42 +00:00
|
|
|
|
set test "complete (2) 'info '"
|
1999-04-16 01:35:26 +00:00
|
|
|
|
send_gdb "info \t"
|
2011-05-04 14:40:42 +00:00
|
|
|
|
gdb_test_multiple "" "$test" {
|
|
|
|
|
-re "^info \\\x07$" {
|
|
|
|
|
send_gdb "\t"
|
|
|
|
|
gdb_test_multiple "" "$test" {
|
|
|
|
|
-re "address.*types.*$gdb_prompt " {
|
|
|
|
|
send_gdb "\n"
|
|
|
|
|
gdb_test_multiple "" "$test" {
|
|
|
|
|
-re "\"info\".*unambiguous\\..*$gdb_prompt $" {
|
|
|
|
|
pass "$test"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
1999-04-16 01:35:26 +00:00
|
|
|
|
|
2011-05-04 14:46:17 +00:00
|
|
|
|
set test "complete 'help info wat'"
|
2008-07-11 15:07:52 +00:00
|
|
|
|
send_gdb "help info wat\t"
|
2011-05-04 14:40:42 +00:00
|
|
|
|
gdb_test_multiple "" "$test" {
|
|
|
|
|
-re "^help info watchpoints $" {
|
|
|
|
|
send_gdb "\n"
|
|
|
|
|
gdb_test_multiple "" "$test" {
|
|
|
|
|
-re "Status of specified watchpoints.*\r\n.*$gdb_prompt $" {
|
|
|
|
|
pass "$test"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
-re "^help info wat\\\x07$" {
|
|
|
|
|
fail "$test"
|
|
|
|
|
}
|
|
|
|
|
}
|
2008-07-11 15:07:52 +00:00
|
|
|
|
|
2011-05-04 14:40:42 +00:00
|
|
|
|
set test "complete 'p \"break1'"
|
2003-12-09 18:19:20 +00:00
|
|
|
|
send_gdb "p \"break1\t"
|
2011-05-04 14:40:42 +00:00
|
|
|
|
gdb_test_multiple "" "$test" {
|
|
|
|
|
-re "^p \"break1\\\x07$" {
|
|
|
|
|
send_gdb "\n"
|
|
|
|
|
gdb_test_multiple "" "$test" {}
|
|
|
|
|
}
|
|
|
|
|
-re "^p \"break1\\.c\"$" {
|
|
|
|
|
send_gdb "\n"
|
|
|
|
|
gdb_test_multiple "" "$test" {
|
2011-05-04 14:46:17 +00:00
|
|
|
|
-re "$gdb_prompt $" {
|
2011-05-04 14:40:42 +00:00
|
|
|
|
pass "$test"
|
2001-09-27 22:21:22 +00:00
|
|
|
|
}
|
2011-05-04 14:40:42 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
2001-09-27 22:21:22 +00:00
|
|
|
|
|
|
|
|
|
setup_xfail "*-*-*"
|
2011-05-04 14:40:42 +00:00
|
|
|
|
set test "complete 'p \"break1.'"
|
2003-12-09 18:19:20 +00:00
|
|
|
|
send_gdb "p \"break1.\t"
|
2011-05-04 14:40:42 +00:00
|
|
|
|
gdb_test_multiple "" "$test" {
|
|
|
|
|
-re "^p \"break1\\.\\\x07$" {
|
|
|
|
|
send_gdb "\n"
|
|
|
|
|
gdb_test_multiple "" "$test" {}
|
|
|
|
|
}
|
|
|
|
|
-re "^p \"break1\\.c\"$" {
|
|
|
|
|
send_gdb "\n"
|
|
|
|
|
gdb_test_multiple "" "$test" {
|
2011-05-04 14:46:17 +00:00
|
|
|
|
-re "$gdb_prompt $" {
|
2011-05-04 14:40:42 +00:00
|
|
|
|
pass "$test"
|
2001-09-27 22:21:22 +00:00
|
|
|
|
}
|
2011-05-04 14:40:42 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
-re "^p \"break1\\..*$" {
|
|
|
|
|
send_gdb "\n"
|
|
|
|
|
gdb_test_multiple "" "$test" {}
|
|
|
|
|
}
|
|
|
|
|
}
|
1999-04-16 01:35:26 +00:00
|
|
|
|
|
2011-05-04 14:46:17 +00:00
|
|
|
|
set test "complete 'p 'arg'"
|
2008-05-02 20:30:49 +00:00
|
|
|
|
send_gdb "p 'arg\t"
|
2011-05-04 14:40:42 +00:00
|
|
|
|
gdb_test_multiple "" "$test" {
|
|
|
|
|
-re "^p 'arg\\\x07$" {
|
|
|
|
|
send_gdb "\n"
|
|
|
|
|
gdb_test_multiple "" "$test" {
|
|
|
|
|
-re "(Invalid character constant\\.|Unmatched single quote\\.).*$gdb_prompt $" {
|
|
|
|
|
pass "$test"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
1999-04-16 01:35:26 +00:00
|
|
|
|
|
2011-05-04 14:46:17 +00:00
|
|
|
|
set test "complete (2) 'p 'arg'"
|
2008-05-02 20:30:49 +00:00
|
|
|
|
send_gdb "p 'arg\t"
|
2011-05-04 14:40:42 +00:00
|
|
|
|
gdb_test_multiple "" "$test" {
|
2008-05-02 20:30:49 +00:00
|
|
|
|
-re "^p 'arg\\\x07$" {
|
1999-06-28 16:06:02 +00:00
|
|
|
|
send_gdb "\t"
|
2011-05-04 14:40:42 +00:00
|
|
|
|
gdb_test_multiple "" "$test" {
|
2011-05-04 14:46:17 +00:00
|
|
|
|
-re "argv.*$gdb_prompt " {
|
1999-06-28 16:06:02 +00:00
|
|
|
|
send_gdb "\n"
|
2011-05-04 14:40:42 +00:00
|
|
|
|
gdb_test_multiple "" "$test" {
|
2002-05-17 22:03:34 +00:00
|
|
|
|
-re "(Invalid character constant\\.|Unmatched single quote\\.).*$gdb_prompt $" {
|
2011-05-04 14:40:42 +00:00
|
|
|
|
pass "$test"
|
1999-06-28 16:06:02 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
-re "(There are $decimal possibilities\\. Do you really\r\nwish to see them all.|Display all $decimal possibilities.) \\(y or n\\)$" {
|
|
|
|
|
send_gdb "n"
|
2011-05-04 14:40:42 +00:00
|
|
|
|
gdb_test_multiple "" "$test" {
|
2008-05-02 20:30:49 +00:00
|
|
|
|
-re "\\(gdb\\) p 'arg$" {
|
1999-06-28 16:06:02 +00:00
|
|
|
|
send_gdb "\n"
|
2011-05-04 14:40:42 +00:00
|
|
|
|
gdb_test_multiple "" "$test" {
|
2002-05-17 22:03:34 +00:00
|
|
|
|
-re "(Invalid character constant\\.|Unmatched single quote\\.).*$gdb_prompt $" {
|
2011-05-04 14:40:42 +00:00
|
|
|
|
pass "$test"
|
1999-06-28 16:06:02 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
1999-04-16 01:35:26 +00:00
|
|
|
|
|
2012-08-10 05:03:13 +00:00
|
|
|
|
set test "complete 'handle signal'"
|
|
|
|
|
send_gdb "handle sigq\t"
|
|
|
|
|
gdb_test_multiple "" "$test" {
|
|
|
|
|
-re "^handle sigqSIGQUIT $" {
|
|
|
|
|
send_gdb "\n"
|
|
|
|
|
gdb_test_multiple "" "$test" {
|
|
|
|
|
-re "SIGQUIT.*Quit.*$gdb_prompt $" {
|
|
|
|
|
pass "$test"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
set test "complete 'handle keyword'"
|
|
|
|
|
send_gdb "handle nos\t"
|
|
|
|
|
gdb_test_multiple "" "$test" {
|
|
|
|
|
-re "^handle nostop $" {
|
|
|
|
|
send_gdb "\n"
|
|
|
|
|
gdb_test_multiple "" "$test" {
|
|
|
|
|
-re "$gdb_prompt $" {
|
|
|
|
|
pass "$test"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2012-11-20 21:02:36 +00:00
|
|
|
|
set test "complete help aliases"
|
|
|
|
|
send_gdb "help user-define\t"
|
|
|
|
|
gdb_test_multiple "" "$test" {
|
|
|
|
|
-re "^help user-defined $" {
|
|
|
|
|
send_gdb "\n"
|
|
|
|
|
gdb_test_multiple "" "$test" {
|
|
|
|
|
-re "$gdb_prompt $" {
|
|
|
|
|
pass "$test"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
1999-04-16 01:35:26 +00:00
|
|
|
|
|
2001-12-17 21:49:09 +00:00
|
|
|
|
# These tests used to try completing the shorter "p b-a".
|
|
|
|
|
# Unfortunately, on some systems, there are .o files in system
|
|
|
|
|
# libraries which declare static variables named `b'. Of course,
|
|
|
|
|
# those variables aren't really in scope, as far as the compiler is
|
|
|
|
|
# concerned. But GDB deliberately tries to be more liberal: if you
|
|
|
|
|
# enter an identifier that doesn't have any binding in scope, GDB will
|
|
|
|
|
# search all the program's compilation units for a static variable of
|
|
|
|
|
# the given name.
|
|
|
|
|
#
|
|
|
|
|
# This behavior can help avoid a lot of pedantry, so it's usually a
|
|
|
|
|
# good thing. But in this test case, it causes GDB to print the value
|
|
|
|
|
# of some random variable, instead of giving us the "No symbol..."
|
|
|
|
|
# error we were expecting.
|
|
|
|
|
#
|
|
|
|
|
# For example, on S/390 linux, the file s_atan.c in libm.a declares a
|
|
|
|
|
# `b', which is a structure containing an int and a float, so GDB says
|
|
|
|
|
# ``Argument to arithmetic operation not a number or boolean'' instead
|
|
|
|
|
# of ``No symbol ...''.
|
|
|
|
|
#
|
|
|
|
|
# So, I'm hoping that there is no system with a static library variable named
|
|
|
|
|
# `no_var_by_this_name'.
|
2011-05-04 14:40:42 +00:00
|
|
|
|
|
|
|
|
|
set test "complete 'p no_var_named_this-arg'"
|
2008-05-02 20:30:49 +00:00
|
|
|
|
send_gdb "p no_var_named_this-arg\t"
|
2011-05-04 14:40:42 +00:00
|
|
|
|
gdb_test_multiple "" "$test" {
|
2008-05-02 20:30:49 +00:00
|
|
|
|
-re "^p no_var_named_this-arg\\\x07$" {
|
2001-12-04 16:18:15 +00:00
|
|
|
|
send_gdb "\n"
|
2011-05-04 14:40:42 +00:00
|
|
|
|
gdb_test_multiple "" "$test" {
|
2001-12-17 21:49:09 +00:00
|
|
|
|
-re "No symbol \"no_var_named_this\" in current context\\..*$gdb_prompt $" {
|
2011-05-04 14:40:42 +00:00
|
|
|
|
pass "$test"
|
1999-04-16 01:35:26 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
2001-12-04 16:18:15 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
1999-04-16 01:35:26 +00:00
|
|
|
|
|
2011-05-04 14:40:42 +00:00
|
|
|
|
set test "complete (2) 'p no_var_named_this-arg'"
|
2008-05-02 20:30:49 +00:00
|
|
|
|
send_gdb "p no_var_named_this-arg\t"
|
2011-05-04 14:40:42 +00:00
|
|
|
|
gdb_test_multiple "" "$test" {
|
2008-05-02 20:30:49 +00:00
|
|
|
|
-re "^p no_var_named_this-arg\\\x07$" {
|
1999-06-28 16:06:02 +00:00
|
|
|
|
send_gdb "\t"
|
2011-05-04 14:40:42 +00:00
|
|
|
|
gdb_test_multiple "" "$test" {
|
2011-05-04 14:46:17 +00:00
|
|
|
|
-re "argv.*$gdb_prompt " {
|
1999-06-28 16:06:02 +00:00
|
|
|
|
send_gdb "\n"
|
2011-05-04 14:40:42 +00:00
|
|
|
|
gdb_test_multiple "" "$test" {
|
2001-12-17 21:49:09 +00:00
|
|
|
|
-re "No symbol \"no_var_named_this\" in current context\\..*$gdb_prompt $" {
|
2011-05-04 14:40:42 +00:00
|
|
|
|
pass "$test"
|
1999-06-28 16:06:02 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
-re "(There are $decimal possibilities\\. Do you really\r\nwish to see them all.|Display all $decimal possibilities.) \\(y or n\\)$" {
|
2011-05-02 17:52:28 +00:00
|
|
|
|
send_gdb "n\n"
|
|
|
|
|
|
|
|
|
|
# Eat the prompt
|
1999-06-28 16:06:02 +00:00
|
|
|
|
gdb_expect {
|
2011-05-02 17:52:28 +00:00
|
|
|
|
-re "$gdb_prompt " {
|
2011-05-04 14:40:42 +00:00
|
|
|
|
pass "$test (eat prompt)"
|
|
|
|
|
}
|
|
|
|
|
timeout {
|
|
|
|
|
fail "(timeout) $test (eat prompt)"
|
2011-05-02 17:52:28 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2011-05-04 14:40:42 +00:00
|
|
|
|
gdb_test_multiple "" "$test" {
|
2011-05-02 17:52:28 +00:00
|
|
|
|
-re "No symbol \"no_var_named_this\" in current context\\..*$gdb_prompt $" {
|
2011-05-04 14:40:42 +00:00
|
|
|
|
pass "$test"
|
2011-05-02 17:52:28 +00:00
|
|
|
|
}
|
1999-06-28 16:06:02 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
1999-04-16 01:35:26 +00:00
|
|
|
|
}
|
1999-06-28 16:06:02 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
1999-04-16 01:35:26 +00:00
|
|
|
|
|
2011-05-04 14:40:42 +00:00
|
|
|
|
set test "complete (2) 'p no_var_named_this-'"
|
2001-12-17 21:49:09 +00:00
|
|
|
|
send_gdb "p no_var_named_this-\t"
|
2011-05-04 14:40:42 +00:00
|
|
|
|
gdb_test_multiple "" "$test" {
|
2001-12-17 21:49:09 +00:00
|
|
|
|
-re "^p no_var_named_this-\\\x07$" {
|
1999-06-28 16:06:02 +00:00
|
|
|
|
send_gdb "\t"
|
2011-05-04 14:40:42 +00:00
|
|
|
|
gdb_test_multiple "" "$test" {
|
1999-06-28 16:06:02 +00:00
|
|
|
|
-re "(There are $decimal possibilities\\. Do you really\r\nwish to see them all.|Display all $decimal possibilities.) \\(y or n\\)$" {
|
2011-05-02 17:52:28 +00:00
|
|
|
|
send_gdb "n\n"
|
|
|
|
|
|
|
|
|
|
# Eat the prompt
|
1999-06-28 16:06:02 +00:00
|
|
|
|
gdb_expect {
|
2011-05-02 17:52:28 +00:00
|
|
|
|
-re "$gdb_prompt " {
|
2011-05-04 14:40:42 +00:00
|
|
|
|
pass "$test (eat prompt)"
|
|
|
|
|
}
|
|
|
|
|
timeout {
|
|
|
|
|
fail "(timeout) $test (eat prompt)"
|
2011-05-02 17:52:28 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2011-05-04 14:40:42 +00:00
|
|
|
|
gdb_test_multiple "" "$test" {
|
2011-05-02 17:52:28 +00:00
|
|
|
|
-re "No symbol \"no_var_named_this\" in current context\\..*$gdb_prompt $" {
|
2011-05-04 14:40:42 +00:00
|
|
|
|
pass "$test"
|
2011-05-02 17:52:28 +00:00
|
|
|
|
}
|
1999-06-28 16:06:02 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
2011-05-04 14:46:17 +00:00
|
|
|
|
-re "argv.*$gdb_prompt $" {
|
2008-05-02 20:30:49 +00:00
|
|
|
|
send_gdb "\n"
|
2011-05-04 14:40:42 +00:00
|
|
|
|
gdb_test_multiple "" "$test" {
|
2008-05-02 20:30:49 +00:00
|
|
|
|
-re "No symbol \"no_var_named_this\" in current context\\..*$gdb_prompt $" {
|
2011-05-04 14:40:42 +00:00
|
|
|
|
pass "$test"
|
2008-05-02 20:30:49 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
1999-06-28 16:06:02 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
1999-04-16 01:35:26 +00:00
|
|
|
|
|
2011-05-04 14:40:42 +00:00
|
|
|
|
set test "complete 'p values\[0\].a'"
|
2008-06-06 20:58:08 +00:00
|
|
|
|
send_gdb "p values\[0\].a\t"
|
2011-05-04 14:40:42 +00:00
|
|
|
|
gdb_test_multiple "" "$test" {
|
|
|
|
|
-re "^p values.0..a_field $" {
|
|
|
|
|
send_gdb "\n"
|
|
|
|
|
gdb_test_multiple "" "$test" {
|
2011-05-04 14:46:17 +00:00
|
|
|
|
-re " = 0.*$gdb_prompt $" {
|
2011-05-04 14:40:42 +00:00
|
|
|
|
pass "$test"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
2001-12-17 22:58:42 +00:00
|
|
|
|
|
2011-05-04 14:40:42 +00:00
|
|
|
|
set test "complete 'p values\[0\] . a'"
|
2008-06-09 19:25:15 +00:00
|
|
|
|
send_gdb "p values\[0\] . a\t"
|
2011-05-04 14:40:42 +00:00
|
|
|
|
gdb_test_multiple "" "$test" {
|
|
|
|
|
-re "^p values.0. . a_field $" {
|
|
|
|
|
send_gdb "\n"
|
|
|
|
|
gdb_test_multiple "" "$test" {
|
2011-05-04 14:46:17 +00:00
|
|
|
|
-re " = 0.*$gdb_prompt $" {
|
2011-05-04 14:40:42 +00:00
|
|
|
|
pass "$test"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
2008-06-09 19:25:15 +00:00
|
|
|
|
|
2011-05-04 14:40:42 +00:00
|
|
|
|
set test "complete 'p &values\[0\] -> a'"
|
2008-06-09 19:25:15 +00:00
|
|
|
|
send_gdb "p &values\[0\] -> a\t"
|
2011-05-04 14:40:42 +00:00
|
|
|
|
gdb_test_multiple "" "$test" {
|
|
|
|
|
-re "^p &values.0. -> a_field $" {
|
|
|
|
|
send_gdb "\n"
|
|
|
|
|
gdb_test_multiple "" "$test" {
|
2011-05-04 14:46:17 +00:00
|
|
|
|
-re " = .*0x\[0-9a-fA-F\]*.*$gdb_prompt $" {
|
2011-05-04 14:40:42 +00:00
|
|
|
|
pass "$test"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
2008-06-09 19:25:15 +00:00
|
|
|
|
|
2010-09-30 17:51:39 +00:00
|
|
|
|
gdb_test "complete p &values\[0\]->z" \
|
|
|
|
|
"p &values.0.->z_field" \
|
2011-05-04 14:40:42 +00:00
|
|
|
|
"completion of field in anonymous union"
|
2010-09-30 17:51:39 +00:00
|
|
|
|
|
2012-12-07 19:58:10 +00:00
|
|
|
|
gdb_test "complete ptype &values\[0\]->z" \
|
|
|
|
|
"ptype &values.0.->z_field" \
|
|
|
|
|
"ptype completion of field in anonymous union"
|
|
|
|
|
|
|
|
|
|
gdb_test "complete whatis &values\[0\]->z" \
|
|
|
|
|
"whatis &values.0.->z_field" \
|
|
|
|
|
"whatis completion of field in anonymous union"
|
|
|
|
|
|
2003-08-07 17:58:44 +00:00
|
|
|
|
# The following tests used to simply try to complete `${objdir}/file',
|
2001-12-17 22:58:42 +00:00
|
|
|
|
# and so on. The problem is that ${objdir} can be very long; the
|
|
|
|
|
# completed filename may be more than eighty characters wide. When
|
|
|
|
|
# this happens, readline tries to manage things, producing output that
|
|
|
|
|
# may make sense on the screen, but is rather hard for our script to
|
|
|
|
|
# recognize.
|
|
|
|
|
#
|
|
|
|
|
# In the case that motivated this change, the (gdb) prompt occupied
|
2003-08-07 17:58:44 +00:00
|
|
|
|
# the leftmost six columns, and `${objdir}/' was seventy-four
|
2001-12-17 22:58:42 +00:00
|
|
|
|
# characters long --- eighty in all. After printing the slash,
|
|
|
|
|
# readline emitted a space, a carriage return, and then `Makefile'
|
|
|
|
|
# (the tab character being received as input after `Make'.
|
|
|
|
|
#
|
|
|
|
|
# Basically, you have to let readline do whatever it's going to do to
|
|
|
|
|
# make the screen look right. If it happens to use a different
|
|
|
|
|
# strategy on Tuesdays to get the cursor in the right place, that's
|
|
|
|
|
# not something the testsuite should care about.
|
|
|
|
|
#
|
|
|
|
|
# So, we avoid long lines. We `cd' to ${objdir} first, and then do
|
|
|
|
|
# the completion relative to the current directory.
|
1999-04-16 01:35:26 +00:00
|
|
|
|
|
2002-01-13 22:13:06 +00:00
|
|
|
|
# ${srcdir} may be a relative path. We want to make sure we end up
|
|
|
|
|
# in the right directory - so make sure we know where it is.
|
|
|
|
|
set mydir [pwd]
|
|
|
|
|
cd ${srcdir}
|
|
|
|
|
set fullsrcdir [pwd]
|
|
|
|
|
cd ${mydir}
|
|
|
|
|
|
2003-04-10 13:38:15 +00:00
|
|
|
|
# If the directory name contains a '+' we must escape it, adding a backslash.
|
|
|
|
|
# If not, the test below will fail because it will interpret the '+' as a
|
|
|
|
|
# regexp operator. We use string_to_regexp for this purpose.
|
|
|
|
|
|
|
|
|
|
gdb_test "cd ${fullsrcdir}" \
|
|
|
|
|
"Working directory [string_to_regexp ${fullsrcdir}].*" \
|
|
|
|
|
"cd to \${srcdir}"
|
|
|
|
|
|
2009-03-25 10:52:22 +00:00
|
|
|
|
|
2009-06-30 21:33:20 +00:00
|
|
|
|
# GDB used to fail adding / on directories, on the first try only.
|
2010-02-16 20:18:53 +00:00
|
|
|
|
set uniquedir ../testsuite/gdb.base/comp-dir
|
2009-06-30 21:33:20 +00:00
|
|
|
|
set escapeduniquedir [string_to_regexp ${uniquedir}]
|
|
|
|
|
set uniquesu subdi
|
|
|
|
|
set uniquesub ${uniquesu}r
|
|
|
|
|
set escapeuniquesub [string_to_regexp ${uniquesub}]
|
|
|
|
|
send_gdb "dir ${uniquedir}\t"
|
2009-03-25 10:52:22 +00:00
|
|
|
|
gdb_expect {
|
2009-06-30 21:33:20 +00:00
|
|
|
|
-re "${escapeduniquedir}/" {
|
2009-03-25 10:52:22 +00:00
|
|
|
|
pass "directory completion"
|
2009-06-30 21:33:20 +00:00
|
|
|
|
send_gdb "${uniquesu}\t"
|
2009-03-25 10:52:22 +00:00
|
|
|
|
}
|
2009-06-30 21:33:20 +00:00
|
|
|
|
-re "${escapeduniquedir} $" {
|
2009-03-25 10:52:22 +00:00
|
|
|
|
fail "directory completion (old gdb bug)"
|
2009-06-30 21:33:20 +00:00
|
|
|
|
send_gdb "\b/${uniquesu}\t"
|
2009-03-25 10:52:22 +00:00
|
|
|
|
}
|
|
|
|
|
default {
|
|
|
|
|
fail "directory completion (timeout)"
|
2009-06-30 21:33:20 +00:00
|
|
|
|
send_gdb "\ndir ${uniquedir}/${uniquesu}\t"
|
2009-03-25 10:52:22 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
gdb_expect {
|
2009-06-30 21:33:20 +00:00
|
|
|
|
-re "${escapeuniquesub}/$" {
|
2009-03-25 10:52:22 +00:00
|
|
|
|
pass "directory completion 2"
|
|
|
|
|
}
|
|
|
|
|
timeout {
|
|
|
|
|
fail "directory completion 2"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2009-06-30 21:33:20 +00:00
|
|
|
|
# Empty COMMAND sends no newline while " " sends the newline we need.
|
|
|
|
|
gdb_test " " "Source directories searched: .*" "Glob remaining of directory test"
|
2009-03-25 10:52:22 +00:00
|
|
|
|
|
2011-05-04 14:40:42 +00:00
|
|
|
|
gdb_test "complete file ./gdb.base/compl" \
|
|
|
|
|
"file ./gdb.base/completion\\.exp.*" \
|
|
|
|
|
"complete-command 'file ./gdb.base/compl'"
|
2009-03-25 10:52:22 +00:00
|
|
|
|
|
2011-05-04 14:40:42 +00:00
|
|
|
|
set test "complete 'file ./gdb.base/complet'"
|
2003-06-29 20:32:23 +00:00
|
|
|
|
send_gdb "file ./gdb.base/complet\t"
|
2011-05-04 14:40:42 +00:00
|
|
|
|
gdb_test_multiple "" "$test" {
|
|
|
|
|
-re "^file ./gdb.base/completion\\.exp $" {
|
|
|
|
|
send_gdb "\n"
|
|
|
|
|
# Ignore the exact error message.
|
|
|
|
|
gdb_test_multiple "" "complete 'file ./gdb.base/complet'" {
|
|
|
|
|
-re "\r\nA program is being debugged already\\.\[\r\n\]+Are you sure you want to change the file\\? \\(y or n\\) $" {
|
|
|
|
|
send_gdb "n\n"
|
|
|
|
|
exp_continue
|
|
|
|
|
}
|
2011-05-04 14:46:17 +00:00
|
|
|
|
-re "$gdb_prompt $" {
|
2011-05-04 14:40:42 +00:00
|
|
|
|
pass "$test"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
1999-04-16 01:35:26 +00:00
|
|
|
|
|
2011-05-04 14:40:42 +00:00
|
|
|
|
set test "complete 'info func marke'"
|
2003-04-16 20:07:08 +00:00
|
|
|
|
send_gdb "info func marke\t"
|
2011-05-04 14:40:42 +00:00
|
|
|
|
gdb_test_multiple "" "$test" {
|
|
|
|
|
-re "^info func marke.*r$" {
|
|
|
|
|
send_gdb "\t\t"
|
|
|
|
|
gdb_test_multiple "" "$test" {
|
|
|
|
|
-re "marker1.*$gdb_prompt " {
|
|
|
|
|
send_gdb "\n"
|
|
|
|
|
gdb_test_multiple "" "$test" {
|
|
|
|
|
-re "All functions matching regular expression \"marker\":.*File.*break1.c:\r\nint marker1\\((void|)\\);\r\nint marker2\\(int\\).*marker3\\(char.*char.*\\).*marker4\\(long( int)?\\);.*$gdb_prompt $" {
|
|
|
|
|
pass "$test"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
1999-04-16 01:35:26 +00:00
|
|
|
|
|
|
|
|
|
|
2011-05-04 14:40:42 +00:00
|
|
|
|
set test "complete 'set follow-fork-mode'"
|
1999-04-16 01:35:26 +00:00
|
|
|
|
send_gdb "set follow-fork-mode \t\t"
|
2011-05-04 14:40:42 +00:00
|
|
|
|
gdb_test_multiple "" "$test" {
|
|
|
|
|
-re "child.*parent.*$gdb_prompt " {
|
|
|
|
|
send_gdb "\n"
|
|
|
|
|
gdb_test_multiple "" "$test" {
|
|
|
|
|
-re "Requires an argument.*child.*parent.*$gdb_prompt $" {
|
|
|
|
|
pass "$test"
|
|
|
|
|
}
|
|
|
|
|
-re "Ambiguous item \"\"\\..*$gdb_prompt $" {
|
|
|
|
|
pass "$test"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
1999-04-16 01:35:26 +00:00
|
|
|
|
|
2015-01-31 23:07:22 +00:00
|
|
|
|
#
|
|
|
|
|
# Completion limiting.
|
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
gdb_test_no_output "set max-completions 5"
|
|
|
|
|
|
|
|
|
|
set test "command-name completion limiting using tab character"
|
|
|
|
|
send_gdb "p\t"
|
|
|
|
|
gdb_test_multiple "" "$test" {
|
|
|
|
|
-re "^p\\\x07$" {
|
|
|
|
|
send_gdb "\t"
|
|
|
|
|
gdb_test_multiple "" "$test" {
|
|
|
|
|
-re "List may be truncated, max-completions reached.*\r\n$gdb_prompt p$" {
|
|
|
|
|
# Complete the command and ignore the output to resync
|
|
|
|
|
# gdb for the next test.
|
|
|
|
|
send_gdb "\n"
|
|
|
|
|
gdb_test_multiple "" "$test" {
|
|
|
|
|
-re "$gdb_prompt $" {
|
|
|
|
|
pass "$test"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
-re "$gdb_prompt p$" {
|
|
|
|
|
# Complete the command and ignore the output to resync
|
|
|
|
|
# gdb for the next test.
|
|
|
|
|
send_gdb "\n"
|
|
|
|
|
gdb_test_multiple "" "$test" {
|
|
|
|
|
-re "$gdb_prompt $" {
|
|
|
|
|
fail "$test"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
set test "command-name completion limiting using complete command"
|
|
|
|
|
send_gdb "complete p\n"
|
|
|
|
|
gdb_test_multiple "" "$test" {
|
|
|
|
|
-re "List may be truncated, max-completions reached.*\r\n$gdb_prompt $" {
|
|
|
|
|
pass "$test"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
gdb_test_no_output "set max-completions 3"
|
|
|
|
|
|
|
|
|
|
set test "symbol-name completion limiting using tab character"
|
|
|
|
|
send_gdb "p marker\t"
|
|
|
|
|
gdb_test_multiple "" "$test" {
|
|
|
|
|
-re "^p marker\\\x07$" {
|
|
|
|
|
send_gdb "\t"
|
|
|
|
|
gdb_test_multiple "" "$test" {
|
|
|
|
|
-re "List may be truncated, max-completions reached.*\r\n$gdb_prompt p marker$" {
|
|
|
|
|
# Complete the command and ignore the output to resync
|
|
|
|
|
# gdb for the next test.
|
|
|
|
|
send_gdb "\n"
|
|
|
|
|
gdb_test_multiple "" "$test" {
|
|
|
|
|
-re "$gdb_prompt $" {
|
|
|
|
|
pass "$test"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
-re "$gdb_prompt p marker$" {
|
|
|
|
|
# Complete the command and ignore the output to resync
|
|
|
|
|
# gdb for the next test.
|
|
|
|
|
send_gdb "\n"
|
|
|
|
|
gdb_test_multiple "" "$test" {
|
|
|
|
|
-re "$gdb_prompt $" {
|
|
|
|
|
fail "$test"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
set test "symbol-name completion limiting using complete command"
|
|
|
|
|
send_gdb "complete p mark\n"
|
|
|
|
|
gdb_test_multiple "" "$test" {
|
|
|
|
|
-re "List may be truncated, max-completions reached.*\r\n$gdb_prompt $" {
|
|
|
|
|
pass "$test"
|
|
|
|
|
}
|
|
|
|
|
}
|
2015-03-26 14:13:57 +00:00
|
|
|
|
|
|
|
|
|
gdb_test_no_output "set max-completions unlimited"
|
|
|
|
|
|
|
|
|
|
if {![skip_tui_tests]} {
|
|
|
|
|
set test "test completion of layout names"
|
|
|
|
|
send_gdb "layout\t\t\t"
|
|
|
|
|
gdb_test_multiple "" "$test" {
|
|
|
|
|
-re "asm *next *prev *regs *split *src *\r\n$gdb_prompt layout $" {
|
|
|
|
|
pass "$test"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
send_gdb "\003"
|
|
|
|
|
set test "quit command input after testing layout completion"
|
|
|
|
|
gdb_test_multiple "" "$test" {
|
|
|
|
|
-re "$gdb_prompt $" {
|
|
|
|
|
pass "$test"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|