aboutsummaryrefslogtreecommitdiff
path: root/gdb/symtab.c
AgeCommit message (Expand)AuthorFilesLines
2012-09-25Fix typo in skip_prologue_sal's comment.Joel Brobecker1-1/+1
2012-07-16 * symtab.c (filename_seen_cache): Delete members "tab_alloc_size",Doug Evans1-27/+17
2012-07-13 * symtab.c (filename_seen): Update comment.Doug Evans1-3/+2
2012-07-13 * symtab.c (output_source_filename): Delete unnecessary forward decl.Doug Evans1-49/+104
2012-06-29 * linespec.c: #include "stack.h".Doug Evans1-22/+0
2012-06-28 * symtab.c (lookup_symbol_aux_objfile): UseDoug Evans1-12/+11
2012-06-26 * NEWS: Mention new options "set debug dwarf2-read" andDoug Evans1-0/+11
2012-06-19 * symtab.h (minimal_symbol): New member created_by_gdb.Doug Evans1-26/+72
2012-06-13 * ada-lang.c (ada_make_symbol_completion_list): Return a VEC.Tom Tromey1-74/+33
2012-06-05New "iterate_over_objfiles_in_search_order" gdbarch method.Joel Brobecker1-33/+85
2012-06-05Revert "Search global symbols from the expression's block objfile first."Joel Brobecker1-74/+31
2012-06-04 * symtab.c (lookup_global_symbol_from_objfile): Only scan blockvectorDoug Evans1-12/+12
2012-06-04 * objfiles.h (ALL_OBJFILE_PRIMARY_SYMTABS): New macro.Doug Evans1-23/+21
2012-06-022012-06-02 Sergio Durigan Junior <sergiodj@redhat.com>Sergio Durigan Junior1-7/+7
2012-05-24 * symtab.c (search_symbols): Formatting fixes.Doug Evans1-71/+71
2012-05-24 * symtab.c (search_symbols): Pass NULL for file_matcher toDoug Evans1-1/+3
2012-05-182012-05-18 Sergio Durigan Junior <sergiodj@redhat.com>Sergio Durigan Junior1-3/+0
2012-05-10 * tracepoint.c (scope_info): Update.Tom Tromey1-12/+12
2012-05-10Search global symbols from the expression's block objfile first.Joel Brobecker1-32/+76
2012-04-272012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>Sergio Durigan Junior1-0/+1
2012-04-25 Initial pass at Go language support.Doug Evans1-2/+42
2012-03-21 * symtab.c (skip_prologue_sal): Change test to check for "main()"Kevin Buettner1-1/+1
2012-03-012012-03-01 Pedro Alves <palves@redhat.com>Pedro Alves1-1/+1
2012-02-07 * gdbtypes.h (struct main_type): Change type of name,tag_name,Doug Evans1-17/+19
2012-02-02 PR gdb/9307:Tom Tromey1-1/+4
2012-02-012012-02-01 Gary Benson <gbenson@redhat.com>Gary Benson1-1/+1
2012-01-28gdb/Jan Kratochvil1-1/+1
2012-01-26 * symtab.c: Whitespace cleanup, no code changes.Doug Evans1-1/+22
2012-01-26 * symtab.c (lookup_symbol_in_language): Improve comment.Doug Evans1-7/+5
2012-01-26Remove language param from name_matcher in struct quick_symbol_functionsJoel Brobecker1-4/+2
2012-01-16gdbTom Tromey1-14/+51
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker1-3/+1
2011-12-06the "ambiguous linespec" seriesTom Tromey1-305/+255
2011-11-15 * NEWS: Mention new parameter basenames-may-differ.Doug Evans1-0/+26
2011-11-11 * dwarf2read.c (dw2_map_symbol_filenames): New parameterDoug Evans1-2/+4
2011-10-29gdb/Jan Kratochvil1-2/+2
2011-10-2811-10-28 Sterling Augustine <saugustine@google.com>Sterling Augustine1-0/+31
2011-07-21PR macros/12999matt rice1-0/+1
2011-07-05 * symtab.c (operator_chars): Now static.Tom Tromey1-5/+1
2011-07-04 * symtab.c (in_prologue): Remove mention of ppc's refine_prologue_limit.Thiago Jung Bauermann1-2/+2
2011-07-04 * symtab.c (expand_line_sal): Remove empty line.Thiago Jung Bauermann1-1/+0
2011-07-04 * breakpoint.c: Fix typos in comments.Thiago Jung Bauermann1-1/+1
2011-07-01gdb/Jan Kratochvil1-1/+1
2011-06-20 * symtab.c (lookup_language_this): End loop if block is NULL.Tom Tromey1-2/+4
2011-06-17 * valops.c (value_of_this): Use lookup_language_this.Tom Tromey1-12/+25
2011-06-10gdb/Jan Kratochvil1-1/+1
2011-05-18 * value.c (value_fn_field): Constify.Tom Tromey1-1/+1
2011-05-11 * symtab.c (lookup_symtab): Run cleanup before returning.Thiago Jung Bauermann1-3/+18
2011-05-06gdb/Jan Kratochvil1-35/+59
2011-05-06gdb/Jan Kratochvil1-12/+53