Use SaL symbol name when reporting breakpoint locations
[deliverable/binutils-gdb.git] / gdb / breakpoint.h
index c91fccab73a4143c95ad771948272d585774f48c..9a9433bd661f3b81c45b982c8584e5f5cfcef6d8 100644 (file)
@@ -486,6 +486,11 @@ public:
      to find the corresponding source file name.  */
 
   struct symtab *symtab = NULL;
+
+  /* The symbol found by the location parser, if any.  This may be used to
+     ascertain when an event location was set at a different location than
+     the one originally selected by parsing, e.g., inlined symbols.  */
+  const struct symbol *symbol = NULL;
 };
 
 /* The possible return values for print_bpstat, print_it_normal,
This page took 0.0244 seconds and 4 git commands to generate.