armv8_common::post_debug_entry is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDarmv8_common::post_debug_entry

armv8_common::post_debug_entry field

Syntax

int (*post_debug_entry)(struct target *target);

References

LocationReferrerScopeText
armv8.h:230
int (*post_debug_entry)(struct target *target);
aarch64.c:1022aarch64_debug_entry()
if (retval == ERROR_OK && armv8->post_debug_entry)
aarch64.c:1023aarch64_debug_entry()
retval = armv8->post_debug_entry(target);
aarch64.c:2806aarch64_post_debug_entry()aarch64_init_arch_info()
armv8->post_debug_entry = aarch64_post_debug_entry;

Call Tree

Functions calling armv8_common::post_debug_entry
all items filtered out
armv8_common::post_debug_entry
Functions writing armv8_common::post_debug_entry
Functions reading armv8_common::post_debug_entry
all items filtered out
armv8_common::post_debug_entry
all items filtered out
Implementations
all items filtered out
armv8_common::post_debug_entry