2005-01-13 Michael Snyder <msnyder@redhat.com>
* breakpoint.c: Whitespace tweaks.
This commit is contained in:
parent
4791eb66b6
commit
1272ad1410
2 changed files with 9 additions and 7 deletions
|
@ -1,5 +1,6 @@
|
|||
2005-01-13 Michael Snyder <msnyder@redhat.com>
|
||||
|
||||
* breakpoint.c: Whitespace tweaks.
|
||||
* cli/cli-interp.c: Tweak comments, per coding standard.
|
||||
|
||||
2005-01-13 Andrew Cagney <cagney@gnu.org>
|
||||
|
|
|
@ -4462,7 +4462,8 @@ solib_load_unload_1 (char *hookname, int tempflag, char *dll_pathname,
|
|||
int thread = -1; /* All threads. */
|
||||
|
||||
/* Set a breakpoint on the specified hook. */
|
||||
sals = decode_line_1 (&hookname, 1, (struct symtab *) NULL, 0, &canonical, NULL);
|
||||
sals = decode_line_1 (&hookname, 1, (struct symtab *) NULL,
|
||||
0, &canonical, NULL);
|
||||
addr_end = hookname;
|
||||
|
||||
if (sals.nelts == 0)
|
||||
|
|
Loading…
Reference in a new issue