This is the mail archive of the gdb-patches@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: [PATCH] Fix PR cli/15603


>>>>> "Jan" == Jan Kratochvil <jan.kratochvil@redhat.com> writes:

Jan> Testcase in the following patch works if the former patch is
Jan> reverted but it does not work with this fix:
Jan> 	[patch] Fix CTRL-C for remote.c (PR remote/15297)
Jan> 	http://sourceware.org/ml/gdb-patches/2013-06/msg00363.html

The problem is that in this case, gdb hits a location without a
"breakpoint_at".  Changing bpstat_explains_signal to also signals other
than GDB_SIGNAL_TRAP in this case fixes the problem.

I'm regression-testing it now.

Tom


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