This is the mail archive of the gdb-prs@sourceware.org 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/2077: "set edit off" breaks MI


>Number:         2077
>Category:       mi
>Synopsis:       "set edit off" breaks MI
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Tue Feb 07 07:08:01 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     ghost@cs.msu.su
>Release:        unknown-1.0
>Organization:
>Environment:

>Description:
It looks the the "set edit off" command breaks MI completely, as the
following session illustrates
 
         ghost@zigzag:/tmp$ gdb a.out --i=mi2
         ~"GNU gdb 6.4-debian\n"
         [snip]
         (gdb)
         set edit off
         &"set edit off\n"
         ^done
         (gdb)
         set print static-members off
         [nothing printed at all]
 
After the last command, gdb does not print anything at all, and does not respond to any commands.
>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]