* breakpoint.c (init_breakpoint_sal): Add comment.
authorDoug Evans <dje@google.com>
Fri, 22 Jan 2016 01:02:39 +0000 (17:02 -0800)
committerDoug Evans <dje@google.com>
Fri, 22 Jan 2016 01:03:10 +0000 (17:03 -0800)
gdb/ChangeLog
gdb/breakpoint.c

index 28173b0bb514db40d0a88f16fd7489fbdb81c299..0c86dffddfb0d8aecb0a6fb4f4654a9273714320 100644 (file)
@@ -1,3 +1,7 @@
+2016-01-21  Doug Evans  <dje@google.com>
+
+       * breakpoint.c (init_breakpoint_sal): Add comment.
+
 2016-01-21  Marcin Koƛcielnicki  <koriakin@0x04.net>
 
        * ax-gdb.c (gen_traced_pop): Use gen_fetch for string collection.
index 3aac26c1113d2826a470885fe92ab725f687a8c8..7b610ef28de639ad6c227494edbe87b6823bac86 100644 (file)
@@ -9233,7 +9233,8 @@ update_dprintf_commands (char *args, int from_tty,
 
 /* Create a breakpoint with SAL as location.  Use LOCATION
    as a description of the location, and COND_STRING
-   as condition expression.  */
+   as condition expression.  If LOCATION is NULL then create an
+   "address location" from the address in the SAL.  */
 
 static void
 init_breakpoint_sal (struct breakpoint *b, struct gdbarch *gdbarch,
This page took 0.033582 seconds and 4 git commands to generate.