target_get_gdb_arch() is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

target_get_gdb_arch() function

Obtain the architecture for GDB. This routine is a wrapper for target->type->get_gdb_arch.

Syntax

const char *target_get_gdb_arch(const struct target *target);
Implemented in target.c:1368

Arguments

target

References

LocationReferrerText
target.c:1368
const char *target_get_gdb_arch(const struct target *target)
target.h:511
const char *target_get_gdb_arch(const struct target *target);
gdb_server.c:2504gdb_generate_target_description()
architecture = target_get_gdb_arch(target);
gdb_server.c:2661gdb_target_description_supported()
char const *architecture = target_get_gdb_arch(target);

Call Tree

Functions calling target_get_gdb_arch()
Functions called by target_get_gdb_arch()
target_get_gdb_arch()
all items filtered out
Data read by target_get_gdb_arch()
target_get_gdb_arch()