OSDN Git Service

gdb/
authorjkratoch <jkratoch>
Mon, 2 Nov 2009 23:57:02 +0000 (23:57 +0000)
committerjkratoch <jkratoch>
Mon, 2 Nov 2009 23:57:02 +0000 (23:57 +0000)
commit7fb49b4f4fec7d4e84264535ffad7fa47b8f3633
tree116d161006604c99f59ed0c2a4d2899ffa257c2f
parentffdc366a0aa334547939d83b3ec475419c5b0450
gdb/
* symfile.c (find_separate_debug_file): Initialize dir, debugfile and
canon_name to NULL.  Change alloca to xmalloc, newly call xfree for it.
New label cleanup_return_debugfile, jump to it from the failure paths.
gdb/ChangeLog
gdb/symfile.c