aboutsummaryrefslogtreecommitdiff
path: root/gdb/source.c
AgeCommit message (Expand)AuthorFilesLines
2001-07-17 * source.c (find_source_lines): Remove tui test, must be replacedStephane Carrez1-74/+1
2001-07-152001-07-15 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni1-0/+1
2001-07-07* symtab.c (main_name): New function.Andrew Cagney1-2/+2
2001-06-13s/basename/lbasename/ clean up consequences of assuming lbasename()Andrew Cagney1-2/+2
2001-06-12s/char */const char */Andrew Cagney1-7/+10
2001-06-06 * source.c (mod_path, openp): Use #ifdef HAVE_DOS_BASED_FILE_SYSTEMEli Zaretskii1-2/+2
2001-06-04 * source.c (mod_path, openp): Use HAVE_DOS_BASED_FILE_SYSTEMEli Zaretskii1-14/+15
2001-04-19Obsolete MPW as host.Andrew Cagney1-32/+32
2001-04-05* main.c: Remove windows.h use.Christopher Faylor1-3/+3
2001-03-27* arch-utils.c (#include "gdbthread.h"): Removed.J.T. Conklin1-1/+0
2001-03-06Update/correct copyright notices.Kevin Buettner1-1/+2
2001-02-08Add __FILE__ and __LINE__ parameter to internal_error() /Andrew Cagney1-1/+3
2001-01-31Replace strsave() with xstrdup().Andrew Cagney1-3/+3
2001-01-162001-01-16 Michael Snyder <msnyder@cleaver.cygnus.com>Michael Snyder1-1/+1
2000-12-15Replace free() with xfree().Kevin Buettner1-13/+13
2000-12-012000-11-30 Fernando Nasser <fnasser@redhat.com>Fernando Nasser1-0/+2
2000-07-30Protoization.Kevin Buettner1-70/+26
2000-05-28PARAMS removal.Kevin Buettner1-12/+13
2000-04-042000-04-03 H.J. Lu <hjl@gnu.org>H.J. Lu1-1/+1
2000-02-03import gdb-2000-02-02 snapshotJason Molenda1-0/+62
1999-09-22import gdb-1999-09-21Jason Molenda1-6/+1
1999-09-09import gdb-1999-09-08 snapshotStan Shebs1-13/+6
1999-08-31import gdb-1999-08-30 snapshotJason Molenda1-3/+0
1999-08-16import gdb-1999-08-16 snapshotJason Molenda1-10/+42
1999-08-09import gdb-1999-08-09 snapshotJason Molenda1-1/+1
1999-07-07import gdb-1999-07-07 post reformatJason Molenda1-262/+283
1999-07-05import gdb-1999-07-05 snapshotJason Molenda1-1/+1
1999-06-21import gdb-1999-06-21 snapshotJason Molenda1-1/+0
1999-05-05import gdb-19990504 snapshotStan Shebs1-1/+1
1999-04-26import gdb-19990422 snapshotStan Shebs1-14/+18
1999-04-16Initial creation of sourceware repositorygdb-4_18-branchpointStan Shebs1-0/+1724
1999-04-16Initial creation of sourceware repositoryStan Shebs1-1538/+0
1998-04-08Ack, forgot to update copyright to 1998.Jason Molenda1-1/+1
1998-04-08Wed Apr 8 16:57:22 1998 Philippe De Muyter <phdm@macqel.be>Jason Molenda1-14/+37
1997-06-28 * buildsym.h (struct subfile): Add debugformat member.Fred Fish1-17/+34
1995-08-01* configure.in: Check for working mmap, ansi headers, string.h,J.T. Conklin1-2/+2
1995-07-31Oops, don't edit a file when your checkin hasn't finishedJ.T. Conklin1-1/+1
1995-07-31* configure.in: Check for unistd.h.J.T. Conklin1-22/+24
1995-04-08 * mdebugread.c (parse_symbol): Use new variablePeter Schauer1-42/+34
1994-12-08 * source.c: Various cosmetic changes.Stan Shebs1-124/+218
1994-05-13 gcc -Wall lint:Jim Kingdon1-9/+7
1994-04-15Fri Apr 15 11:53:46 1994 Stan Shebs (shebs@andros.cygnus.com)Stan Shebs1-24/+38
1993-11-01Change the stream argument to _filtered to GDB_FILE *.Thomas Lord1-14/+23
1993-07-12 * symtab.c (decode_line_1): Use end of block to figure out whetherJim Kingdon1-14/+44
1993-05-26 * source.c (line_info): If we don't find a symtab, print more usefulJim Kingdon1-7/+20
1993-05-26 * source.c (line_info): If --fullname, display the source.Jim Kingdon1-21/+32
1992-12-23 * defs.h (STRCMP, STREQ, STREQN): New macros.Fred Fish1-5/+5
1992-12-18 * Makefile.in (VERSION): Bump to 4.7.4.Fred Fish1-3/+8
1992-11-06* m68k-stub.c: Remove ansidecl.h and the few uses of it.John Gilmore1-21/+47
1992-06-21(find_source_lines): Handle large st_size fields.John Gilmore1-39/+52