Initial signal

Reuben Thomas via Gdb <[email protected]>
Newsgroups gmane.comp.gdb.devel
Message-ID <CAOnWdojMhmA-oyM7pjkOZNrU7TzOqR=FX1tZwje08U5-KRbTHg@mail.gmail.com>
Studying remote.c, I found the following comment:

  /* Stubs traditionally report SIGTRAP as initial signal,
    instead of signal 0.  Suppress it.  */

And indeed the remote stub I am working on, which was based on
stubs/sparc-stub.c, was sending SIGTRAP as its initial signal. So I changed
it to send 0, which works fine, of course.

However, I cannot find this documented anywhere in the relevant section of
GDB's manual; indeed, I cannot find any documentation of what the initial
signal should be. Am I overlooking something, or is it missing?

-- 
https://rrt.sc3d.org
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.