OpenOCD
xtensa_sw_breakpoint
is only used within OpenOCD.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
Development Tools
OpenOCD
xtensa_sw_breakpoint
xtensa_sw_breakpoint struct
Syntax
Show:
Summary
Declaration
from
xtensa.h:217
struct
xtensa_sw_breakpoint
{
struct
breakpoint
*
oocd_bp
;
uint8_t
insn
[
XT_ISNS_SZ_MAX
]
;
uint8_t
insn_sz
;
}
;
Fields
Field
Declared as
xtensa_sw_breakpoint::oocd_bp
struct
breakpoint
*
xtensa_sw_breakpoint::insn
uint8_t
[
XT_ISNS_SZ_MAX
]
xtensa_sw_breakpoint::insn_sz
uint8_t
Related Functions
Found 2 other functions taking a
xtensa_sw_breakpoint
argument:
Function
xtensa_sw_breakpoint_add()
xtensa_sw_breakpoint_remove()
Examples
References
from
examples
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
Lifecycle
from
examples
All items filtered out
All items filtered out