On 2/16/24 03:05, Ilya Leoshkevich wrote:
The upcoming follow-fork-mode child support requires post-fork message
exchange between the parent and the child. Prepare gdbserver_fork() for
this purpose. Rename it to gdbserver_fork_end() to better reflect its
purpose.
Signed-off-by: Ilya Leoshkevich<i...@linux.ibm.com>
---
bsd-user/main.c | 3 ++-
gdbstub/user.c | 5 ++---
include/gdbstub/user.h | 6 +++---
linux-user/main.c | 2 +-
4 files changed, 8 insertions(+), 8 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org>
r~