* symtab.c (find_line_pc): assumed that a PC of 0 is illegal.
authorRon Unrau <runrau@cygnus>
Sun, 21 Jun 1998 15:31:09 +0000 (15:31 +0000)
committerRon Unrau <runrau@cygnus>
Sun, 21 Jun 1998 15:31:09 +0000 (15:31 +0000)
commit36841840ec1d524ac770ea75667dc49318548616
tree87271a4c0d944378f5bc1abaeb607c906b45e583
parentec85f6bc516255d00dca68310791bf78d5b6b51d
    * symtab.c (find_line_pc): assumed that a PC of 0 is illegal.
          Changed to pass PC as arg and return 1 if valid (0 otherwise).
          symtab.h: change prototype to match
          symtab.c (find_line_pc_range): use new interface
          breakpoint.c (resolve_sal_pc): ditto
          gdbtk.c (gdb_set_bp): ditto
gdb/gdbtk.c