Don't call clear_quit_flag in captured_main
authorPedro Alves <palves@redhat.com>
Tue, 12 Apr 2016 15:49:30 +0000 (16:49 +0100)
committerPedro Alves <palves@redhat.com>
Tue, 12 Apr 2016 15:55:52 +0000 (16:55 +0100)
commitda1e5f545cdb18a34d36f28350716246bc24958a
tree2e455b64dfcb9586cf57700dccbd4cb4c2e5d538
parent0af679c6e0645a93d5a60ec936b94dc70a2f9e5c
Don't call clear_quit_flag in captured_main

This call seems pointless.  For instance, a SIGINT handler is only
installed later on.  And if wasn't, I can't see why we'd want to lose
a Ctrl-C request.

Getting rid of this allows getting rid of clear_quit_flag.

gdb/ChangeLog:
2016-04-12  Pedro Alves  <palves@redhat.com>

* main.c (captured_main): Don't clear the quit flag.
gdb/ChangeLog
gdb/main.c
This page took 0.041816 seconds and 4 git commands to generate.