diff options
author | Alex Bennée | 2020-04-30 21:01:19 +0200 |
---|---|---|
committer | Alex Bennée | 2020-05-06 10:29:26 +0200 |
commit | fcedd920867b8eb26ec803901a24db53a38882c5 (patch) | |
tree | c55c9dec8d2ff08e6448cfd9c8cf1fa0abacc758 /gdb-xml | |
parent | gdbstub: eliminate gdbserver_fd global (diff) | |
download | qemu-fcedd920867b8eb26ec803901a24db53a38882c5.tar.gz qemu-fcedd920867b8eb26ec803901a24db53a38882c5.tar.xz qemu-fcedd920867b8eb26ec803901a24db53a38882c5.zip |
gdbstub/linux-user: support debugging over a unix socket
While debugging over TCP is fairly straightforward now we have test
cases that want to orchestrate via make and currently a parallel build
fails as two processes can't use the same listening port. While system
emulation offers a wide cornucopia of connection methods thanks to the
chardev abstraction we are a little more limited for linux user.
Thankfully the programming API for a TCP socket and a local UNIX
socket is pretty much the same once it's set up.
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20200430190122.4592-7-alex.bennee@linaro.org>
Diffstat (limited to 'gdb-xml')
0 files changed, 0 insertions, 0 deletions