aboutsummaryrefslogtreecommitdiff
path: root/gdb/symtab.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-30constify search_symbolsTom Tromey1-16/+19
2014-06-18constify some blockvector APIsTom Tromey1-8/+8
2014-06-18remove unneeded cast in symtab.cTom Tromey1-1/+1
2014-06-18constify struct block in some placesTom Tromey1-3/+3
2014-06-07Revert patchset for c++/16253: it causes a large performance regression.Keith Seitz1-31/+29
2014-04-14Remove symbol_matches_domain. This fixesKeith Seitz1-29/+31
2014-03-03change probes to be program-space-independentTom Tromey1-9/+1
2014-02-26start change to progspace independenceTom Tromey1-28/+30
2014-02-26use bound_minsym as result for lookup_minimal_symbol et alTom Tromey1-1/+1
2014-02-26change minsym representationTom Tromey1-23/+27
2014-02-04PowerPC64 ELFv2 ABI: skip global entry point codeUlrich Weigand1-0/+2
2014-01-18Add d_main_name to set the logical entry point for D programs.Iain Buclaw1-0/+7
2014-01-15move the "main" data into the per-BFD objectTom Tromey1-1/+24
2014-01-15move main name into the progspaceTom Tromey1-11/+72
2014-01-15make language_of_main staticTom Tromey1-8/+17
2014-01-14psymtab cleanup patch 3/3Doug Evans1-19/+14
2014-01-14psymtab cleanup patch 1/3Doug Evans1-1/+0
2014-01-07Remove duplicated #include's from GDBHonggyu Kim1-1/+0
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-12-10Set language for Ada minimal symbols.Joel Brobecker1-0/+37
2013-11-18remove gdb_stat.hTom Tromey1-1/+1
2013-11-18remove gdb_string.hTom Tromey1-1/+1
2013-11-08Change "set debug symtab-create" to take a verbosity level.Doug Evans1-8/+26
2013-10-07move the demangled_names_hash into the per-BFDTom Tromey1-10/+11
2013-10-02Use FILENAME_CMP to compare filenames in compare_search_syms.Joel Brobecker1-1/+1
2013-10-02Delete search_symbols_equal (use compare_search_syms instead).Joel Brobecker1-14/+1
2013-09-25 * symtab.c (domain_name, search_domain_name): New functions.Doug Evans1-0/+31
2013-08-07use language of the main symbolTom Tromey1-23/+0
2013-08-05remove msymbol_objfileTom Tromey1-21/+20
2013-08-01 * symtab.c (do_free_search_symbols_cleanup): Change arg to,Doug Evans1-59/+85
2013-07-29 * symtab.c (iterate_over_some_symtabs): Add comment.Doug Evans1-1/+3
2013-07-29 * symtab.c (iterate_over_some_symtabs): Fix indentation.Doug Evans1-25/+25
2013-05-30fix symtab.cTom Tromey1-1/+1
2013-04-15 PR c++/11990:Tom Tromey1-6/+6
2013-04-08 PR symtab/8424:Tom Tromey1-14/+26
2013-04-08 * coffread.c (cs_to_section): Use gdb_bfd_section_index.Tom Tromey1-1/+1
2013-04-08 * minsyms.h (struct bound_minimal_symbol): New.Tom Tromey1-11/+12
2013-04-08 * ada-lang.c (ada_decode_symbol): Check and set 'ada_mangled'.Tom Tromey1-13/+32
2013-04-08 * symtab.c (symbol_init_cplus_specific, symbol_set_demangled_name):Tom Tromey1-7/+8
2013-04-08 * coffread.c (process_coff_symbol, coff_read_enum_type): CallTom Tromey1-0/+36
2013-03-20 * ax-gdb.c (gen_var_ref): Unconditionally call via computed ops,Tom Tromey1-0/+7
2013-03-202013-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>Tom Tromey1-0/+102
2013-03-14 * symtab.c (error_in_psymtab_expansion): New function.Tom Tromey1-42/+17
2013-03-14gdb/Jan Kratochvil1-0/+3
2013-03-13Constify strings in tracepoint.c, lookup_cmd and the completers.Pedro Alves1-24/+28
2013-03-07 * breakpoint.c (catch_syscall_split_args): Use skip_spaces.Keith Seitz1-2/+2
2013-03-05 * ada-lang.c (ada_lookup_symbol_list_worker): New function, contentsDoug Evans1-20/+12
2013-02-03gdb/Jan Kratochvil1-5/+18
2013-02-03gdb/Jan Kratochvil1-12/+22
2013-02-03gdb/Jan Kratochvil1-1/+1