projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
faa743b
)
dwarf2read.c (dwarf_decode_lines_1): Add comment.
author
Doug Evans
<dje@google.com>
Fri, 15 Aug 2014 23:05:47 +0000
(16:05 -0700)
committer
Doug Evans
<dje@google.com>
Fri, 15 Aug 2014 23:05:47 +0000
(16:05 -0700)
* dwarf2read.c (dwarf_decode_lines_1): Add comment.
gdb/ChangeLog
patch
|
blob
|
history
gdb/dwarf2read.c
patch
|
blob
|
history
diff --git
a/gdb/ChangeLog
b/gdb/ChangeLog
index 20c4b4c5adb630f7bd6111259a265675e8b70a43..632ed878e844ea05fca7acf68839e68ee9234624 100644
(file)
--- a/
gdb/ChangeLog
+++ b/
gdb/ChangeLog
@@
-1,3
+1,7
@@
+2014-08-15 Doug Evans <dje@google.com>
+
+ * dwarf2read.c (dwarf_decode_lines_1): Add comment.
+
2014-08-15 Doug Evans <dje@google.com>
* dwarf2read.c (dwarf_decode_lines_1): Delete local "column", unused.
diff --git
a/gdb/dwarf2read.c
b/gdb/dwarf2read.c
index 756d65baf291f6730f7c6ccfce408de6deda8e8a..6bc57939a84fb51af90d8952147fb19531ce32f1 100644
(file)
--- a/
gdb/dwarf2read.c
+++ b/
gdb/dwarf2read.c
@@
-17298,6
+17298,8
@@
dwarf_decode_lines_1 (struct line_header *lh, const char *comp_dir,
"[in module %s]"),
line_offset, objfile_name (objfile));
p_record_line = noop_record_line;
+ /* Note: p_record_line is left as noop_record_line
+ until we see DW_LNE_end_sequence. */
}
op_index = 0;