OpenOCD
DBG_REASON_EXIT
is only used within OpenOCD.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
Development Tools
OpenOCD
DBG_REASON_EXIT
DBG_REASON_EXIT value
Syntax
Show:
Summary
Declaration
from
target.h:75
DBG_REASON_EXIT
=
6
;
Examples
References
from
examples
Code
Location
Referrer
DBG_REASON_EXIT
=
6
,
target.h:75
if
(
target
->
debug_reason
==
DBG_REASON_EXIT
)
{
gdb_server.c:783
gdb_signal_reply()
{
.
name
=
"program-exit"
,
.
value
=
DBG_REASON_EXIT
}
,
target.c:225
case
DBG_REASON_EXIT
:
target.c:7009
target_debug_reason_str()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
DBG_REASON_EXIT
is read by 2 functions:
All items filtered out
DBG_REASON_EXIT
gdb_signal_reply()
target_debug_reason_str()
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