Srinivasa Ds da654b74bd signals: demultiplexing SIGTRAP signal
Currently a SIGTRAP can denote any one of below reasons.
	- Breakpoint hit
	- H/W debug register hit
	- Single step
	- Signal sent through kill() or rasie()

Architectures like powerpc/parisc provides infrastructure to demultiplex
SIGTRAP signal by passing down the information for receiving SIGTRAP through
si_code of siginfot_t structure. Here is an attempt is generalise this
infrastructure by extending it to x86 and x86_64 archs.

Signed-off-by: Srinivasa DS <srinivasa@in.ibm.com>
Cc: Roland McGrath <roland@redhat.com>
Cc: akpm@linux-foundation.org
Cc: paulus@samba.org
Cc: linuxppc-dev@ozlabs.org
Signed-off-by: Ingo Molnar <mingo@elte.hu>
2008-09-23 13:26:52 +02:00
..
2008-02-07 08:42:32 -08:00
2008-07-26 12:00:06 -07:00
2008-07-24 22:53:30 +02:00
2008-05-15 10:38:54 -04:00
2008-03-15 19:11:52 -07:00
2008-04-28 08:58:23 -07:00
2008-07-24 10:47:27 -07:00
2008-05-15 10:38:54 -04:00
2008-05-15 10:38:54 -04:00
2008-03-15 19:11:54 -07:00