diff options
| author | Mitchell Horne <mhorne@FreeBSD.org> | 2021-03-08 19:04:51 +0000 |
|---|---|---|
| committer | Mitchell Horne <mhorne@FreeBSD.org> | 2021-03-30 14:36:41 +0000 |
| commit | 7446b0888d920124516284eaa32714d63353e2c9 (patch) | |
| tree | 32b9a5968a153dfd30ec117d013c171699204dbf /sys/powerpc/include | |
| parent | 4beb385813c8b1014f8250a31b07fdc09a059713 (diff) | |
Diffstat (limited to 'sys/powerpc/include')
| -rw-r--r-- | sys/powerpc/include/gdb_machdep.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/powerpc/include/gdb_machdep.h b/sys/powerpc/include/gdb_machdep.h index 41a9ab1f4fa7..5edf4d96cb7c 100644 --- a/sys/powerpc/include/gdb_machdep.h +++ b/sys/powerpc/include/gdb_machdep.h @@ -128,6 +128,12 @@ gdb_end_write(void *arg __unused) } +static __inline void +gdb_cpu_stop_reason(int type __unused, int code __unused) +{ + +} + void *gdb_cpu_getreg(int, size_t *); void gdb_cpu_setreg(int, void *); int gdb_cpu_signal(int, int); |
