aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbarch.h
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2008-11-03 16:11:45 +0000
committerPedro Alves <palves@redhat.com>2008-11-03 16:11:45 +0000
commit9bc9e927792511e2c1997ffcf7cd605cd1eb2ea2 (patch)
treef6f02cf34079f1eed7974ffacfa5bf65231f4929 /gdb/gdbarch.h
parent50c71eaf0e6a7026633818a76f14b6ab4efec73c (diff)
downloadgdb-9bc9e927792511e2c1997ffcf7cd605cd1eb2ea2.zip
gdb-9bc9e927792511e2c1997ffcf7cd605cd1eb2ea2.tar.gz
gdb-9bc9e927792511e2c1997ffcf7cd605cd1eb2ea2.tar.bz2
* gdbarch.sh (has_global_solist): Mention global breakpoints.
* gdbarch.h: Regenerate.
Diffstat (limited to 'gdb/gdbarch.h')
-rw-r--r--gdb/gdbarch.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/gdb/gdbarch.h b/gdb/gdbarch.h
index 909db8c..35f8a36 100644
--- a/gdb/gdbarch.h
+++ b/gdb/gdbarch.h
@@ -812,7 +812,10 @@ extern void gdbarch_record_special_symbol (struct gdbarch *gdbarch, struct objfi
extern void set_gdbarch_record_special_symbol (struct gdbarch *gdbarch, gdbarch_record_special_symbol_ftype *record_special_symbol);
/* True if the list of shared libraries is one and only for all
- processes, as opposed to a list of shared libraries per inferior. */
+ processes, as opposed to a list of shared libraries per inferior.
+ When this property is true, GDB assumes that since shared libraries
+ are shared across processes, so is all code. Hence, GDB further
+ assumes an inserted breakpoint location is visible to all processes. */
extern int gdbarch_has_global_solist (struct gdbarch *gdbarch);
extern void set_gdbarch_has_global_solist (struct gdbarch *gdbarch, int has_global_solist);