1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-05 09:14:03 +00:00

There's no reason why we couldn't attach to a live process on arm.

MFC After:	1 week
This commit is contained in:
Olivier Houchard 2007-11-17 18:41:04 +00:00
parent 59e36e4730
commit fdad867fc6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=173700

View File

@ -29,4 +29,7 @@
/* Override copies of {fetch,store}_inferior_registers in `infptrace.c'. */
#define FETCH_INFERIOR_REGISTERS
/* We can attach and detach. */
#define ATTACH_DETACH
#endif /* NM_NBSD_H */