aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbarch.h
diff options
context:
space:
mode:
authorJan Kratochvil <jan.kratochvil@redhat.com>2011-12-28 18:45:46 +0000
committerJan Kratochvil <jan.kratochvil@redhat.com>2011-12-28 18:45:46 +0000
commit1668ae250037d334facd1c7c5ea8265cfb8ee690 (patch)
tree8e99d1551079a3d19964e1e20d139cd585286dd3 /gdb/gdbarch.h
parent1417b39dadee316f2e52849c4cc4bc7d347b68ee (diff)
downloadgdb-1668ae250037d334facd1c7c5ea8265cfb8ee690.zip
gdb-1668ae250037d334facd1c7c5ea8265cfb8ee690.tar.gz
gdb-1668ae250037d334facd1c7c5ea8265cfb8ee690.tar.bz2
gdb/
* gdbarch.sh (max_insn_length): Extend the comment by unit. * gdbarch.h: Regenerate.
Diffstat (limited to 'gdb/gdbarch.h')
-rw-r--r--gdb/gdbarch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/gdbarch.h b/gdb/gdbarch.h
index 46c5afa..c257c63 100644
--- a/gdb/gdbarch.h
+++ b/gdb/gdbarch.h
@@ -754,7 +754,7 @@ typedef void (gdbarch_skip_permanent_breakpoint_ftype) (struct regcache *regcach
extern void gdbarch_skip_permanent_breakpoint (struct gdbarch *gdbarch, struct regcache *regcache);
extern void set_gdbarch_skip_permanent_breakpoint (struct gdbarch *gdbarch, gdbarch_skip_permanent_breakpoint_ftype *skip_permanent_breakpoint);
-/* The maximum length of an instruction on this architecture. */
+/* The maximum length of an instruction on this architecture in bytes. */
extern int gdbarch_max_insn_length_p (struct gdbarch *gdbarch);