ESP-IDF
esp_gdbstub_scratch_t
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
esp_gdbstub_scratch_t
esp_gdbstub_scratch_t struct
Syntax
Show:
Summary
Declaration
from
esp_gdbstub_common.h:47
typedef
struct
{
esp_gdbstub_gdb_regfile_t
regfile
;
int
signal
;
#if
CONFIG_ESP_GDBSTUB_SUPPORT_TASKS
esp_gdbstub_state_t
state
;
int
task_count
;
int
paniced_task_index
;
int
current_task_index
;
int
thread_info_index
;
esp_gdbstub_frame_t
paniced_frame
;
TaskSnapshot_t
tasks
[
GDBSTUB_TASKS_NUM
]
;
#endif
}
esp_gdbstub_scratch_t
;
Fields
Field
Declared as
esp_gdbstub_scratch_t::regfile
esp_gdbstub_gdb_regfile_t
esp_gdbstub_scratch_t::signal
int
esp_gdbstub_scratch_t::state
esp_gdbstub_state_t
esp_gdbstub_scratch_t::task_count
int
esp_gdbstub_scratch_t::paniced_task_index
int
esp_gdbstub_scratch_t::current_task_index
int
esp_gdbstub_scratch_t::thread_info_index
int
esp_gdbstub_scratch_t::paniced_frame
esp_gdbstub_frame_t
esp_gdbstub_scratch_t::tasks
TaskSnapshot_t
[
GDBSTUB_TASKS_NUM
]
Examples
References
from
examples
Code
Location
Referrer
typedef
struct
{
esp_gdbstub_common.h:47
}
esp_gdbstub_scratch_t
;
esp_gdbstub_common.h:59
esp_gdbstub_scratch_t
extern
esp_gdbstub_scratch_t
s_scratch
;
esp_gdbstub_common.h:61
esp_gdbstub_scratch_t
s_scratch
;
gdbstub.c:46
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Instance
Scope
Location
Project
s_scratch
esp_gdbstub_common.h:61
s_scratch
gdbstub.c:46
Lifecycle
from
examples
All items filtered out
All items filtered out