Age | Commit message (Expand) | Author | Files | Lines |
2015-02-27 | C++ keyword cleanliness, mostly auto-generated | Pedro Alves | 1 | -12/+12 |
2015-01-31 | new callback parameter expansion_notify for expand_symtabs_matching | Gary Benson | 1 | -1/+8 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |
2014-12-12 | Give quick_symbol_functions "methods" a consistent naming scheme. | Doug Evans | 1 | -57/+96 |
2014-11-21 | psymtab.c (psymtab_search_name): Fix whitespace. | Doug Evans | 1 | -6/+6 |
2014-11-20 | Split struct symtab into two: struct symtab and compunit_symtab. | Doug Evans | 1 | -32/+36 |
2014-11-18 | symtab.h (SYMTAB_BLOCKVECTOR): Renamed from BLOCKVECTOR. All uses updated. | Doug Evans | 1 | -3/+3 |
2014-11-18 | The result of symtab expansion is always a primary symtab. | Doug Evans | 1 | -9/+14 |
2014-11-06 | Move lookup_block_symbol to block.c, rename to block_lookup_symbol. | Doug Evans | 1 | -3/+3 |
2014-08-07 | Include gdb_assert.h in common-defs.h | Gary Benson | 1 | -1/+0 |
2014-06-18 | constify some blockvector APIs | Tom Tromey | 1 | -2/+2 |
2014-06-07 | Revert patchset for c++/16253: it causes a large performance regression. | Keith Seitz | 1 | -5/+10 |
2014-04-14 | Remove symbol_matches_domain. This fixes | Keith Seitz | 1 | -10/+5 |
2014-02-26 | start change to progspace independence | Tom Tromey | 1 | -7/+7 |
2014-02-26 | change minsym representation | Tom Tromey | 1 | -2/+2 |
2014-01-14 | psymtab cleanup patch 2/3 | Doug Evans | 1 | -6/+6 |
2014-01-14 | psymtab cleanup patch 1/3 | Doug Evans | 1 | -28/+0 |
2014-01-13 | replace XCALLOC with XCNEWVEC or XCNEW | Tom Tromey | 1 | -1/+1 |
2014-01-01 | Update Copyright year range in all files maintained by GDB. | Joel Brobecker | 1 | -1/+1 |
2013-12-06 | put the psymtab filename in the filename bcache | Tom Tromey | 1 | -2/+2 |
2013-09-25 | * symfile.h (struct quick_symbol_functions): Reorg arg list of | Doug Evans | 1 | -2/+3 |
2013-09-24 | Code cleanup: Add objfile_name accessor | Jan Kratochvil | 1 | -5/+5 |
2013-08-07 | remove unused qf method | Tom Tromey | 1 | -14/+0 |
2013-05-17 | * NEWS: Mention new maintenance commands check-symtabs, and | Doug Evans | 1 | -19/+26 |
2013-05-08 | * psymtab.c (expand_symtabs_matching_via_partial): Fix file name | Doug Evans | 1 | -5/+11 |
2013-05-06 | * dbxread.c (process_one_symbol): Constify section_offsets parameter. | Doug Evans | 1 | -2/+2 |
2013-04-08 | PR symtab/8424: | Tom Tromey | 1 | -5/+9 |
2013-04-08 | * ada-lang.c (ada_decode_symbol): Check and set 'ada_mangled'. | Tom Tromey | 1 | -5/+5 |
2013-04-03 | * psymtab.c (read_psymtabs_with_fullname): Don't call | Doug Evans | 1 | -1/+5 |
2013-03-20 | * psymtab.c (find_pc_sect_psymbol, fixup_psymbol_section) | Tom Tromey | 1 | -8/+8 |
2013-03-14 | gdb/ | Jan Kratochvil | 1 | -0/+3 |
2013-02-03 | gdb/ | Jan Kratochvil | 1 | -20/+35 |
2013-02-03 | gdb/ | Jan Kratochvil | 1 | -1/+8 |
2013-02-03 | gdb/ | Jan Kratochvil | 1 | -3/+3 |
2013-02-03 | gdb/ | Jan Kratochvil | 1 | -5/+4 |
2013-02-03 | gdb/ | Jan Kratochvil | 1 | -27/+5 |
2013-01-21 | * symfile.h (obsavestring): Don't declare. | Tom Tromey | 1 | -2/+2 |
2013-01-18 | gdb/ | Yao Qi | 1 | -1/+1 |
2013-01-14 | PR symtab/14931: | Tom Tromey | 1 | -0/+38 |
2013-01-11 | gdb/ | Yao Qi | 1 | -1/+1 |
2013-01-10 | gdb/ | Jan Kratochvil | 1 | -2/+2 |
2013-01-09 | * symfile.h (quick_symbol_functions): Delete member | Doug Evans | 1 | -10/+0 |
2013-01-03 | gdb/ | Yao Qi | 1 | -12/+6 |
2013-01-01 | Update years in copyright notice for the GDB files. | Joel Brobecker | 1 | -1/+1 |
2012-12-20 | gdb/ | Yao Qi | 1 | -3/+26 |
2012-12-16 | gdb/ | Jan Kratochvil | 1 | -6/+3 |
2012-12-12 | * dbxread.c (read_dbx_symtab): Update. | Tom Tromey | 1 | -56/+60 |
2012-07-26 | * symmisc.c (print_symbol_bcache_statistics): Use QUIT, not | Tom Tromey | 1 | -4/+6 |
2012-07-12 | * psymtab.c (map_symbol_filenames_psymtab): Skip shared psymtabs. | Doug Evans | 1 | -0/+5 |
2012-07-10 | * psympriv.h (struct partial_symtab): New member "anonymous". | Doug Evans | 1 | -4/+31 |