* breakpoint.c: #include "hashtab.h".
authorDoug Evans <dje@google.com>
Fri, 8 Feb 2008 00:42:07 +0000 (00:42 +0000)
committerDoug Evans <dje@google.com>
Fri, 8 Feb 2008 00:42:07 +0000 (00:42 +0000)
commit776592bf173a191aa5d142808ca9164fd243c0ce
treede93b4f22843af0ac994cdb88997e54683932eca
parentb29242315eb0d6694d66d75895116361e20c8003
* breakpoint.c: #include "hashtab.h".
(ambiguous_names_p): New fn.
(update_breakpoint_locations): When restoring bp enable status, don't
compare function names if any functions have same name.
* Makefile.in (breakpoint.o): Add hashtab.h dependency.

* gdb.cp/mb-inline.exp: New.
* gdb.cp/mb-inline.h: New.
* gdb.cp/mb-inline1.cc: New.
* gdb.cp/mb-inline2.cc: New.
gdb/ChangeLog
gdb/Makefile.in
gdb/breakpoint.c
gdb/testsuite/gdb.cp/mb-inline.exp [new file with mode: 0644]
gdb/testsuite/gdb.cp/mb-inline.h [new file with mode: 0644]
gdb/testsuite/gdb.cp/mb-inline1.cc [new file with mode: 0644]
gdb/testsuite/gdb.cp/mb-inline2.cc [new file with mode: 0644]
This page took 0.02909 seconds and 4 git commands to generate.