summaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2009-05-23 10:11:42 +0000
committerEli Zaretskii <eliz@gnu.org>2009-05-23 10:11:42 +0000
commit8c7a1ee80b29ca855e462ff08c2fc182bb2ae868 (patch)
treec4c2c753ee2d9bd3913e5b7bfa51190ba0155d9c /gdb/ChangeLog
parent754dd031077d8387f723399c16c0b7b0710aca0b (diff)
downloadbinutils-gdb-8c7a1ee80b29ca855e462ff08c2fc182bb2ae868.tar.gz
* symtab.c (skip_prologue_using_lineinfo): New function.
(find_function_start_sal): Use it to get to the first line of function's body that has an entry in the lineinfo table.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 496ea3b8043..97806a147a0 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,9 @@
2009-05-23 Eli Zaretskii <eliz@gnu.org>
+ * symtab.c (skip_prologue_using_lineinfo): New function.
+ (find_function_start_sal): Use it to get to the first line of
+ function's body that has an entry in the lineinfo table.
+
* symmisc.c (dump_symtab): Switch the current language to
the language of the symtab we are dumping only if the symtab's
language is neither language_auto nor language_unknown.