| Commit message (Expand) | Author | Age | Files | Lines |
* | * blockframe.c (find_pc_sect_partial_function): allow for the possi- | Ron Unrau | 1998-07-17 | 1 | -18/+34 |
* | * symtab.h (enum namespace): Add new namespaces FUNCTIONS_NAMESPACE, | Keith Seitz | 1998-06-27 | 1 | -312/+505 |
* | * symtab.c (fixup_psymbol_section): Move forward declaration to | Doug Evans | 1998-02-09 | 1 | -5/+7 |
* | * config/d10v/tm-d10v.h (CALL_DUMMY): Define as "{ 0 }". | Fred Fish | 1998-01-23 | 1 | -1/+0 |
* | Mon Jan 12 11:46:51 1998 Michael Snyder (msnyder@cleaver.cygnus.com) | Michael Snyder | 1998-01-12 | 1 | -2/+38 |
* | More comment fixes to make the code clearer. | Jeff Law | 1997-10-22 | 1 | -1/+6 |
* | * symtab.c: Include inferior.h. | Jeff Law | 1997-10-22 | 1 | -2/+1 |
* | * symtab.c (lookup_block_symbol): Add missing PARAMS for | Jeff Law | 1997-09-09 | 1 | -1/+2 |
* | * dbxread.c, buildsym.c, symtab.c, stabsread.c: Add support for | Dawn Perchik | 1997-09-08 | 1 | -4/+19 |
* | * config/i386/nm-linux.h: Enable prototypes that were #ifdef out. | Fred Fish | 1997-06-13 | 1 | -5/+1 |
* | * defs.h (perror_with_name): Is a NORETURN function. | Fred Fish | 1997-06-13 | 1 | -2/+0 |
* | start-sanitize-gdbtk | Peter Schauer | 1997-06-07 | 1 | -4/+4 |
* | * config/powerpc/tm-ppc-aix4.h, config/rs6000/tm-rs6000-aix4.h | Peter Schauer | 1997-04-19 | 1 | -50/+177 |
* | * c-exp.y (yylex): Handle nested template parameter lists. | Peter Schauer | 1997-03-22 | 1 | -13/+16 |
* | * Makefile.in configure configure.in: Remove ENABLE_CLIBS, | Stu Grossman | 1997-01-04 | 1 | -11/+37 |
* | * c-exp.y (qualified_name): Replace explicit check for valid | Peter Schauer | 1996-12-14 | 1 | -34/+35 |
* | See gdb ChangeLog entry with header: | Fred Fish | 1996-07-26 | 1 | -48/+58 |
* | * mdebugread.c (mylookup_symbol): enum namespace becomes | Steve Chamberlain | 1996-01-04 | 1 | -5/+5 |
* | * alpha-tdep.c, c-exp.y, h8500-tdep.c, f-exp.y, f-valprint.c, | Per Bothner | 1995-11-30 | 1 | -5/+5 |
* | * mdebugread.c (handle_psymbol_enumerators, parse_symbol): | Peter Schauer | 1995-11-25 | 1 | -8/+24 |
* | * regex.h: Renamed to gnu-regex.h. | Brendan Kehoe | 1995-10-26 | 1 | -1/+1 |
* | * infrun.c (wait_for_inferior): Disable questionable code near | Stu Grossman | 1995-10-24 | 1 | -1/+46 |
* | * symtab.c (list_symbols): if break command set breakpoint on matched | Kung Hsu | 1995-08-11 | 1 | -1/+8 |
* | * configure.in: Check for working mmap, ansi headers, string.h, | J.T. Conklin | 1995-08-01 | 1 | -94/+80 |
* | Speed up GDB startup time by not demangling partial symbols. | Peter Schauer | 1994-10-08 | 1 | -137/+185 |
* | gcc -Wall lint: | Jim Kingdon | 1994-05-13 | 1 | -7/+12 |
* | * utils.c, defs.h (error_begin): New function. | Jim Kingdon | 1994-04-28 | 1 | -14/+22 |
* | For Sunos 4.x targets, enable gdb to set breakpoints in shared | Peter Schauer | 1994-03-15 | 1 | -11/+22 |
* | * symtab.c (decode_line_1): Handle the case when skip_quoted does not | Peter Schauer | 1994-03-01 | 1 | -1/+3 |
* | * symtab.c (lookup_symbol): Add comment about QUIT here. | Jim Kingdon | 1994-01-16 | 1 | -6/+25 |
* | * symtab.c (find_addr_symbol): New routine that will find the nearest | John Gilmore | 1994-01-12 | 1 | -0/+65 |
* | * symtab.c (lookup_symbol): Don't try adding .c to the name. | Jim Kingdon | 1994-01-06 | 1 | -0/+20 |
* | * symtab.c (find_methods): Call fprintf_symbol_filtered with DMGL_ANSI. | Peter Schauer | 1993-12-31 | 1 | -16/+43 |
* | * symtab.c (decode_line_1): Add comment about use of | Jim Kingdon | 1993-11-19 | 1 | -0/+7 |
* | Modified Files: | Kung Hsu | 1993-11-19 | 1 | -7/+26 |
* | * symtab.c (gdb_mangle_name): Only assume that the physname is | Jim Kingdon | 1993-11-17 | 1 | -7/+14 |
* | Modified Files: | Kung Hsu | 1993-11-15 | 1 | -1/+1 |
* | gcc -Wall lint: | Jim Kingdon | 1993-11-10 | 1 | -3/+0 |
* | * symtab.c (decode_line_1, decode_line_2): Do not adjust pc by | Peter Schauer | 1993-11-08 | 1 | -9/+20 |
* | * symtab.c, symtab.h, source.c: Change find_line_pc_range to take | Jim Kingdon | 1993-11-02 | 1 | -21/+28 |
* | Change the stream argument to _filtered to GDB_FILE *. | Thomas Lord | 1993-11-01 | 1 | -22/+22 |
* | * symtab.c (decode_line_1): Don't use SYMBOL_LINE for functions. | Jim Kingdon | 1993-10-21 | 1 | -37/+55 |
* | Modified Files: | Kung Hsu | 1993-09-29 | 1 | -4/+5 |
* | Tue Sep 28 09:45:38 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) | Jim Kingdon | 1993-09-28 | 1 | -3/+4 |
* | * symtab.c (find_pc_line): Fix comments. | Jim Kingdon | 1993-09-27 | 1 | -13/+9 |
* | * symtab.c (COMPLETION_LIST_ADD_SYMBOL): If the symbol has a | Jim Kingdon | 1993-09-02 | 1 | -2/+6 |
* | * symtab.c, symfile.c, c-exp.y, ch-exp.y, m2-exp.y, buildsym.c, | Jim Kingdon | 1993-09-02 | 1 | -3/+0 |
* | * symtab.c (find_pc_line, find_line_common), | Jim Kingdon | 1993-09-01 | 1 | -21/+27 |
* | * frame.h, symtab.h, findvar.c (read_var_value): Change basereg | Jim Kingdon | 1993-08-24 | 1 | -1/+2 |
* | * mipsread.c (parse_partial_symbols, psymtab_to_symtab_1): | Peter Schauer | 1993-08-20 | 1 | -20/+122 |