From: Doug Evans Date: Fri, 22 Jan 2016 01:02:39 +0000 (-0800) Subject: * breakpoint.c (init_breakpoint_sal): Add comment. X-Git-Tag: gdb-7.11-release~180 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b35a8b2f1f44c6ea48aeb6f7a74de01f6f5016fb;p=thirdparty%2Fbinutils-gdb.git * breakpoint.c (init_breakpoint_sal): Add comment. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 28173b0bb51..0c86dffddfb 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2016-01-21 Doug Evans + + * breakpoint.c (init_breakpoint_sal): Add comment. + 2016-01-21 Marcin Kościelnicki * ax-gdb.c (gen_traced_pop): Use gen_fetch for string collection. diff --git a/gdb/breakpoint.c b/gdb/breakpoint.c index 3aac26c1113..7b610ef28de 100644 --- a/gdb/breakpoint.c +++ b/gdb/breakpoint.c @@ -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,