projects
/
external
/
binutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
6036c74
)
* breakpoint.c (breakpoint_sals_to_pc): Delete arg address, unused.
author
Doug Evans
<dje@google.com>
Mon, 28 Jun 2010 18:56:38 +0000
(18:56 +0000)
committer
Doug Evans
<dje@google.com>
Mon, 28 Jun 2010 18:56:38 +0000
(18:56 +0000)
All callers updated.
gdb/ChangeLog
patch
|
blob
|
history
gdb/breakpoint.c
patch
|
blob
|
history
diff --git
a/gdb/ChangeLog
b/gdb/ChangeLog
index
2b889fc
..
d8fbe97
100644
(file)
--- a/
gdb/ChangeLog
+++ b/
gdb/ChangeLog
@@
-1,3
+1,8
@@
+2010-06-28 Doug Evans <dje@google.com>
+
+ * breakpoint.c (breakpoint_sals_to_pc): Delete arg address, unused.
+ All callers updated.
+
2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
* cp-valprint.c (cp_print_value_fields) <recurse == 0>: Call
2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
* cp-valprint.c (cp_print_value_fields) <recurse == 0>: Call
diff --git
a/gdb/breakpoint.c
b/gdb/breakpoint.c
index
ce618cc
..
77f8b0d
100644
(file)
--- a/
gdb/breakpoint.c
+++ b/
gdb/breakpoint.c
@@
-7223,8
+7223,7
@@
parse_breakpoint_sals (char **address,
inserted as a breakpoint. If it can't throw an error. */
static void
inserted as a breakpoint. If it can't throw an error. */
static void
-breakpoint_sals_to_pc (struct symtabs_and_lines *sals,
- char *address)
+breakpoint_sals_to_pc (struct symtabs_and_lines *sals)
{
int i;
{
int i;
@@
-7462,7
+7461,7
@@
create_breakpoint (struct gdbarch *gdbarch,
/* Resolve all line numbers to PC's and verify that the addresses
are ok for the target. */
if (!pending)
/* Resolve all line numbers to PC's and verify that the addresses
are ok for the target. */
if (!pending)
- breakpoint_sals_to_pc (&sals
, addr_start
);
+ breakpoint_sals_to_pc (&sals);
type_wanted = (traceflag
? (hardwareflag ? bp_fast_tracepoint : bp_tracepoint)
type_wanted = (traceflag
? (hardwareflag ? bp_fast_tracepoint : bp_tracepoint)