mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 06:45:56 +08:00
Enable multi-process mode in the FreeBSD native target.
gdb/ChangeLog: * fbsd-nat.h (fbsd_nat_target::supports_multi_process): New declaration. * fbsd-nat.c (fbsd_nat_target::supports_multi_process): New function.
This commit is contained in:
@ -1669,6 +1669,12 @@ fbsd_nat_target::set_syscall_catchpoint (int pid, bool needed,
|
||||
#endif
|
||||
#endif
|
||||
|
||||
bool
|
||||
fbsd_nat_target::supports_multi_process ()
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
void _initialize_fbsd_nat ();
|
||||
void
|
||||
_initialize_fbsd_nat ()
|
||||
|
Reference in New Issue
Block a user