* breakpoint.c (init_breakpoint_sal): Add comment.
This commit is contained in:
parent
4f5946a863
commit
b35a8b2f1f
2 changed files with 6 additions and 1 deletions
|
@ -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>
|
2016-01-21 Marcin Kościelnicki <koriakin@0x04.net>
|
||||||
|
|
||||||
* ax-gdb.c (gen_traced_pop): Use gen_fetch for string collection.
|
* ax-gdb.c (gen_traced_pop): Use gen_fetch for string collection.
|
||||||
|
|
|
@ -9233,7 +9233,8 @@ update_dprintf_commands (char *args, int from_tty,
|
||||||
|
|
||||||
/* Create a breakpoint with SAL as location. Use LOCATION
|
/* Create a breakpoint with SAL as location. Use LOCATION
|
||||||
as a description of the location, and COND_STRING
|
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
|
static void
|
||||||
init_breakpoint_sal (struct breakpoint *b, struct gdbarch *gdbarch,
|
init_breakpoint_sal (struct breakpoint *b, struct gdbarch *gdbarch,
|
||||||
|
|
Loading…
Add table
Reference in a new issue