diff options
Diffstat (limited to 'gdb/arch-utils.h')
-rw-r--r-- | gdb/arch-utils.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/arch-utils.h b/gdb/arch-utils.h index c4e0980..555ff59 100644 --- a/gdb/arch-utils.h +++ b/gdb/arch-utils.h @@ -139,4 +139,12 @@ extern void gdbarch_info_fill (struct gdbarch_info *info); extern struct gdbarch *gdbarch_from_bfd (bfd *abfd); +/* Return "current" architecture. If the target is running, this is the + architecture of the selected frame. Otherwise, the "current" architecture + defaults to the target architecture. + + This function should normally be called solely by the command interpreter + routines to determine the architecture to execute a command in. */ +extern struct gdbarch *get_current_arch (void); + #endif |