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 #4 from Pedro Alves <palves at redhat dot com> ---
I've pushed a fix to the users/palves/PR18077-new-ui-sync-commands branch.  It
pulss the add_file_handler/delete_file_handler calls out of
target_terminal_foo.  It does not add the assert, because it turns out it's
simpler to leave the target_terminal_foo functions as no-ops for non-main UIs.

Could you give it a try?  It passes regtesting here, with and without
FORCE_SEPARATE_MI_TTY=1.  Still needs a new test though.

-- 
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]