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"?


That is saying I can not know the stop reason ?
In this case , gdb will stop at the $eip in "g" packet,  which is sent
from the target side ?
Is there method to know why the target stoped?

Thanks!

2013/2/2 Pedro Alves <palves@redhat.com>:
> 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]