Alpha uses software single-step. Lost in the 5.0->5.3 conversion.

Addresses PR toolchain/23672.
This commit is contained in:
nathanw 2003-12-11 21:06:27 +00:00
parent de13a4e603
commit 243cf32568
2 changed files with 6 additions and 0 deletions

View File

@ -21,6 +21,9 @@
#ifndef TM_NBSD_H
#define TM_NBSD_H
/* NetBSD/Alpha doesn't have single stepping support in ptrace(). */
#define SOFTWARE_SINGLE_STEP_P() 1
#include "alpha/tm-alpha.h"
#include "solib.h"

View File

@ -21,6 +21,9 @@
#ifndef TM_NBSD_H
#define TM_NBSD_H
/* NetBSD/Alpha doesn't have single stepping support in ptrace(). */
#define SOFTWARE_SINGLE_STEP_P() 1
#include "alpha/tm-alpha.h"
#include "solib.h"