Make breakpoint_re_set_one work with overloaded member functions,
authorPeter Schauer <Peter.Schauer@mytum.de>
Mon, 19 Jul 1993 06:41:16 +0000 (06:41 +0000)
committerPeter Schauer <Peter.Schauer@mytum.de>
Mon, 19 Jul 1993 06:41:16 +0000 (06:41 +0000)
commit6f87ec4a21e626431a7fb55974b07aad05223660
treedf8672886b1cab6ed1833af4731361f47e22431a
parent29b8ed0aaa3bafd27104a9aa11c17cee3599c167
Make breakpoint_re_set_one work with overloaded member functions,
`b 123' and `b foo' if foo is a static function.
* symtab.c (decode_line_1, decode_line_2):  New argument `canonical'
to return canonical line specs if requested by the caller.
* breakpoint.c, source.c, symtab.c, symtab.h:  Change prototypes and
callers accordingly.
* symtab.c (build_canonical_line_spec):  New helper function which
constructs the canonical line spec.
* breakpoint.c (break_command_1):  Use canonical line spec instead
of command string as addr_string if necessary.
* source.c (line_info):  Fix storage leak.
gdb/ChangeLog
gdb/symtab.c
gdb/symtab.h
This page took 0.028611 seconds and 4 git commands to generate.