This is the mail archive of the gdb-prs@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

mi/1024: Suggest mi_continue mechanism in testsuite


>Number:         1024
>Category:       mi
>Synopsis:       Suggest mi_continue mechanism in testsuite
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          maintenance
>Submitter-Id:   net
>Arrival-Date:   Mon Feb 03 23:58:00 UTC 2003
>Closed-Date:
>Last-Modified:
>Originator:     ac131313@redhat.com
>Release:        unknown-1.0
>Organization:
>Environment:

>Description:
The mi_gdb_test mechanism doesn't work well with continue.  The output the command is trying to match looks like:

-exec-continue
^running
(gdb) 
*stopped,reason="breakpoint-hit",
(gdb) 

problem is, the mi_gdb_test matches either of the two (gdb) prompts.  Suggest an:

mi_continue()

command that more correctly just matches the first bit.
>How-To-Repeat:

>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]