home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / unix / sys5 / r4 / 1351 < prev    next >
Encoding:
Text File  |  1993-01-22  |  1.5 KB  |  45 lines

  1. Newsgroups: comp.unix.sys5.r4
  2. Path: sparky!uunet!sangam!iitb!arjun.cse!jacob
  3. From: jacob@cse.iitb.ernet.in (J K Jacob Kurien)
  4. Subject: defines of FAULTS in solaris
  5. Message-ID: <1993Jan22.090028.25843@cse.iitb.ernet.in>
  6. Sender: usenet@cse.iitb.ernet.in (news dummy user)
  7. Organization: Department of Computer Science,IIT, Bombay
  8. Date: Fri, 22 Jan 1993 09:00:28 GMT
  9. Lines: 34
  10.  
  11. Hi,
  12.  
  13. I'm trying to put gdb (gnu's debugger) on top of ICL's drs6000
  14. sparc multiprocessor. The operating system which we have sysVr4. However
  15. the list of hardware faults is not listed in /usr/include/sys/fault.h. There
  16. is just a pointer to /usr/include/sys/sparc/trap.h which does not contain
  17. the definition for the faults  
  18.  
  19.                FLTILL        illegal instruction
  20.                FLTPRIV       privileged instruction
  21.                FLTBPT        breakpoint trap
  22.                FLTTRACE      trace trap
  23.                FLTACCESS     memory access fault
  24.                FLTBOUNDS     memory
  25.                FLTIOVF       integer overflow
  26.                FLTIZDIV      integer zero divide
  27.                FLTFPE        floating-point exception
  28.                FLTSTACK      unrecoverable stack fault
  29.                FLTPAGE       recoverable page fault
  30.  
  31.   The query is :
  32.      Does solaris have the defintion for these faults in <sys/fault.h>
  33.   and if so could someone mail the corresponding definitions to me. 
  34.  
  35.   My address is:
  36.                jacob@cse.iitb.ernet.in
  37.  
  38.  
  39.  
  40.  
  41. -- 
  42.  
  43.  
  44. ..                             Kurien Jacob                           ...
  45.