This is the mail archive of the gdb@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]

Re: command Ctrll-C


raja.saleru@iap-online.com wrote:
> Hi,
> 
> During program execution thought GDB, the execution can be stopped by
> command Ctrll-C
> 
> How it works internally in GDB source? Which function will be called after
> user enters the command Ctrl-C ?
> 
> Thanks in Advance
> Raja Saleru

Have a look at "handle_sigint" and "async_request_quit"
in gdb/event-top.c.




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