Age | Commit message (Expand) | Author | Files | Lines |
1996-11-02 | * irix5-nat.c, osfsolib.c, solib.c (symbol_add_stub): Handle | Peter Schauer | 1 | -7/+16 |
1996-10-26 | * procfs.c (proc_set_exec_trap): Under Alpha OSF/1-4.0, tracing | Peter Schauer | 1 | -1/+4 |
1996-10-22 | * mdebugread.c (parse_partial_symbols): Fix 64-bit | Mark Alexander | 1 | -4/+4 |
1996-10-19 | * mdebugread.c (parse_symbol): Fix crash when malloc has | Mark Alexander | 1 | -1/+1 |
1996-08-08 | * dwarf2read.c dwarfread.c exec.c infcmd.c infrun.c main.c | Stu Grossman | 1 | -2/+0 |
1996-08-01 | * config/mips/tm-mips.h (TM_MIPS_H): Enclose file contents in | Fred Fish | 1 | -1/+7 |
1996-07-26 | See gdb ChangeLog entry with header: | Fred Fish | 1 | -0/+18 |
1996-07-23 | * Makefile.in (os9kread.o): Remove dependency on partial-stab.h. | Stu Grossman | 1 | -3/+3 |
1996-07-08 | (laying some groundwork for a fix for PR 8443) | Fred Fish | 1 | -2/+5 |
1996-05-26 | Changes from: David Mosberger-Tang <davidm@azstarnet.com> | Fred Fish | 1 | -1/+17 |
1996-04-06 | * symfile.c (INLINE_ADD_PSYMBOL): Remove ifdef. | Fred Fish | 1 | -20/+21 |
1996-02-16 | * demangle.c (is_cplus_marker): New function, checks if a | Fred Fish | 1 | -1/+1 |
1996-01-08 | * buildsym.c (end_symtab): Remove sort_pending and sort_linevec | Jeff Law | 1 | -2/+2 |
1996-01-04 | * mdebugread.c (mylookup_symbol): enum namespace becomes | Steve Chamberlain | 1 | -2/+2 |
1995-12-21 | * defs.h: Delete extraneous whitespace at end of file. | Fred Fish | 1 | -2/+3 |
1995-11-30 | * scm-valprint.c (scm_isymnames): Remove "#@" prefix. | Per Bothner | 1 | -1/+1 |
1995-11-25 | * mdebugread.c (handle_psymbol_enumerators, parse_symbol): | Peter Schauer | 1 | -37/+72 |
1995-10-20 | * defs.h (SEEK_SET, SEEK_CUR): Add default definitions. | Stan Shebs | 1 | -5/+0 |
1995-09-23 | * mdebugread.c (parse_partial_symbols): Reset includes_used | Peter Schauer | 1 | -0/+3 |
1995-08-26 | * mdebugread.c (parse_symbol): Handle sh.value of zero for enums. | Peter Schauer | 1 | -12/+93 |
1995-08-02 | Update FSF address. | Fred Fish | 1 | -1/+1 |
1995-08-01 | * configure.in: Check for working mmap, ansi headers, string.h, | J.T. Conklin | 1 | -2/+2 |
1995-07-25 | Oops, forgot the parens. | Stan Shebs | 1 | -3/+5 |
1995-07-25 | * mdebugread.c (psymtab_to_symtab_1): Relocate encoded stab | Stan Shebs | 1 | -0/+1 |
1995-07-20 | * config/m68k/tm-m68kv4.h (DWARF_REG_TO_REGNUM): Define to | Peter Schauer | 1 | -62/+164 |
1995-05-16 | * mdebugread.c (parse_symbol): Do not relocate stBlock/scText | Peter Schauer | 1 | -5/+6 |
1995-05-13 | * dwarfread.c (struct dwfinfo), dbxread.c (struct symloc), | Jim Kingdon | 1 | -3/+2 |
1995-04-21 | * dwarfread.c (struct dwfinfo), dbxread.c (struct symloc), | Jim Kingdon | 1 | -17/+17 |
1995-04-08 | * mdebugread.c (parse_symbol): Use new variable | Peter Schauer | 1 | -3/+45 |
1995-03-28 | * alpha-nat.c, irix4-nat.c, irix5-nat.c, mipsv4-nat.c, | Peter Schauer | 1 | -0/+3 |
1995-03-18 | * mdebugread.c (parse_symbol): If finishing a function without | Peter Schauer | 1 | -9/+35 |
1995-03-10 | * mdebugread.c (parse_symbol, psymtab_to_symtab_1): Initialize | Jim Kingdon | 1 | -0/+2 |
1995-02-12 | * symtab.c (add_param_to_type): Remove (commented-out) function, | Per Bothner | 1 | -6/+0 |
1995-02-02 | * eval.c (evaluate_subexp): Clean up handling of | Per Bothner | 1 | -15/+2 |
1994-10-08 | Speed up GDB startup time by not demangling partial symbols. | Peter Schauer | 1 | -0/+29 |
1994-09-11 | * irix5-nat.c, osfsolib.c, solib.c (solib_add): Simplify last | Peter Schauer | 1 | -6/+17 |
1994-06-20 | * mdebugread.c (parse_symbol): Don't call ecoff_swap_tir_in or | Ian Lance Taylor | 1 | -67/+20 |
1994-06-12 | * config/m68k/dpx2.mh (NATDEPFILES): Remove duplicate inclusion | Peter Schauer | 1 | -29/+147 |
1994-04-28 | * mdebugread.c (psymtab_to_symtab_1): Do not call sort_blocks | Peter Schauer | 1 | -2/+5 |
1994-04-15 | Fri Apr 15 11:53:46 1994 Stan Shebs (shebs@andros.cygnus.com) | Stan Shebs | 1 | -2/+2 |
1994-04-08 | * infrun.c (IN_SOLIB_TRAMPOLINE): Correct comment, trampolines | Peter Schauer | 1 | -1/+48 |
1994-03-30 | * ch-exp.y (decode_integer_value, match_character_literal, | Peter Schauer | 1 | -25/+62 |
1994-03-21 | Mon Mar 21 11:02:51 1994 Stu Grossman (grossman at cygnus.com) | Stu Grossman | 1 | -24/+68 |
1994-03-10 | * symfile.h (ADD_PSYMBOL_VT_TO_LIST): Don't put a semicolon after | Jim Kingdon | 1 | -6/+11 |
1994-03-10 | * mdebugread.c (parse_type): Do not complain for types with | Peter Schauer | 1 | -21/+66 |
1994-02-19 | * mdebugread.c (new_psymtab): Pass in section_offsets and set | Peter Schauer | 1 | -3/+72 |
1994-01-31 | * mdebugread.c (parse_procedure): Remove _sigtramp kludges for | Peter Schauer | 1 | -15/+13 |
1994-01-28 | * mdebugread.c (psymtab_to_symtab_1): Don't complain on stLabel with | Jim Kingdon | 1 | -3/+10 |
1994-01-27 | Fix many sins which will come up in 32 bit x 64 bit GDB, and | Jim Kingdon | 1 | -0/+1 |
1994-01-12 | * mdebugread.c (parse_symbol): Do not set TYPE_TAG_NAME for | Peter Schauer | 1 | -3/+11 |