summaryrefslogtreecommitdiff
path: root/gdb/symtab.c
Commit message (Expand)AuthorAgeFilesLines
...
* * tracepoint.c (print_one_static_tracepoint_marker): Constify.Tom Tromey2012-10-181-1/+1
* Fix typo in skip_prologue_sal's comment.Joel Brobecker2012-09-251-1/+1
* * symtab.c (filename_seen_cache): Delete members "tab_alloc_size",Doug Evans2012-07-161-27/+17
* * symtab.c (filename_seen): Update comment.Doug Evans2012-07-131-3/+2
* * symtab.c (output_source_filename): Delete unnecessary forward decl.Doug Evans2012-07-131-49/+104
* * linespec.c: #include "stack.h".Doug Evans2012-06-291-22/+0
* * symtab.c (lookup_symbol_aux_objfile): UseDoug Evans2012-06-281-12/+11
* * NEWS: Mention new options "set debug dwarf2-read" andDoug Evans2012-06-261-0/+11
* * symtab.h (minimal_symbol): New member created_by_gdb.Doug Evans2012-06-191-26/+72
* * ada-lang.c (ada_make_symbol_completion_list): Return a VEC.Tom Tromey2012-06-131-74/+33
* New "iterate_over_objfiles_in_search_order" gdbarch method.Joel Brobecker2012-06-051-33/+85
* Revert "Search global symbols from the expression's block objfile first."Joel Brobecker2012-06-051-74/+31
* * symtab.c (lookup_global_symbol_from_objfile): Only scan blockvectorDoug Evans2012-06-041-12/+12
* * objfiles.h (ALL_OBJFILE_PRIMARY_SYMTABS): New macro.Doug Evans2012-06-041-23/+21
* 2012-06-02 Sergio Durigan Junior <sergiodj@redhat.com>sergiodj2012-06-021-7/+7
* * symtab.c (search_symbols): Formatting fixes.Doug Evans2012-05-241-71/+71
* * symtab.c (search_symbols): Pass NULL for file_matcher toDoug Evans2012-05-241-1/+3
* 2012-05-18 Sergio Durigan Junior <sergiodj@redhat.com>sergiodj2012-05-181-3/+0
* * tracepoint.c (scope_info): Update.Tom Tromey2012-05-101-12/+12
* Search global symbols from the expression's block objfile first.Joel Brobecker2012-05-101-32/+76
* 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>sergiodj2012-04-271-0/+1
* Initial pass at Go language support.Doug Evans2012-04-251-2/+42
* * symtab.c (skip_prologue_sal): Change test to check for "main()"Kevin Buettner2012-03-211-1/+1
* 2012-03-01 Pedro Alves <palves@redhat.com>Pedro Alves2012-03-011-1/+1
* * gdbtypes.h (struct main_type): Change type of name,tag_name,Doug Evans2012-02-071-17/+19
* PR gdb/9307:Tom Tromey2012-02-021-1/+4
* 2012-02-01 Gary Benson <gbenson@redhat.com>gary2012-02-011-1/+1
* gdb/Jan Kratochvil2012-01-281-1/+1
* * symtab.c: Whitespace cleanup, no code changes.Doug Evans2012-01-261-1/+22
* * symtab.c (lookup_symbol_in_language): Improve comment.Doug Evans2012-01-261-7/+5
* Remove language param from name_matcher in struct quick_symbol_functionsJoel Brobecker2012-01-261-4/+2
* gdbTom Tromey2012-01-161-14/+51
* Copyright year update in most files of the GDB Project.Joel Brobecker2012-01-041-3/+1
* the "ambiguous linespec" seriesTom Tromey2011-12-061-305/+255
* * NEWS: Mention new parameter basenames-may-differ.Doug Evans2011-11-151-0/+26
* * dwarf2read.c (dw2_map_symbol_filenames): New parameterDoug Evans2011-11-111-2/+4
* gdb/Jan Kratochvil2011-10-291-2/+2
* 11-10-28 Sterling Augustine <saugustine@google.com>sterling2011-10-281-0/+31
* PR macros/12999ratmice2011-07-211-0/+1
* * symtab.c (operator_chars): Now static.Tom Tromey2011-07-051-5/+1
* * symtab.c (in_prologue): Remove mention of ppc's refine_prologue_limit.Thiago Jung Bauermann2011-07-041-2/+2
* * symtab.c (expand_line_sal): Remove empty line.Thiago Jung Bauermann2011-07-041-1/+0
* * breakpoint.c: Fix typos in comments.Thiago Jung Bauermann2011-07-041-1/+1
* gdb/Jan Kratochvil2011-07-011-1/+1
* * symtab.c (lookup_language_this): End loop if block is NULL.Tom Tromey2011-06-201-2/+4
* * valops.c (value_of_this): Use lookup_language_this.Tom Tromey2011-06-171-12/+25
* gdb/Jan Kratochvil2011-06-101-1/+1
* * value.c (value_fn_field): Constify.Tom Tromey2011-05-181-1/+1
* * symtab.c (lookup_symtab): Run cleanup before returning.Thiago Jung Bauermann2011-05-111-3/+18
* gdb/Jan Kratochvil2011-05-061-35/+59