projects
/
external
/
binutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
61c125b
)
* symtab.c (find_pc_sect_symtab): Add comment.
author
Doug Evans
<dje@google.com>
Mon, 10 Dec 2012 20:30:05 +0000
(20:30 +0000)
committer
Doug Evans
<dje@google.com>
Mon, 10 Dec 2012 20:30:05 +0000
(20:30 +0000)
gdb/ChangeLog
patch
|
blob
|
history
gdb/symtab.c
patch
|
blob
|
history
diff --git
a/gdb/ChangeLog
b/gdb/ChangeLog
index
05d093a
..
cbc3e7c
100644
(file)
--- a/
gdb/ChangeLog
+++ b/
gdb/ChangeLog
@@
-1,3
+1,7
@@
+2012-12-10 Doug Evans <dje@google.com>
+
+ * symtab.c (find_pc_sect_symtab): Add comment.
+
2012-12-10 Tom Tromey <tromey@redhat.com>
* defs.h: Don't check for definition of LONGEST.
diff --git
a/gdb/symtab.c
b/gdb/symtab.c
index
cf32a8c
..
1b0b35b
100644
(file)
--- a/
gdb/symtab.c
+++ b/
gdb/symtab.c
@@
-2150,6
+2150,8
@@
find_pc_sect_symtab (CORE_ADDR pc, struct obj_section *section)
if (best_s != NULL)
return (best_s);
+ /* Not found in symtabs, search the "quick" symtabs (e.g. psymtabs). */
+
ALL_OBJFILES (objfile)
{
struct symtab *result;