home *** CD-ROM | disk | FTP | other *** search
/ Il CD di internet / CD.iso / SOURCE / D / GDB / GDB-4.13 / GDB-4 / gdb-4.13 / gdb / config / alpha / tm-alphanw.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-06-09  |  387 b   |  15 lines

  1. /* GDB target definitions for Alpha running Netware. */
  2.  
  3. /* Alpha/Netware uses NT PALcode, which causes call_pal bpt to give the PC of the
  4.    actual breakpoint, not PC+4, (like the OSF1 PALcode).  */
  5.  
  6. #define DECR_PC_AFTER_BREAK 0
  7.  
  8. #define VM_MIN_ADDRESS ((CORE_ADDR)0)
  9.  
  10. #include "alpha/tm-alpha.h"
  11.  
  12. /* Stop backtracing when we wander into main.  */
  13.  
  14. #define FRAME_CHAIN_VALID_ALTERNATE
  15.