Re: [PATCH] gnu-nat: Move local functions inside gnu_nat_target class

2020-05-31 Thread Samuel Thibault
Simon Marchi, le sam. 30 mai 2020 19:59:03 -0400, a ecrit: > On 2020-05-30 2:04 p.m., Samuel Thibault wrote: > > This allows to have the process_stratum_target object at hand for future > > use in > > the gdb API, and only use gnu_target from external calls. > > > > gdb/Changelog: > > > > *

Re: [PATCH] gnu-nat: Move local functions inside gnu_nat_target class

2020-05-30 Thread Simon Marchi
On 2020-05-30 2:04 p.m., Samuel Thibault wrote: > This allows to have the process_stratum_target object at hand for future use > in > the gdb API, and only use gnu_target from external calls. > > gdb/Changelog: > > * gnu-nat.h (inf_validate_procs, inf_suspend, inf_set_traced, > steal

[PATCH] gnu-nat: Move local functions inside gnu_nat_target class

2020-05-30 Thread Samuel Thibault
This allows to have the process_stratum_target object at hand for future use in the gdb API, and only use gnu_target from external calls. gdb/Changelog: * gnu-nat.h (inf_validate_procs, inf_suspend, inf_set_traced, steal_exc_port, proc_get_state, inf_clear_wait, inf_cleanup,