* elf32-mips.c (MIPS_ELF_SRDATA_SECTION_NAME): New macro.
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.base / default.exp
CommitLineData
c906108c
SS
1# Copyright (C) 1988, 1990, 1991, 1992, 1994, 1997, 1998
2# Free Software Foundation, Inc.
3
4# This program is free software; you can redistribute it and/or modify
5# it under the terms of the GNU General Public License as published by
6# the Free Software Foundation; either version 2 of the License, or
7# (at your option) any later version.
8#
9# This program is distributed in the hope that it will be useful,
10# but WITHOUT ANY WARRANTY; without even the implied warranty of
11# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12# GNU General Public License for more details.
13#
14# You should have received a copy of the GNU General Public License
15# along with this program; if not, write to the Free Software
16# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
17
18# Please email any bugs, comments, and/or additions to this file to:
19# bug-gdb@prep.ai.mit.edu
20
21# Start with a fresh gdb
22
23gdb_exit
24gdb_start
25
26set timeout 60
27
28#
29# test default actions of gdb commands
30#
31
32#load_lib gdb.exp
33
34gdb_test "add-symbol-file" "add-symbol-file takes a file name and an address" "add-symbol-file"
35
36setup_xfail "mips-idt-*"
37send_gdb "attach\n"
38gdb_expect {
39 -re "Argument required .(process-id|program) to attach.*$gdb_prompt $"\
40 { pass "attach" }
41 -re "You can't do that when your target is `None'.*$gdb_prompt $"\
42 { pass "attach" }
7a292a7a
SS
43 -re "You can't do that without a process to debug.*$gdb_prompt $"\
44 { pass "attach" }
c906108c
SS
45 -re "Don't know how to attach. Try \"help target\"..*$gdb_prompt $"\
46 { pass "attach" }
47 -re "Kill it. .y or n." {
48 send_gdb "y\n"
49 exp_continue
50 }
51 -re "$gdb_prompt $" { fail "attach" }
52 timeout { fail "(timeout) attach" }
53}
54
55# FIXME: attach kills the udi connection
56if { [istarget "a29k-*-udi"] } {
57 gdb_exit
58 gdb_start
59}
60
61if ![target_info exists use_gdb_stub] {
62 gdb_test "break" "No default breakpoint address now." "break"
63 foreach i "b br bre brea" {
64 gdb_test $i "No default breakpoint address now." "break \"$i\" abbreviation"
65 }
66
67
68 setup_xfail "mips-idt-*" "a29k-*-udi"
69 gdb_test "backtrace" "No stack."
70 foreach i "bt ba bac" {
71 setup_xfail "mips-idt-*" "a29k-*-udi"
72 gdb_test $i "No stack." "backtrace \"$i\" abbreviation"
73 }
74} else {
75 warning "Skipping backtrace and break tests because of GDB stub."
76}
77
78# This works on the MIPS IDT board, but confuses future tests.
79if ![istarget "mips-idt-*"] then {
80 setup_xfail "a29k-*-udi"
81 gdb_test "continue" "The program is not being run." "continue"
82 setup_xfail "a29k-*-udi"
83 gdb_test "c" "The program is not being run." "continue \"c\" abbreviation"
84}
85
86# FIXME: continue kills the udi connection
87if [istarget "a29k-*-udi"] then {
88 gdb_exit
89 gdb_start
90}
91
92#test call
93gdb_test "call" "The history is empty..*" "call"
94
95
96#test catch
97gdb_test "catch" "Catch requires an event name..*" "catch"
98
99#test cd
100gdb_test "cd" "Argument required .new working directory.*" "cd"
101
102#test clear
103gdb_test "clear" "No source file specified..*" "clear"
104
105#test commands
106gdb_test "commands" "No breakpoint number 0..*" "commands"
107
108#test condition
109gdb_test "condition" "Argument required .breakpoint number.*" "condition"
110
111#test core-file
112gdb_test "core-file" "No core file now.|GDB can't read core files on this machine." "core-file"
113#test delete "d" abbreviation
114gdb_test "d" "" "delete \"d\" abbreviation"
115#test delete
116gdb_test "delete" "" "delete"
117#test define
118gdb_test "define" "Argument required \[(\]name of command to define\[)\]." "define"
119#test delete breakpoints
120gdb_test "delete breakpoints" "" "delete breakpoints"
121#test delete display
122# FIXME -- need to dump full output to detailed log
123send_gdb "delete display\n"
124gdb_expect {
125 -re "Delete all auto-display expressions.*y or n. $" {
126 send_gdb "y\n"
127 gdb_expect {
128 -re "$gdb_prompt $" { pass "delete display prompt" }
129 timeout { fail "(timeout) delete display prompt" }
130 }
131 }
132 timeout { fail "(timeout) delete display prompt" }
133
134}
135
136#test detach
137gdb_test "detach" "" "detach"
138
139# FIXME: continue kills the udi connection
140if [istarget "a29k-*-udi"] then {
141 gdb_exit
142 gdb_start
143}
144if [istarget "h8300-*-hms"] then {
145 gdb_exit
146 gdb_start
147}
148
149#test directory
150# FIXME -- need to dump full output to detailed log
151
152send_gdb "directory\n"
153gdb_expect {
154 -re "Reinitialize source path to empty.*y or n. $" {
155 send_gdb "y\n"
156 gdb_expect {
157 -re "Source directories searched: .cdir:.cwd.*$gdb_prompt $"\
158 { pass "directory prompt" }
159 timeout { fail "(timeout) directory prompt" }
160 }
161 }
162}
163
164#test disable "dis" abbreviation
165gdb_test "dis" "" "disable \"dis\" abbreviation"
166#test disable "disa" abbreviation
167gdb_test "disa" "" "disable \"disa\" abbreviation"
168#test disable
169gdb_test "disable" "" "disable"
170#test disable breakpoints
171gdb_test "disable breakpoints" "" "disable breakpoints"
172#test disable display
173gdb_test "disable display" "" "disable display"
174#test disassemble
175gdb_test "disassemble" "No frame selected." "disassemble"
176#test display
177gdb_test "display" "" "display"
178#test do
179gdb_test "do" "No stack." "do"
180#test document
181gdb_test "document" "Argument required .name of command to define.*" "document"
182#test down
183gdb_test "down" "No stack.*" "down"
184#test down-silently
185gdb_test "down-silently" "No stack." "down-silently"
186#test echo
187gdb_test "echo" "" "echo"
188#test enable breakpoints delete
189gdb_test "enable breakpoints delete" "Argument required .one or more breakpoint numbers.*" "enable breakpoints delete"
190#test enable breakpoints once
191gdb_test "enable breakpoints once" "Argument required .one or more breakpoint numbers.*" "enable breakpoints once"
192#test enable breakpoints
193gdb_test "enable breakpoints" "" "enable breakpoints"
194#test enable delete
195gdb_test "enable delete" "Argument required .one or more breakpoint numbers.*" "enable delete"
196#test enable display
197gdb_test "enable display" "" "enable display"
198#test enable once
199gdb_test "enable once" "Argument required .one or more breakpoint numbers.*" "enable once"
200#test enable
201gdb_test "enable" "" "enable"
202#test exec-file
203send_gdb "exec-file\n"
204gdb_expect {
205 -re "No executable file now..*$gdb_prompt $" {
206 pass "exec-file"
207 }
208 -re "exec-file.*A program is being debugged already. Kill it. .y or n.*$" {
209 send_gdb "n\n"
210 if $verbose>1 then {
211 send_user "\tDidn't kill program being debugged\n"
212 }
213 gdb_expect -re "$gdb_prompt $" { }
214 pass "exec-file"
215 }
216 -re "$gdb_prompt $" { fail "exec-file" }
217 timeout { fail "(timeout) exec-file" }
218}
219
220#test frame "f" abbreviation
221setup_xfail "a29k-*-udi"
222gdb_test "f" "No stack." "frame \"f\" abbreviation"
223#test frame
224setup_xfail "a29k-*-udi"
225gdb_test "frame" "No stack." "frame"
226#test fg
227setup_xfail "a29k-*-udi"
228gdb_test "fg" "The program is not being run." "fg"
229# FIXME: fg kills the udi connection
230#test file
231send_gdb "file\n"
232gdb_expect {
233 -re "No executable file now..*$gdb_prompt $"\
234 { pass "file" }
235 -re ".*A program is being debugged already. Kill it. .y or n.*$" {
236 send_gdb "n\n"
237 if $verbose>1 then {
238 send_user "\t\tDidn't kill program being debugged\n"
239 }
240 gdb_expect -re "$gdb_prompt $" { }
241 pass "file"
242 }
243 -re ".*$gdb_prompt $" { fail "file" }
244 timeout { fail "(timeout) file" }
245}
246
247#test finish
248setup_xfail "a29k-*-udi"
249gdb_test "finish" "The program is not running." "finish"
250#test forward-search
251# The message here comes from the regexp library, not gdb, and so can
252# vary on different systems.
253gdb_test "forward-search" "No previous regular expression.*|There is no previous regular expression.*" "forward-search"
254#test help "h" abbreviation
255gdb_test "h" "List of classes of commands:.*\[\r\n\]+aliases -- Aliases of other commands.*\[\r\n\]+breakpoints -- Making program stop at certain points.*\[\r\n\]+data -- Examining data.*\[\r\n\]+files -- Specifying and examining files.*\[\r\n\]+obscure -- Obscure features.*\[\r\n\]+running -- Running the program.*\[\r\n\]+stack -- Examining the stack.*\[\r\n\]+status -- Status inquiries.*\[\r\n\]+support -- Support facilities.*\[\r\n\]+user-defined -- User-defined commands.*\[\r\n\]+Type \"help\" followed by a class name for a list of commands in that class..*\[\r\n\]+Type \"help\" followed by command name for full documentation..*\[\r\n\]+Command name abbreviations are allowed if unambiguous." "help \"h\" abbreviation"
256#test help
257gdb_test "help" "List of classes of commands:.*\[\r\n\]+aliases -- Aliases of other commands.*\[\r\n\]+breakpoints -- Making program stop at certain points.*\[\r\n\]+data -- Examining data.*\[\r\n\]+files -- Specifying and examining files.*\[\r\n\]+obscure -- Obscure features.*\[\r\n\]+running -- Running the program.*\[\r\n\]+stack -- Examining the stack.*\[\r\n\]+status -- Status inquiries.*\[\r\n\]+support -- Support facilities.*\[\r\n\]+user-defined -- User-defined commands.*\[\r\n\]+Type \"help\" followed by a class name for a list of commands in that class..*\[\r\n\]+Type \"help\" followed by command name for full documentation..*\[\r\n\]+Command name abbreviations are allowed if unambiguous." "help"
258#test handle
259gdb_test "handle" "Argument required .signal to handle.*" "handle"
260#test info "i" abbreviation
261gdb_test "i" "\"info\" must be followed by the name of an info command..*\[\r\n\]+List of info subcommands:.*\[\r\n\]+Type \"help info\" followed by info subcommand name for full documentation..*\[\r\n\]+Command name abbreviations are allowed if unambiguous." "info \"i\" abbreviation"
262#test info
263gdb_test "info" "\"info\" must be followed by the name of an info command..*\[\r\n\]+List of info subcommands:.*\[\r\n\]+Type \"help info\" followed by info subcommand name for full documentation..*\[\r\n\]+Command name abbreviations are allowed if unambiguous." "info"
264#test ignore
265gdb_test "ignore" "Argument required .a breakpoint number.*" "ignore"
266#test info address
267gdb_test "info address" "Argument required." "info address"
268#test info all-registers
269setup_xfail "a29k-*-udi"
270gdb_test "info all-registers" "The program has no registers now." "info all-registers"
271#test info args
272gdb_test "info args" "No frame selected." "info args"
273#test info bogus-gdb-command
274gdb_test "info bogus-gdb-command" "Undefined info command: \"bogus-gdb-command\". Try \"help info\".*" "info bogus-gdb-command"
275#test info breakpoints
276gdb_test "info breakpoints" "No breakpoints or watchpoints." "info breakpoints"
277#test info catch
278gdb_test "info catch" "You can't do that without a process to debug." "info catch"
279#test info copying
280# FIXME -- doesn't work worth a shit
281#send_gdb "info copying"
282# -re "GNU GENERAL PUBLIC LICENSE.*#of preserving the free status of all derivatives of our free software and.*#of promoting the sharing and reuse of software generally."#
283gdb_test "info copying"
284# }
285#
286#
287#test info display
288gdb_test "info display" "There are no auto-display expressions now." "info display"
289#test info frame "f" abbreviation
290gdb_test "info f" "No stack.*|No selected frame.*" "info frame \"f\" abbreviation"
291#test info frame
292gdb_test "info frame" "No stack.|No selected frame." "info frame"
293#test info files
294gdb_test "info files" "" "info files"
295#test info float
296if [istarget "arm-*-*"] then {
297 gdb_test "info float" "Software FPU type.*mask:.*flags:.*" "info float"
298} elseif [istarget "thumb-*-*"] then {
299 gdb_test "info float" "Software FPU type.*mask:.*flags:.*" "info float"
7a292a7a
SS
300} elseif [istarget "strongarm-*-*"] then {
301 gdb_test "info float" "Software FPU type.*mask:.*flags:.*" "info float"
c906108c
SS
302} else {
303 gdb_test "info float" "No floating point info available for this processor." "info float"
304}
305#test info functions
306gdb_test "info functions" "All defined functions:" "info functions"
307#test info locals
308gdb_test "info locals" "No frame selected." "info locals"
309#test info program
310setup_xfail "a29k-*-udi"
311gdb_test "info program" "The program being debugged is not being run." "info program"
312#test info registers
313setup_xfail "a29k-*-udi"
314gdb_test "info registers" "The program has no registers now." "info registers"
315#test info stack "s" abbreviation
316setup_xfail "a29k-*-udi"
317gdb_test "info s" "No stack." "info stack \"s\" abbreviation"
318#test info stack
319setup_xfail "a29k-*-udi"
320gdb_test "info stack" "No stack." "info stack"
321#test info set
322# FIXME -- needs to match the entire output
323gdb_test "info set" "confirm: Whether to confirm potentially dangerous operations is o\[a-z\]*..*\[\r\n\]+history filename: The filename in which to record the command history is .*\[\r\n\]+listsize: Number of source lines gdb will list by default is 10.*" "info set"
324gdb_test "info symbol" "Argument required .address.."
325#test info source
326gdb_test "info source" "No current source file..*" "info source"
327#test info sources
328gdb_test "info sources" "No symbol table is loaded. Use the \"file\" command.*" "info sources"
329#test info target
330gdb_test "info target" "" "info target"
331#test info terminal
332gdb_test "info terminal" "No saved terminal information." "info terminal"
333#test info types
334gdb_test "info types" "All defined types:" "info types"
335#test info variables
336gdb_test "info variables" "All defined variables:" "info variables"
337#test info warranty
338gdb_test "info warranty" "NO WARRANTY.*\[\r\n\]+ *11. *BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY.*\[\r\n\]+FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN.*\[\r\n\]+OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES.*\[\r\n\]+PROVIDE THE PROGRAM \"AS IS\" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED.*\[\r\n\]+OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF.*\[\r\n\]+MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS.*\[\r\n\]+TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE.*\[\r\n\]+PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,.*\[\r\n\]+REPAIR OR CORRECTION..*\[\r\n\]+ *12. *IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING.*\[\r\n\]+WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR.*\[\r\n\]+REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,.*\[\r\n\]+INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING.*\[\r\n\]+OUT OF THE USE OR INABILITY TO USE THE PROGRAM .INCLUDING BUT NOT LIMITED.*\[\r\n\]+TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY.*\[\r\n\]+YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER.*\[\r\n\]+PROGRAMS., EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE.*\[\r\n\]+POSSIBILITY OF SUCH DAMAGES.*" "info warranty"
339#test info watchpoints
340gdb_test "info watchpoints" "No breakpoints or watchpoints." "info watchpoints"
341#test inspect
342gdb_test "inspect" "The history is empty." "inspect"
343#test jump
344setup_xfail "a29k-*-udi"
345gdb_test "jump" "The program is not being run." "jump"
346#test kill
347gdb_test "kill" "The program is not being run." "kill"
348#test list "l" abbreviation
349gdb_test "l" "No symbol table is loaded. Use the \"file\" command.*" "list \"l\" abbreviation"
350#test list
351gdb_test "list" "No symbol table is loaded. Use the \"file\" command.*" "list"
352#test load
353# The ``takes a file name'' case is for vxgdb.
354# The ``Use the "file" command'' case is for newer GDB versions which try
355# to deduce the filename from the exec file.
356gdb_test "load" "You can't do that when your target is `None'.*|The load command takes a file name.*|Must specify at least a file name with the load command.*|.*Use the .file. or .exec-file. command.*" "load"
357#test next "n" abbreviation
358setup_xfail "a29k-*-udi"
359gdb_test "n" "The program is not being run." "next \"n\" abbreviation"
360#test next
361setup_xfail "a29k-*-udi"
362gdb_test "next" "The program is not being run." "next"
363#test nexti "ni" abbreviation
364setup_xfail "a29k-*-udi"
365gdb_test "ni" "The program is not being run." "nexti \"ni\" abbreviation"
366#test nexti
367setup_xfail "a29k-*-udi"
368gdb_test "nexti" "The program is not being run." "nexti"
369#test output
370gdb_test "output" "Argument required .expression to compute.*" "output"
371
372#test overlay
373gdb_test "overlay" "\"overlay\" must be followed by the name of .*"
374#test a non-existant overlay subcommand
375gdb_test "overlay on" "Undefined overlay command.* Try \"help overlay\"."
376gdb_test "overlay manual" "" "overlay manual #1"
377gdb_test "overlay auto" ""
378gdb_test "overlay off" ""
379gdb_test "overlay list" "No sections are mapped."
380gdb_test "overlay map" "Overlay debugging not enabled.*" "overlay map #1"
381gdb_test "overlay unmap" "Overlay debugging not enabled.*" "overlay unmap #2"
382gdb_test "overlay manual" "" "overlay manual #2"
383gdb_test "overlay map" "Argument required: name of an overlay section." "overlay map #2"
384gdb_test "overlay unmap" "Argument required: name of an overlay section." "overlay unmap #2"
385
386#test print "p" abbreviation
387gdb_test "p" "The history is empty." "print \"p\" abbreviation"
388#test print
389gdb_test "print" "The history is empty." "print"
390#test printf
391gdb_test "printf" "Argument required .format-control string and values to print.*" "printf"
392#test ptype
393gdb_test "ptype" "The history is empty." "ptype"
394#test pwd
395gdb_test "pwd" "Working directory .*" "pwd"
396
397#test run "r" abbreviation
398if [istarget "*-*-vxworks*"] then {
399 gdb_test "set args" "" ""
400
401 gdb_test "r" "Starting program: .*
402You must specify a function name to run, and arguments if any"\
403 "run \"r\" abbreviation"
404 gdb_test "set args main" "" ""
405
406} else {
407 send_gdb "r\n"
408 gdb_expect {
409 -re "Starting program: .*
410You can't do that when your target is `None'.*$gdb_prompt $"\
411 { pass "run \"r\" abbreviation" }
412 -re "Starting program: .*
413No executable file specified.*
414Use the \"file\" or \"exec-file\" command.*$gdb_prompt $"\
415 { pass "run \"r\" abbreviation" }
416 -re "Starting program: .*
417No image loaded into target.*$gdb_prompt $"\
418 { pass "run \"r\" abbreviation" }
419 -re "Starting program: .*
420No program loaded.*$gdb_prompt $"\
421 { pass "run \"r\" abbreviation" }
422 -re "Don't know how to run. Try \"help target\"..*$gdb_prompt $"\
423 { pass "run \"r\" abbreviation" }
424 -re ".*$gdb_prompt $" { fail "run \"r\" abbreviation" }
425 timeout { fail "(timeout) run \"r\" abbreviation" }
426 }
427}
428
429#test run
430if [istarget "*-*-vxworks*"] then {
431 gdb_test "set args" "" ""
432
433 gdb_test "run" "Starting program: .*
434You must specify a function name to run, and arguments if any"
435 gdb_test "set args main" "" ""
436
437} else {
438 send_gdb "run\n"
439 gdb_expect {
440 -re "Starting program:.*You can't do that when your target is `None'.*$gdb_prompt $" { pass "run" }
441 -re "Starting program: .*
442No executable file specified.*
443Use the \"file\" or \"exec-file\" command.*$gdb_prompt $"\
444 { pass "run" }
445 -re "Starting program: .*
446No image loaded into target.*$gdb_prompt $"\
447 { pass "run" }
448 -re "Starting program: .*
449No program loaded.*$gdb_prompt $"\
450 { pass "run \"r\" abbreviation" }
451 -re "Don't know how to run. Try \"help target\"..*$gdb_prompt $"\
452 { pass "run" }
453 -re ".*$gdb_prompt $" { fail "run" }
454 timeout { fail "(timeout) run" }
455 }
456}
457
458#test rbreak
459gdb_test "rbreak" "" "rbreak"
460
461#test return
462# The middle case accommodates the a29k, where doing the "ni" above causes
463# an initial stack to be created.
464gdb_test "return" "No selected frame..*" "return" "Make .* return now.*y or n. $" "y"
465
466
467#test reverse-search
468gdb_test "reverse-search" "No previous regular expression.*|There is no previous regular expression.*" "reverse-search"
469#test step "s" abbreviation
470setup_xfail "a29k-*-udi"
471gdb_test "s" "The program is not being run." "step \"s\" abbreviation #1"
472#test step
473setup_xfail "a29k-*-udi"
474gdb_test "step" "The program is not being run." "step #1"
475#test search
476gdb_test "search" "No previous regular expression.*|There is no previous regular expression.*" "search"
477#test section
478gdb_test "section" "Must specify section name and its virtual address.*" "section"
479#test set annotate
480gdb_test "set annotate" "Argument required .integer to set it to.*" "set annotate"
481#test set args
482gdb_test "set args" "" "set args"
483#test set check "c" abbreviation
484gdb_test "set c" "\"set check\" must be followed by the name of a check subcommand..*\[\r\n\]+List of set check subcommands:.*\[\r\n\]+set check range -- Set range checking.*\[\r\n\]+set check type -- Set type checking.*\[\r\n\]+Type \"help set check\" followed by set check subcommand name for full documentation..*\[\r\n\]+Command name abbreviations are allowed if unambiguous." "set check \"c\" abbreviation"
485#test set check "ch" abbreviation
486gdb_test "set ch" "\"set check\" must be followed by the name of a check subcommand..*\[\r\n\]+List of set check subcommands:.*\[\r\n\]+set check range -- Set range checking.*\[\r\n\]+set check type -- Set type checking.*\[\r\n\]+Type \"help set check\" followed by set check subcommand name for full documentation..*\[\r\n\]+Command name abbreviations are allowed if unambiguous." "set check \"ch\" abbreviation"
487#test set check
488gdb_test "set check" "\"set check\" must be followed by the name of a check subcommand..*\[\r\n\]+List of set check subcommands:.*\[\r\n\]+set check range -- Set range checking.*\[\r\n\]+set check type -- Set type checking.*\[\r\n\]+Type \"help set check\" followed by set check subcommand name for full documentation..*\[\r\n\]+Command name abbreviations are allowed if unambiguous." "set check"
489#test set check range
490gdb_test "set check range" "" "set check range"
491#test set check type
492gdb_test "set check type" "" "set check type"
493#test set complaints
494gdb_test "set complaints" "Argument required .integer to set it to.*" "set complaints"
495#test set confirm
496gdb_test "set confirm" "" "set confirm"
497# Don't test set editing. What if we're talking to a gdb that
498# won't do editing correctly while we're talking to it?
499# gdb_test "set editing" "" "set editing"
500
501#test set environment
502gdb_test "set environment" "Argument required .environment variable and value.*" "set environment"
503#test set height
504gdb_test "set height" "Argument required .integer to set it to.*" "set height"
505#test set history expansion
506gdb_test "set history expansion" "" "set history expansion"
507#test set history filename
508gdb_test "set history filename" "Argument required .filename to set it to.*" "set history filename"
509#test set history save
510gdb_test "set history save" "" "set history save"
511#test set history size
512gdb_test "set history size" "Argument required .integer to set it to.*" "set history size"
513#test set history
514gdb_test "set history" "\"set history\" must be followed by the name of a history subcommand..*\[\r\n\]+List of set history subcommands:.*\[\r\n\]+set history expansion -- Set history expansion on command input.*\[\r\n\]+set history filename -- Set the filename in which to record the command history.*\[\r\n\]+set history save -- Set saving of the history record on exit.*\[\r\n\]+set history size -- Set the size of the command history.*\[\r\n\]+Type \"help set history\" followed by set history subcommand name for full documentation..*\[\r\n\]+Command name abbreviations are allowed if unambiguous." "set history"
515#test set language
516gdb_test "set language" "The currently understood settings are:.*\[\r\n\]+local or auto *Automatic setting based on source file.*\[\r\n\]+c *Use the C language.*\[\r\n\]+c\[+\]+ *Use the C\[+\]+ language.*\[\r\n\]+modula-2 *Use the Modula-2 language.*" "set language"
517#test set listsize
518gdb_test "set listsize" "Argument required .integer to set it to.*" "set listsize"
519#test set print "p" abbreviation
520gdb_test "set p" "\"set print\" must be followed by the name of a print subcommand..*\[\r\n\]+List of set print subcommands:.*\[\r\n\]+Type \"help set print\" followed by set print subcommand name for full documentation..*\[\r\n\]+Command name abbreviations are allowed if unambiguous." "set print \"p\" abbreviation"
521#test set print "pr" abbreviation
522gdb_test "set pr" "\"set print\" must be followed by the name of a print subcommand..*\[\r\n\]+List of set print subcommands:.*\[\r\n\]+Type \"help set print\" followed by set print subcommand name for full documentation..*\[\r\n\]+Command name abbreviations are allowed if unambiguous." "set print \"pr\" abbreviation"
523#test set print
524gdb_test "set print" "\"set print\" must be followed by the name of a print subcommand..*\[\r\n\]+List of set print subcommands:.*\[\r\n\]+Type \"help set print\" followed by set print subcommand name for full documentation..*\[\r\n\]+Command name abbreviations are allowed if unambiguous." "set print"
525#test set print address
526gdb_test "set print address" "" "set print address"
527#test set print array
528gdb_test "set print array" "" "set print array"
529#test set print asm-demangle
530gdb_test "set print asm-demangle" "" "set print asm-demangle"
531#test set print demangle
532gdb_test "set print demangle" "" "set print demangle"
533#test set print elements
534gdb_test "set print elements" "Argument required .integer to set it to.*" "set print elements"
535#test set print object
536gdb_test "set print object" "" "set print object"
537#test set print pretty
538gdb_test "set print pretty" "" "set print pretty"
539#test set print sevenbit-strings
540gdb_test "set print sevenbit-strings" "" "set print sevenbit-strings"
541#test set print union
542gdb_test "set print union" "" "set print union"
543#test set print vtbl
544gdb_test "set print vtbl" "" "set print vtbl"
545# FIXME -- need a test for "set prompt"
546#test set radix
547gdb_test "set radix" "Input and output radices now set to decimal 10, hex a, octal 12.*" "set radix"
548#test set symbol-reloading
549gdb_test "set symbol-reloading" "" "set symbol-reloading"
550#test set variable
551gdb_test "set variable" "Argument required .expression to compute.*" "set variable"
552#test set verbose
553gdb_test "set verbose" "" "set verbose"
554#test set width
555gdb_test "set width" "Argument required .integer to set it to.*" "set width"
556#test set write
557# This is only supported on targets which use exec.o.
558gdb_test "set write" "" "set write"
559#test set
560gdb_test "set" "Argument required .expression to compute.*" "set"
561#test shell echo Hi dad!
562gdb_test "shell echo Hi dad!" "Hi dad!" "shell echo Hi dad!"
563#test show annotate
564gdb_test "show annotate" "Annotation_level is 0." "show annotate"
565#test show args
566gdb_test "show args" "Argument list to give program being debugged when it is started is \"\"." "show args"
567#test show check "c" abbreviation
568gdb_test "show c" "range: *Range checking is \"auto; currently off\"..*\[\r\n\]+type: *Type checking is \"auto; currently off\".*" "show check \"c\" abbreviation"
569#test show check "ch" abbreviation
570gdb_test "show ch" "range: *Range checking is \"auto; currently off\"..*\[\r\n\]+type: *Type checking is \"auto; currently off\"." "show check \"ch\" abbreviation"
571#test show check
572gdb_test "show check" "range: *Range checking is \"auto; currently off\"..*\[\r\n\]+type: *Type checking is \"auto; currently off\"." "show check"
573#test show check range
574gdb_test "show check range" "Range checking is \"auto; currently off\"." "show check range"
575#test show check type
576gdb_test "show check type" "Type checking is \"auto; currently off\"." "show check type"
577#test show commands
578gdb_test "show commands" "" "show commands"
579#test show complaints
580gdb_test "show complaints" "Max number of complaints about incorrect symbols is 0." "show complaints"
581#test show confirm
582gdb_test "show confirm" "Whether to confirm potentially dangerous operations is o\[a-z\]*." "show confirm"
583#test show convenience
584gdb_test "show convenience" "No debugger convenience variables now defined..*\[\r\n\]+Convenience variables have names starting with \".\";.*\[\r\n\]+use \"set\" as in \"set .foo = 5\" to define them." "show convenience"
585#test show directories
586gdb_test "show directories" "Source directories searched: .cdir:.cwd" "show directories"
587#test show editing
588gdb_test "show editing" "Editing of command lines as they are typed is o\[a-z\]*." "show editing"
589#test show height
590gdb_test "show height" "Number of lines gdb thinks are in a page is.*" "show height"
591#test show history expansion
592gdb_test "show history expansion" "History expansion on command input is o\[a-z\]*.*" "show history expansion"
593#test show history filename
594gdb_test "show history filename" "The filename in which to record the command history is.*.gdb_history.*" "show history filename"
595#test show history save
596gdb_test "show history save" "Saving of the history record on exit is on." "show history save"
597#test show history size
598gdb_test "show history size" "The size of the command history is.*" "show history size"
599#test show history
600gdb_test "show history" "expansion: *History expansion on command input is o.*\[\r\n\]+filename: *The filename in which to record the command history is.*.gdb_history.*\[\r\n\]+save: *Saving of the history record on exit is o.*\[\r\n\]+size: * The size of the command history is.*" "show history"
601#test show language
602gdb_test "show language" "The current source language is \"auto; currently c\"." "show language"
603#test show listsize
604gdb_test "show listsize" "Number of source lines gdb will list by default is 10." "show listsize"
605#test show print "p" abbreviation
606gdb_test "show p" ".*" "show p"
607#test show print "pr" abbreviation
608gdb_test "show pr" ".*" "show pr"
609#test show print
610gdb_test "show print" "" "show print"
611#test show paths
612gdb_test "show paths" "Executable and object file path:.*" "show paths"
613#test show print address
614gdb_test "show print address" "Printing of addresses is on." "show print address"
615#test show print array
616gdb_test "show print array" "Prettyprinting of arrays is on." "show print array"
617#test show print asm-demangle
618gdb_test "show print asm-demangle" "Demangling of C\[+\]+ names in disassembly listings is on." "show print asm-demangle"
619#test show print demangle
620gdb_test "show print demangle" "Demangling of encoded C\[+\]+ names when displaying symbols is on." "show print demangle"
621#test show print elements
622gdb_test "show print elements" "Limit on string chars or array elements to print is 200." "show print elements"
623#test show print object
624gdb_test "show print object" "Printing of object's derived type based on vtable info is on." "show print object"
625#test show print pretty
626gdb_test "show print pretty" "Prettyprinting of structures is on." "show print pretty"
627#test show print sevenbit-strings
628gdb_test "show print sevenbit-strings" "Printing of 8-bit characters in strings as .nnn is on." "show print sevenbit-strings"
629#test show print union
630gdb_test "show print union" "Printing of unions interior to structures is on." "show print union"
631#test show print vtbl
632gdb_test "show print vtbl" "Printing of C\[+\]+ virtual function tables is on." "show print vtbl"
633#test show prompt
634# In the FAIL case, can't just look for $gdb_prompt because that will match
635# the output, rather than the prompt. So look for $gdb_prompt at the start
636# of a line.
637gdb_test "show prompt" "Gdb's prompt is \"$gdb_prompt \".*" "show prompt"
638#test show radix
639gdb_test "show radix" "Input and output radices set to decimal 10, hex a, octal 12." "show radix"
640#test show symbol-reloading
641gdb_test "show symbol-reloading" "Dynamic symbol table reloading multiple times in one run is on." "show symbol-reloading"
642#test show user
643gdb_test "show user" "" "show user"
644#test show values
645gdb_test "show values" "" "show values"
646#test show verbose
647gdb_test "show verbose" "Verbose printing of informational messages is o.*|Verbosity is off.*" "show verbose"
648#test show version
649
650gdb_test "show version" "GNU gdb \[0-9\.\]*.*\[\r\n\]+Copyright \[0-9\]* Free Software Foundation, Inc.*\[\r\n\]+GDB is free software, covered by the GNU General Public License, and you are.*\[\r\n\]+welcome to change it and/or distribute copies of it under certain conditions.*\[\r\n\]+Type \"show copying\" to see the conditions.*\[\r\n\]+There is absolutely no warranty for GDB. Type \"show warranty\" for details.*\[\r\n\]+This GDB was configured as .*|GDB is free software and you are welcome to distribute copies of it.*\[\r\n\]+ under certain conditions; type \"show copying\" to see the conditions..*\[\r\n\]+There is absolutely no warranty for GDB; type \"show warranty\" for details..*\[\r\n\]+GDB.*Copyright \[0-9\]* Free Software Foundation, Inc.*" "show version"
651#test show width
652gdb_test "show width" "Number of characters gdb thinks are in a line is.*" "show width"
653#test show write
654# This is only supported on targets which use exec.o.
655gdb_test "show write" "Writing into executable and core files is o.*" "show write"
656#test show
657gdb_test "show" "confirm: *Whether to confirm potentially dangerous operations is on..*\[\r\n\]+history filename: *The filename in which to record the command history is .*\[\r\n\]+history save: *Saving of the history record on exit is on..*\[\r\n\]+history size: *The size of the command history is.*\[\r\n\]+listsize: *Number of source lines gdb will list by default is 10.*\[\r\n\]+print elements: *Limit on string chars or array elements to print is 200..*" "show"
658#test stepi "si" abbreviation
659setup_xfail "a29k-*-udi"
660gdb_test "si" "The program is not being run." "stepi \"si\" abbreviation"
661#test stepi
662setup_xfail "a29k-*-udi"
663gdb_test "stepi" "The program is not being run." "stepi"
664#test signal
665setup_xfail "a29k-*-udi"
666gdb_test "signal" "The program is not being run." "signal"
667#test source
668gdb_test "source" "source command requires pathname of file to source..*|No such file or directory.*" "source"
669#test step "s" abbreviation
670setup_xfail "a29k-*-udi"
671gdb_test "s" "The program is not being run." "step \"s\" abbreviation #2"
672#test step
673setup_xfail "a29k-*-udi"
674gdb_test "step" "The program is not being run." "step #2"
675#test symbol-file
676gdb_test "symbol-file" "" "symbol-file"
677
678#test target child
679gdb_test "target child" "Use the \"run\" command to start a Unix child process.*|Undefined target command: \"child\". *Try \"help target\".*" "target child"
680
681#test target procfs
682gdb_test "target procfs" "Use the \"run\" command to start a Unix child process.*|Undefined target command: \"procfs\". *Try \"help target\".*" "target procfs"
683
684#test target core
685send_gdb "target core\n"
686gdb_expect {
687 -re "No core file specified..*$gdb_prompt $" { pass "target core" }
688 -re ".*A program is being debugged already. Kill it. .y or n.*$" {
689 send_gdb "n\n"
690 if $verbose>1 then {
691 send_user "\t\tDidn't kill program being debugged\n"
692 }
693 gdb_expect -re "$gdb_prompt $" { }
694 pass "target core"
695 }
696 -re "Undefined target command: \"core\". Try \"help target\"..*$gdb_prompt $" { pass "target core" }
697 -re ".*$gdb_prompt $" { fail "target core" }
698 timeout { fail "(timeout) target core" }
699}
700
701#test target exec
702send_gdb "target exec\n"
703gdb_expect {
704 -re "No executable file now..*$gdb_prompt $"\
705 { pass "target exec" }
706 -re ".*A program is being debugged already. Kill it. .y or n.*$" {
707 send_gdb "n\n"
708 if $verbose>1 then {
709 send_user "\t\tDidn't kill program being debugged\n"
710 }
711 gdb_expect -re "$gdb_prompt $" { }
712 pass "target exec"
713 }
714 -re ".*$gdb_prompt $" { fail "target exec" }
715 timeout { fail "(timeout) target exec" }
716 }
717
718#test target remote
719if ![istarget "*-*-udi*"] then {
720 send_gdb "target remote\n"
721 gdb_expect {
722 -re "To open a remote debug connection, you need to specify what.*
723serial device is attached to the remote system .e.g. /dev/ttya.*$gdb_prompt $"\
724 { pass "target remote" }
725 -re ".*A program is being debugged already. Kill it. .y or n.*$" {
726 send_gdb "n\n"
727 if $verbose>1 then {
728 send_user "\t\tDidn't kill program being debugged\n"
729 }
730 gdb_expect -re "$gdb_prompt $" { }
731 pass "target remote"
732 }
733 -re ".*$gdb_prompt $" { fail "target remote" }
734 timeout { fail "(timeout) target remote" }
735 }
736}
737
738#test target
739gdb_test "target" "Argument required .target name.*" "target"
740#test tbreak
741gdb_test "tbreak" "No default breakpoint address now." "tbreak"
742#test tty
743gdb_test "tty" "Argument required .terminal name for running target process.*" "tty"
744#test until "u" abbreviation
745setup_xfail "a29k-*-udi"
746gdb_test "u" "The program is not running." "until \"u\" abbreviation"
747#test until
748setup_xfail "a29k-*-udi"
749gdb_test "until" "The program is not running." "until"
750#test undisplay
751# FIXME -- need to dump full output to detailed log
752send_gdb "undisplay\n"
753gdb_expect {
754 -re "Delete all auto-display expressions.*y or n. $" {
755 send_gdb "y\n"
756 gdb_expect {
757 -re "$gdb_prompt $" { pass "undisplay prompt" }
758 timeout { fail "(timeout) (timeout) undisplay prompt" }
759 }
760 }
761 timeout { fail "(timeout) (timeout) undisplay prompt" }
762}
763
764#test unset environment
765send_gdb "unset environment\n"
766gdb_expect {
767 -re "Delete all environment variables?.*y or n. $" {
768 send_gdb "y\n"
769 gdb_expect {
770 -re "$gdb_prompt $" { pass "unset environmentprompt" }
771 timeout {
772 fail "(timeout) (timeout) unset environment prompt"
773 }
774 }
775 }
776 timeout {
777 fail "(timeout) (timeout) unset environment prompt"
778 }
779}
780
781#test unset
782gdb_test "unset" "\"unset\" must be followed by the name of an unset subcommand..*\[\r\n\]+List of unset subcommands:.*\[\r\n\]+unset environment -- Cancel environment variable VAR for the program.*\[\r\n\]+Type \"help unset\" followed by unset subcommand name for full documentation..*\[\r\n\]+Command name abbreviations are allowed if unambiguous." "unset"
783#test up
784#test up-silently
785gdb_test "up-silently" "No stack." "up-silently"
786#test watch
787gdb_test "watch" "Argument required .expression to compute.*" "watch"
788#test whatis
789gdb_test "whatis" "The history is empty." "whatis"
790#test where
791setup_xfail "a29k-*-udi"
792gdb_test "where" "No stack." "where"
793#test x
794#The case in which it prints a number is for vxgdb.
795gdb_test "x" "0x0:.*0x\[0-9\]*|0x0:.*Cannot access memory at address 0x0." "x"
796
797gdb_exit
This page took 0.084309 seconds and 4 git commands to generate.