OpenOCD
etb_build_reg_cache()
is only used within OpenOCD.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
Development Tools
OpenOCD
etb_build_reg_cache()
etb_build_reg_cache() function
Syntax
Show:
Summary
Declaration
Definition
from
etb.h:45
struct
reg_cache
*
etb_build_reg_cache
(
struct
etb
*
etb
)
;
Implemented in
etb.c:113
Arguments
Argument
etb
Related Functions
Found 3 other functions taking a
etb
argument:
Function
etb_set_instr()
etb_scann()
etb_read_ram()
Examples
References
from
examples
Code
Location
Referrer
struct
reg_cache
*
etb_build_reg_cache
(
struct
etb
*
etb
)
etb.c:113
struct
reg_cache
*
etb_build_reg_cache
(
struct
etb
*
etb
)
;
etb.h:45
reg_cache
->
next
=
etb_build_reg_cache
(
etb
)
;
etm.c:392
etm_build_reg_cache()
Call Tree
from
examples
etb_build_reg_cache()
is called by 1 function:
etm_build_reg_cache()
All items filtered out
etb_build_reg_cache()
All items filtered out
Data Use
from
examples
etb_build_reg_cache()
reads 1 variable and writes 13 variables:
etb_reg_list
All items filtered out
etb_build_reg_cache()
reg::name
reg::value
reg::dirty
reg::valid
reg::size
reg::arch_info
reg::type
reg_cache::name
reg_cache::next
reg_cache::reg_list
reg_cache::num_regs
etb_reg::addr
etb_reg::etb
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
etb_build_reg_cache()
frees 3 typess:
All items filtered out
etb_build_reg_cache()
reg
reg_cache
etb_reg
All items filtered out