From 1ed591746501739512df2ce4d9a2a0df6e8e71fd Mon Sep 17 00:00:00 2001 From: Jan Kratochvil Date: Tue, 15 Jan 2013 21:32:36 +0000 Subject: gdb/ * dwarf2read.c (psymtab_include_file_name): Extend the function comment. --- gdb/dwarf2read.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'gdb/dwarf2read.c') diff --git a/gdb/dwarf2read.c b/gdb/dwarf2read.c index 0e636b4..519eee8 100644 --- a/gdb/dwarf2read.c +++ b/gdb/dwarf2read.c @@ -15161,7 +15161,9 @@ dwarf_decode_line_header (unsigned int offset, struct dwarf2_cu *cu) in line header LH of PST. COMP_DIR is the compilation directory (DW_AT_comp_dir) or NULL if unknown. If space for the result is malloc'd, it will be freed by a cleanup. - Returns NULL if FILE_INDEX should be ignored, i.e., it is pst->filename. */ + Returns NULL if FILE_INDEX should be ignored, i.e., it is pst->filename. + + The function creates dangling cleanup registration. */ static char * psymtab_include_file_name (const struct line_header *lh, int file_index, -- cgit v1.1