This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
gdbserver for arm does not support multi-process debugging
- From: 刘康 <lkang0305 at 163 dot com>
- To: binutils at sourceware dot org
- Date: Mon, 14 Oct 2019 11:21:47 +0800 (CST)
- Subject: gdbserver for arm does not support multi-process debugging
Dear binutils@sourceware.org
I am researching the gdbserver's source code for ARM, what confused me is that it does not support multi-process to debug the target's child process, cause it dose not interesting in PTRACE_EVENT_FORK, I don't know whether it's a bug or it's just a feature by design.
Appreciate very much for any reply and thank you so much!