]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
gdbserver : add selftest
authorYogesh Tyagi <yogesh.tyagi@intel.com>
Mon, 8 Aug 2022 04:21:40 +0000 (12:21 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 10 Aug 2022 07:20:13 +0000 (08:20 +0100)
commit37164f7e39eea3a1e594d8306d2569868438ba93
treebc6f2086a65d22a91bf70b519af9ee072c76735d
parent4b882afd6c1a67b48cf4e7ace95d46ca2ff12aa0
gdbserver : add selftest

The test runs gdbserver on qemu and connects the gdb client from host over TCP.

It builds a cross gdb on the host and compiles the program to be debugged on the target,
launches the gdbserver and tries to connect cross gdb to it.

[YOCTO #13996]

Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/selftest/cases/gdbserver.py [new file with mode: 0644]