This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [RFC] win32-nat.c 'set new-console' and interruption
> I find it cleaner with signal SIGINT, but it's true that the other
> option is simpler and not that different!
I think most people would expect to see SIGINT. Also, seeing a SIGINT
would make it consistent with what the user would see if the console
was shared.
> Christopher, should I just remove the ctrl_break_sent variable and
> let GDB use SIGTRAP signal?
So, I would personally prefered if we kept the SIGTRAP to SIGINT
translation... Just my 2 cents.
--
Joel