| Commit message (Expand) | Author | Age | Files | Lines |
* | Update/correct copyright notices. | Kevin Buettner | 2001-03-06 | 1 | -1/+2 |
* | Replace calls to abort() with calls to internal_error(). | Kevin Buettner | 2001-02-25 | 1 | -1/+1 |
* | Replace free() with xfree(). | Kevin Buettner | 2000-12-15 | 1 | -5/+5 |
* | Multiarch STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, | Andrew Cagney | 2000-12-04 | 1 | -5/+0 |
* | Protoization. | Kevin Buettner | 2000-09-24 | 1 | -2/+3 |
* | Protoization. | Kevin Buettner | 2000-07-30 | 1 | -132/+51 |
* | Eliminate PARAMS from function pointer declarations. | Kevin Buettner | 2000-06-04 | 1 | -12/+7 |
* | PARAMS removal. | Kevin Buettner | 2000-05-28 | 1 | -69/+43 |
* | Fix IRIX cc warnings. Fix ui_out functions that didn't return a value. | Andrew Cagney | 2000-05-15 | 1 | -1/+1 |
* | Elena Zannoni <ezannoni@kwikemart.cygnus.com> | Elena Zannoni | 2000-05-04 | 1 | -36/+38 |
* | import gdb-1999-09-08 snapshot | Stan Shebs | 1999-09-09 | 1 | -35/+30 |
* | import gdb-1999-07-07 post reformat | Jason Molenda | 1999-07-07 | 1 | -468/+471 |
* | import gdb-1999-05-25 snapshot | Jason Molenda | 1999-05-25 | 1 | -0/+1 |
* | import gdb-19990422 snapshot | Stan Shebs | 1999-04-26 | 1 | -24/+28 |
* | Initial creation of sourceware repositorygdb-4_18-branchpoint | Stan Shebs | 1999-04-16 | 1 | -0/+4544 |
* | Initial creation of sourceware repository | Stan Shebs | 1999-04-16 | 1 | -4544/+0 |
* | * dwarf2read.c (dwarf2_build_psymtabs_hard): Do not adjust the | Peter Schauer | 1998-10-11 | 1 | -3/+4 |
* | * mdebugread.c (parse_partial_symbols): Go ahead and read the .mdebug | Dawn Perchik | 1998-07-02 | 1 | -94/+92 |
* | Humoring RMS by saying "GNU/Linux" instead of just "Linux" | Stan Shebs | 1998-04-22 | 1 | -1/+1 |
* | * mdebugread.c (parse_partial_symbols): If this is an .mdebug | Dawn Perchik | 1998-04-07 | 1 | -110/+202 |
* | o Fix code deleting psymtab entry from objfile's list. | Andrew Cagney | 1997-12-17 | 1 | -7/+0 |
* | * mdebugread.c (psymtab_to_symtab_1): Handle new live range stabs | Jeff Law | 1997-10-22 | 1 | -1/+8 |
* | * dbxread.c (MSYMBOL_SIZE): New macro. | Mark Alexander | 1997-09-15 | 1 | -0/+7 |
* | * mdebugread.c (parse_symbol, handle_psymbol_enumerators): Handle | Peter Schauer | 1997-09-13 | 1 | -5/+13 |
* | * gdbtypes.h: Re-interpret struct field. Suppport address of static. | Per Bothner | 1997-08-05 | 1 | -8/+8 |
* | * buildsym.h (struct subfile): Add debugformat member. | Fred Fish | 1997-06-28 | 1 | -1/+2 |
* | Fix from Peter Schauer: | Mark Alexander | 1997-03-26 | 1 | -1/+12 |
* | * mips-tdep.c (mips_push_arguments): On non-EABI architectures, | Mark Alexander | 1997-03-22 | 1 | -6/+5 |
* | * Makefile.in configure configure.in: Remove ENABLE_CLIBS, | Stu Grossman | 1997-01-04 | 1 | -1/+7 |
* | Add support for Irix 6.2 native O32 and N32 ABI. | Peter Schauer | 1996-12-01 | 1 | -8/+8 |
* | * irix5-nat.c, osfsolib.c, solib.c (symbol_add_stub): Handle | Peter Schauer | 1996-11-02 | 1 | -7/+16 |
* | * procfs.c (proc_set_exec_trap): Under Alpha OSF/1-4.0, tracing | Peter Schauer | 1996-10-26 | 1 | -1/+4 |
* | * mdebugread.c (parse_partial_symbols): Fix 64-bit | Mark Alexander | 1996-10-22 | 1 | -4/+4 |
* | * mdebugread.c (parse_symbol): Fix crash when malloc has | Mark Alexander | 1996-10-19 | 1 | -1/+1 |
* | * dwarf2read.c dwarfread.c exec.c infcmd.c infrun.c main.c | Stu Grossman | 1996-08-08 | 1 | -2/+0 |
* | * config/mips/tm-mips.h (TM_MIPS_H): Enclose file contents in | Fred Fish | 1996-08-01 | 1 | -1/+7 |
* | See gdb ChangeLog entry with header: | Fred Fish | 1996-07-26 | 1 | -0/+18 |
* | * Makefile.in (os9kread.o): Remove dependency on partial-stab.h. | Stu Grossman | 1996-07-23 | 1 | -3/+3 |
* | (laying some groundwork for a fix for PR 8443) | Fred Fish | 1996-07-08 | 1 | -2/+5 |
* | Changes from: David Mosberger-Tang <davidm@azstarnet.com> | Fred Fish | 1996-05-26 | 1 | -1/+17 |
* | * symfile.c (INLINE_ADD_PSYMBOL): Remove ifdef. | Fred Fish | 1996-04-06 | 1 | -20/+21 |
* | * demangle.c (is_cplus_marker): New function, checks if a | Fred Fish | 1996-02-16 | 1 | -1/+1 |
* | * buildsym.c (end_symtab): Remove sort_pending and sort_linevec | Jeff Law | 1996-01-08 | 1 | -2/+2 |
* | * mdebugread.c (mylookup_symbol): enum namespace becomes | Steve Chamberlain | 1996-01-04 | 1 | -2/+2 |
* | * defs.h: Delete extraneous whitespace at end of file. | Fred Fish | 1995-12-21 | 1 | -2/+3 |
* | * scm-valprint.c (scm_isymnames): Remove "#@" prefix. | Per Bothner | 1995-11-30 | 1 | -1/+1 |
* | * mdebugread.c (handle_psymbol_enumerators, parse_symbol): | Peter Schauer | 1995-11-25 | 1 | -37/+72 |
* | * defs.h (SEEK_SET, SEEK_CUR): Add default definitions. | Stan Shebs | 1995-10-20 | 1 | -5/+0 |
* | * mdebugread.c (parse_partial_symbols): Reset includes_used | Peter Schauer | 1995-09-23 | 1 | -0/+3 |
* | * mdebugread.c (parse_symbol): Handle sh.value of zero for enums. | Peter Schauer | 1995-08-26 | 1 | -12/+93 |