OpenOCD
ipdbg_hub::name
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
ipdbg_hub::name
ipdbg_hub::name field
Syntax
Show:
Summary
Declaration
from
ipdbg.c:71
char
*
name
;
Examples
References
from
examples
Code
Location
Referrer
char
*
name
;
ipdbg.c:71
free
(
hub
->
name
)
;
ipdbg.c:275
ipdbg_free_hub()
new_hub
->
name
=
strdup
(
name
)
;
ipdbg.c:293
ipdbg_allocate_hub()
if
(
!
new_hub
->
name
)
{
ipdbg.c:294
ipdbg_allocate_hub()
if
(
strcmp
(
hub
->
name
,
name
)
==
0
)
ipdbg.c:754
ipdbg_get_hub_by_name()
LOG_ERROR
(
"No service for hub '%s'/tool %d found"
,
hub
->
name
,
tool
)
;
ipdbg.c:856
ipdbg_stop()
Jim_Cmd
*
jcmd
=
Jim_GetCommand
(
interp
,
Jim_NewStringObj
(
interp
,
hub
->
name
,
-
1
)
,
JIM_NONE
)
;
ipdbg.c:968
ipdbg_register_hub_command()
LOG_ERROR
(
"cannot create Hub because a command with name '%s' already exists"
,
hub
->
name
)
;
ipdbg.c:970
ipdbg_register_hub_command()
.
name
=
hub
->
name
,
ipdbg.c:976
ipdbg_register_hub_command()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ipdbg_hub::name
is written by 1 function and is read by 5 functions:
ipdbg_allocate_hub()
All items filtered out
ipdbg_hub::name
ipdbg_free_hub()
ipdbg_allocate_hub()
ipdbg_get_hub_by_name()
ipdbg_stop()
ipdbg_register_hub_command()
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