OpenOCD
rtos_type::clean
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
rtos_type::clean
rtos_type::clean field
Syntax
Show:
Summary
Declaration
from
rtos.h:71
int
(
*
clean
)
(
struct
target
*
target
)
;
Examples
References
from
examples
Code
Location
Scope
Referrer
int
(
*
clean
)
(
struct
target
*
target
)
;
rtos.h:71
if
(
target
->
rtos
->
type
->
clean
)
gdb_server.c:1035
gdb_new_connection()
target
->
rtos
->
type
->
clean
(
target
)
;
gdb_server.c:1036
gdb_new_connection()
const
struct
rtos_type
linux_rtos
=
{
linux.c:250
linux_rtos
linux_os_clean()
.
clean
=
linux_os_clean
,
linux.c:258
Call Tree
from
examples
rtos_type::clean
is called by 1 function:
gdb_new_connection()
All items filtered out
rtos_type::clean
All items filtered out
Data Use
from
examples
rtos_type::clean
is read by 1 function:
All items filtered out
rtos_type::clean
gdb_new_connection()
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
rtos_type::clean
implements 1 functions:
linux_os_clean()
All items filtered out
rtos_type::clean
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out