Add an optional "alias" attribute to syscall entries.
[deliverable/binutils-gdb.git] / gdb / doc / python.texi
index 0a8f7a1dc9a78b8ffaae194f44644ae7d3224b45..ff5fecea1b57ed61aa3d2e70a1490f8ff98397b3 100644 (file)
@@ -2860,6 +2860,14 @@ when it is called.  If there are no valid threads, the method will
 return an empty tuple.
 @end defun
 
+@defun Inferior.architecture ()
+Return the @code{gdb.Architecture} (@pxref{Architectures In Python})
+for this inferior.  This represents the architecture of the inferior
+as a whole.  Some platforms can have multiple architectures in a
+single address space, so this may not match the architecture of a
+particular frame (@pxref{Frames In Python}).
+@end defun
+
 @findex Inferior.read_memory
 @defun Inferior.read_memory (address, length)
 Read @var{length} addressable memory units from the inferior, starting at
This page took 0.024685 seconds and 4 git commands to generate.