Home | History | Annotate | Download | only in gdb.base

Lines Matching refs:prompt

19 # This testcase cannot use runto_main because of the different prompt
47 # NOTE: this prompt is OK only when the annotation level is > 1
49 # NOTE: When this prompt is in use the gdb_test procedure must be
50 # called with '-prompt "$gdb_prompt$"' otherwise it assumes the
52 # true with this annotated prompt.
55 set gdb_prompt "\r\n\032\032pre-prompt\r\n$gdb_prompt \r\n\032\032prompt\r\n"
63 # annotate-pre-prompt
64 # annotate-prompt
65 # annotate-post-prompt (in the next block)
67 gdb_test_no_output -prompt "$gdb_prompt$" "set annotate 3" \
74 -re "^if 1\r\n\r\n\032\032post-prompt\r\n\r\n\032\032pre-commands\r\n >\r\n\032\032commands\r\n$" {
90 "\r\n\032\032post-prompt\r\n"
100 "\r\n\032\032post-prompt\r\n"
119 "\r\n\032\032post-prompt\r\n"
131 "\r\n\032\032post-prompt\r\n"
144 "\r\n\032\032post-prompt\r\n"
154 gdb_test -prompt "$gdb_prompt$" "break handle_USR1" \
155 "\r\n\032\032post-prompt\r\nBreakpoint \[^\r\n\]+ at $hex: file \[^\r\n\]+/$srcfile, line\[^\r\n\]+\\."
160 gdb_test -prompt "$gdb_prompt$" "break printf" \
161 "\r\n\032\032post-prompt\r\nBreakpoint \[^\r\n\]+ at $hex\[^\r\n\]+"
168 "\r\n\032\032post-prompt\r\n"
179 "\r\n\032\032post-prompt\r\n"
195 "\r\n\032\032post-prompt\r\n"
224 "\r\n\032\032post-prompt\r\n"
229 "\r\n\032\032post-prompt\r\n"
234 "\r\n\032\032post-prompt\r\n"
241 gdb_test -prompt "$gdb_prompt$" "break ${srcfile}:${main_line}" \
242 "\r\n\032\032post-prompt\r\nBreakpoint 4 at $hex: file \[^\r\n\]+/$srcfile, line $main_line\\." \
250 "\r\n\032\032post-prompt\r\n"
256 gdb_test -prompt "$gdb_prompt$" \
288 gdb_test -prompt "$gdb_prompt$" "break $value_inc_line" \
289 "\r\n\032\032post-prompt\r\nBreakpoint 5 at $hex: file\[^\r\n\]*$srcfile, line $value_inc_line\\." \
294 "\r\n\032\032post-prompt\r\n"
301 "\r\n\032\032post-prompt\r\n"
317 "\r\n\032\032post-prompt\r\n"
328 "\r\n\032\032post-prompt\r\n"
353 "\r\n\032\032post-prompt\r\n"
367 # restore the original prompt for the rest of the testsuite