When the test runs with code coverage, make sure the coverage dump completes its output under pytest execution before the test debug session ends in both cases: for Zephyr gdbstub feature and for Qemu internal GDB stub. Add few more test operations with breakpoints. Signed-off-by: Dmitrii Golovanov <dmitrii.golovanov@intel.com>
7 lines
147 B
Plaintext
7 lines
147 B
Plaintext
CONFIG_GDBSTUB=y
|
|
CONFIG_GDBSTUB_SERIAL_BACKEND=y
|
|
CONFIG_GDBSTUB_TRACE=n
|
|
CONFIG_NO_OPTIMIZATIONS=y
|
|
CONFIG_USERSPACE=y
|
|
CONFIG_KOBJECT_TEXT_AREA=4096
|