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: what is the mean of remote protocol "S 00"?


On 01/30/2013 10:20 PM, horseriver wrote:
> hi:)
> 
>   When using remote debug, target reply a "S 00" packet to gdb side,
>   
>   I know this is a signal notify.
>   
>    what will gdb do  for signal 0?

signal 0 means the target stopped with no signal at all.
It just stopped.  GDB will just say the target stopped.

-- 
Pedro Alves


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