Age | Commit message (Expand) | Author | Files | Lines |
2014-08-07 | Include string.h in common-defs.h | Gary Benson | 1 | -1/+0 |
2014-08-07 | Include gdb_assert.h in common-defs.h | Gary Benson | 1 | -1/+0 |
2014-06-30 | constify search_symbols | Tom Tromey | 1 | -16/+19 |
2014-06-18 | constify some blockvector APIs | Tom Tromey | 1 | -8/+8 |
2014-06-18 | remove unneeded cast in symtab.c | Tom Tromey | 1 | -1/+1 |
2014-06-18 | constify struct block in some places | Tom Tromey | 1 | -3/+3 |
2014-06-07 | Revert patchset for c++/16253: it causes a large performance regression. | Keith Seitz | 1 | -31/+29 |
2014-04-14 | Remove symbol_matches_domain. This fixes | Keith Seitz | 1 | -29/+31 |
2014-03-03 | change probes to be program-space-independent | Tom Tromey | 1 | -9/+1 |
2014-02-26 | start change to progspace independence | Tom Tromey | 1 | -28/+30 |
2014-02-26 | use bound_minsym as result for lookup_minimal_symbol et al | Tom Tromey | 1 | -1/+1 |
2014-02-26 | change minsym representation | Tom Tromey | 1 | -23/+27 |
2014-02-04 | PowerPC64 ELFv2 ABI: skip global entry point code | Ulrich Weigand | 1 | -0/+2 |
2014-01-18 | Add d_main_name to set the logical entry point for D programs. | Iain Buclaw | 1 | -0/+7 |
2014-01-15 | move the "main" data into the per-BFD object | Tom Tromey | 1 | -1/+24 |
2014-01-15 | move main name into the progspace | Tom Tromey | 1 | -11/+72 |
2014-01-15 | make language_of_main static | Tom Tromey | 1 | -8/+17 |
2014-01-14 | psymtab cleanup patch 3/3 | Doug Evans | 1 | -19/+14 |
2014-01-14 | psymtab cleanup patch 1/3 | Doug Evans | 1 | -1/+0 |
2014-01-07 | Remove duplicated #include's from GDB | Honggyu Kim | 1 | -1/+0 |
2014-01-01 | Update Copyright year range in all files maintained by GDB. | Joel Brobecker | 1 | -1/+1 |
2013-12-10 | Set language for Ada minimal symbols. | Joel Brobecker | 1 | -0/+37 |
2013-11-18 | remove gdb_stat.h | Tom Tromey | 1 | -1/+1 |
2013-11-18 | remove gdb_string.h | Tom Tromey | 1 | -1/+1 |
2013-11-08 | Change "set debug symtab-create" to take a verbosity level. | Doug Evans | 1 | -8/+26 |
2013-10-07 | move the demangled_names_hash into the per-BFD | Tom Tromey | 1 | -10/+11 |
2013-10-02 | Use FILENAME_CMP to compare filenames in compare_search_syms. | Joel Brobecker | 1 | -1/+1 |
2013-10-02 | Delete search_symbols_equal (use compare_search_syms instead). | Joel Brobecker | 1 | -14/+1 |
2013-09-25 | * symtab.c (domain_name, search_domain_name): New functions. | Doug Evans | 1 | -0/+31 |
2013-08-07 | use language of the main symbol | Tom Tromey | 1 | -23/+0 |
2013-08-05 | remove msymbol_objfile | Tom Tromey | 1 | -21/+20 |
2013-08-01 | * symtab.c (do_free_search_symbols_cleanup): Change arg to, | Doug Evans | 1 | -59/+85 |
2013-07-29 | * symtab.c (iterate_over_some_symtabs): Add comment. | Doug Evans | 1 | -1/+3 |
2013-07-29 | * symtab.c (iterate_over_some_symtabs): Fix indentation. | Doug Evans | 1 | -25/+25 |
2013-05-30 | fix symtab.c | Tom Tromey | 1 | -1/+1 |
2013-04-15 | PR c++/11990: | Tom Tromey | 1 | -6/+6 |
2013-04-08 | PR symtab/8424: | Tom Tromey | 1 | -14/+26 |
2013-04-08 | * coffread.c (cs_to_section): Use gdb_bfd_section_index. | Tom Tromey | 1 | -1/+1 |
2013-04-08 | * minsyms.h (struct bound_minimal_symbol): New. | Tom Tromey | 1 | -11/+12 |
2013-04-08 | * ada-lang.c (ada_decode_symbol): Check and set 'ada_mangled'. | Tom Tromey | 1 | -13/+32 |
2013-04-08 | * symtab.c (symbol_init_cplus_specific, symbol_set_demangled_name): | Tom Tromey | 1 | -7/+8 |
2013-04-08 | * coffread.c (process_coff_symbol, coff_read_enum_type): Call | Tom Tromey | 1 | -0/+36 |
2013-03-20 | * ax-gdb.c (gen_var_ref): Unconditionally call via computed ops, | Tom Tromey | 1 | -0/+7 |
2013-03-20 | 2013-03-20 Jan Kratochvil <jan.kratochvil@redhat.com> | Tom Tromey | 1 | -0/+102 |
2013-03-14 | * symtab.c (error_in_psymtab_expansion): New function. | Tom Tromey | 1 | -42/+17 |
2013-03-14 | gdb/ | Jan Kratochvil | 1 | -0/+3 |
2013-03-13 | Constify strings in tracepoint.c, lookup_cmd and the completers. | Pedro Alves | 1 | -24/+28 |
2013-03-07 | * breakpoint.c (catch_syscall_split_args): Use skip_spaces. | Keith Seitz | 1 | -2/+2 |
2013-03-05 | * ada-lang.c (ada_lookup_symbol_list_worker): New function, contents | Doug Evans | 1 | -20/+12 |
2013-02-03 | gdb/ | Jan Kratochvil | 1 | -5/+18 |