gdb_server: add debug signal reason prints

Added debug prints to show what is the target debug reason. Also added
debug print for Ctrl-C response. This is useful for troubleshooting and
log analysis.

Change-Id: I055936257d989efe7255656198a8d73a367fcd15
Signed-off-by: Marek Vrbka <marek.vrbka@codasip.com>
Reviewed-on: https://review.openocd.org/c/openocd/+/7720
Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com>
Tested-by: jenkins
This commit is contained in:
Marek Vrbka
2023-05-29 14:41:34 +02:00
committed by Antonio Borneo
parent 370bf43fb1
commit 0854c83076
3 changed files with 35 additions and 2 deletions

View File

@@ -803,4 +803,6 @@ extern bool get_target_reset_nag(void);
#define TARGET_DEFAULT_POLLING_INTERVAL 100
const char *target_debug_reason_str(enum target_debug_reason reason);
#endif /* OPENOCD_TARGET_TARGET_H */