gdb/
authorJan Kratochvil <jan.kratochvil@redhat.com>
Tue, 15 Jan 2013 21:32:36 +0000 (21:32 +0000)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Tue, 15 Jan 2013 21:32:36 +0000 (21:32 +0000)
* dwarf2read.c (psymtab_include_file_name): Extend the function comment.

gdb/ChangeLog
gdb/dwarf2read.c

index a96fc8fc63c92e3b5e4b2dfad5a1f7374fc5b990..7fd2794e23efeef5636f5774185d6a1ecb5ab16a 100644 (file)
@@ -1,3 +1,7 @@
+2013-01-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * dwarf2read.c (psymtab_include_file_name): Extend the function comment.
+
 2013-01-14  Tom Tromey  <tromey@redhat.com>
 
        * cli/cli-decode.c (add_setshow_string_noescape_cmd): Return the
index 0e636b4d4c049c09938f763b17f47f93391da6d6..519eee88cc44e917599c924e24a920840982b52a 100644 (file)
@@ -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,
This page took 0.033848 seconds and 4 git commands to generate.