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]

[Bug gdb/20418] Problems with synchronous commands and new-ui


https://sourceware.org/bugzilla/show_bug.cgi?id=20418

--- Comment #6 from Simon Marchi <simon.marchi at ericsson dot com> ---
I might have found a corner case:

- start the new MI ui, but don't start the program
- in the new MI ui, type -exec-continue

You should get "^error,msg="The program is not being run."".  At this point, it
seems like the fd for that output is not in the event loop because I can't type
anything else after that.  If I type "start" in the main ui, then the fd
eventually gets back in the event loop so it comes back to normal.

Basically, it seems like error handling is not quite right.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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