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

Ignoring signal 0


Hello

I am debugging a remote target using the bochs gdb stub. It sends signal
0s (Program received signal 0, Signal 0.) which I want to ignore. 

If I try to ignore it normally it fails:
(gdb) handle 0 nostop print pass
Only signals 1-15 are valid as numeric signals.
Use "info signals" for a list of symbolic signals.
(gdb) handle all nostop print pass
does not help either...

The signal is caused (probably) by a hardware exception in the simulated
hardware (e.g. lock nop) inside bochs and is then sent to gdb. 

- Einar Karttunen


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