Age | Commit message (Expand) | Author | Files | Lines |
2001-11-27 | * symtab.c (find_pc_sect_line): Revert change of 2001-11-13; add | Jim Blandy | 1 | -7/+6 |
2001-11-13 | Patch from Peter Schauer: | Jim Blandy | 1 | -0/+8 |
2001-11-05 | 2001-11-01 Michael Snyder <msnyder@redhat.com> | Michael Snyder | 1 | -46/+95 |
2001-10-17 | * symtab.c (lookup_block_symbol): Break out of linear search | Jason Molenda | 1 | -0/+4 |
2001-10-16 | 2001-10-15 Elena Zannoni <ezannoni@redhat.com> | Elena Zannoni | 1 | -1/+1 |
2001-10-12 | 2001-10-12 Daniel Jacobowitz <drow@mvista.com> | Daniel Jacobowitz | 1 | -16/+8 |
2001-10-12 | * symtab.c (lookup_symtab): Removed. | Tom Tromey | 1 | -40/+2 |
2001-07-07 | * symtab.c (main_name): New function. | Andrew Cagney | 1 | -1/+28 |
2001-06-13 | s/basename/lbasename/ clean up consequences of assuming lbasename() | Andrew Cagney | 1 | -7/+7 |
2001-06-12 | s/char */const char */ | Andrew Cagney | 1 | -4/+4 |
2001-06-11 | * completer.c (gdb_completer_loc_break_characters): New variable. | Eli Zaretskii | 1 | -30/+327 |
2001-05-14 | * symtab.c (lookup_symtab_1): Use lbasename (NAME) instead of | Mark Kettenis | 1 | -2/+2 |
2001-05-11 | 2001-02-28 Michael Snyder <msnyder@mvstp600e.cygnus.com> | Michael Snyder | 1 | -3/+11 |
2001-05-06 | * symtab.c (lookup_symtab_1, lookup_partial_symtab): Use basename | Eli Zaretskii | 1 | -22/+8 |
2001-04-27 | (Changes from Daniel Berlin, with revisions by Jim Blandy.) | Jim Blandy | 1 | -6/+4 |
2001-04-01 | 2001-03-20 Daniel Berlin <dberlin@redhat.com> | Daniel Berlin | 1 | -24/+0 |
2001-03-27 | * symtab.c (find_pc_sect_line): Revise method used for finding | Kevin Buettner | 1 | -4/+11 |
2001-03-06 | Update/correct copyright notices. | Kevin Buettner | 1 | -1/+2 |
2001-02-27 | fix off by one error in test for error. | David Taylor | 1 | -1/+1 |
2001-02-25 | Replace calls to abort() with calls to internal_error(). | Kevin Buettner | 1 | -2/+2 |
2001-02-20 | 2001-02-19 Elena Zannoni <ezannoni@kwikemart.cygnus.com> | Elena Zannoni | 1 | -2/+2 |
2001-01-30 | 2001-01-29 Michael Chastain <chastain@redhat.com> | Michael Chastain | 1 | -2/+5 |
2001-01-19 | Replace STRCMP with strcmp() | Andrew Cagney | 1 | -2/+2 |
2001-01-18 | * symtab.c (lookup_symbol_aux): Call lookup_symbol_aux to lookup | Jim Blandy | 1 | -2/+2 |
2000-12-15 | Replace free() with xfree(). | Kevin Buettner | 1 | -7/+7 |
2000-12-01 | 2000-11-30 Fernando Nasser <fnasser@redhat.com> | Fernando Nasser | 1 | -0/+1 |
2000-11-19 | * symtab.c (no_symtab_msg): Remove definition. | Jim Blandy | 1 | -3/+1 |
2000-11-10 | 2000-11-10 Fernando Nasser <fnasser@totem.toronto.redhat.com> | Fernando Nasser | 1 | -1231/+20 |
2000-11-02 | Protoization. | Kevin Buettner | 1 | -1/+0 |
2000-10-30 | * gdbarch.sh, hp-psymtab-read.c, hpread.c, m3-nat.c, mcore-tdep.c, | J.T. Conklin | 1 | -1/+1 |
2000-10-28 | Protoization. | Kevin Buettner | 1 | -15/+5 |
2000-10-27 | Corrected spelling errors in comments. | David Anderson | 1 | -1/+1 |
2000-10-12 | 2000-10-12 Elena Zannoni <ezannoni@kwikemart.cygnus.com> | Elena Zannoni | 1 | -18/+4 |
2000-10-12 | 2000-10-12 Elena Zannoni <ezannoni@kwikemart.cygnus.com> | Elena Zannoni | 1 | -33/+57 |
2000-09-04 | 2000-09-04 Pierre Muller <muller@ics.u-strasbg.fr> | Pierre Muller | 1 | -1/+1 |
2000-09-01 | Fix core dump when executing ``b .'' command. | Kevin Buettner | 1 | -1/+2 |
2000-08-25 | Fri Aug 25 12:11:21 2000 David Taylor <taylor@texas.cygnus.com> | David Taylor | 1 | -5/+5 |
2000-08-11 | 2000-08-10 Jimmy Guo <guo@cup.hp.com> | Jimmy Guo | 1 | -0/+13 |
2000-08-04 | Fixup SYMBOL_SECTION for objfiles_relocate(). | Kevin Buettner | 1 | -6/+5 |
2000-07-30 | Protoization. | Kevin Buettner | 1 | -172/+66 |
2000-07-11 | * symtab.c: Use paddr_nz() to print addresses. | Andrew Cagney | 1 | -3/+2 |
2000-06-14 | PARAMS elimination. | Kevin Buettner | 1 | -3/+3 |
2000-06-05 | C++ improvements | Daniel Berlin | 1 | -10/+14 |
2000-05-29 | Purge symtab of make_cleanup_func. | Andrew Cagney | 1 | -6/+17 |
2000-05-28 | PARAMS removal. | Kevin Buettner | 1 | -37/+32 |
2000-05-03 | Tue May 2 13:17:21 2000 Elena Zannoni (ezannoni@makita.cygnus.com) | Elena Zannoni | 1 | -30/+51 |
2000-04-04 | 2000-04-03 H.J. Lu <hjl@gnu.org> | H.J. Lu | 1 | -1/+1 |
2000-02-08 | Clean up compiler warnings: | Jim Kingdon | 1 | -1/+0 |
2000-02-03 | import gdb-2000-02-02 snapshot | Jason Molenda | 1 | -0/+9 |
2000-02-01 | import gdb-2000-01-31 snapshot | Jason Molenda | 1 | -6/+55 |