forked from auracaster/openocd
target/espressif: read entry addresses of pre-defined stub functions
Debug stubs functionality provided by ESP IDF allows executing target function in any address. e.g; esp32_cmd_gcov() Signed-off-by: Erhan Kurubas <erhan.kurubas@espressif.com> Change-Id: I56d844e5a862c9bf33fdb991b01abb7a76047ca7 Reviewed-on: https://review.openocd.org/c/openocd/+/7758 Tested-by: jenkins Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com>
This commit is contained in:
committed by
Antonio Borneo
parent
29b02402ff
commit
9fd754ca4d
@@ -10,12 +10,13 @@
|
||||
|
||||
#include <target/target.h>
|
||||
#include <target/xtensa/xtensa.h>
|
||||
#include "esp_xtensa.h"
|
||||
#include "esp_semihosting.h"
|
||||
#include "esp.h"
|
||||
#include "esp_xtensa_apptrace.h"
|
||||
|
||||
struct esp_xtensa_common {
|
||||
struct xtensa xtensa; /* must be the first element */
|
||||
struct esp_common esp;
|
||||
struct esp_semihost_data semihost;
|
||||
struct esp_xtensa_apptrace_info apptrace;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user