mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-25 04:49:54 +08:00
gdb/
* dwarf2read.c (psymtab_include_file_name): Extend the function comment.
This commit is contained in:
@ -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>
|
2013-01-14 Tom Tromey <tromey@redhat.com>
|
||||||
|
|
||||||
* cli/cli-decode.c (add_setshow_string_noescape_cmd): Return the
|
* cli/cli-decode.c (add_setshow_string_noescape_cmd): Return the
|
||||||
|
@ -15161,7 +15161,9 @@ dwarf_decode_line_header (unsigned int offset, struct dwarf2_cu *cu)
|
|||||||
in line header LH of PST.
|
in line header LH of PST.
|
||||||
COMP_DIR is the compilation directory (DW_AT_comp_dir) or NULL if unknown.
|
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.
|
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 *
|
static char *
|
||||||
psymtab_include_file_name (const struct line_header *lh, int file_index,
|
psymtab_include_file_name (const struct line_header *lh, int file_index,
|
||||||
|
Reference in New Issue
Block a user