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: [gdbserver] Use enum target_signal in _send_signal.


On Sun, Feb 25, 2007 at 03:20:10AM +0000, Pedro Alves wrote:
> I agree.  I looked at shoehorning this into target_ops->(*resume)() with
> TARGET_SIGNAL_INT, but that would be wrong, as resume expects an
> already stopped process, and send_signal was used to do the actual
> stopping.
> 
> How does this look?

Great.  Thank you - this is OK to commit.

-- 
Daniel Jacobowitz
CodeSourcery


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