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