summaryrefslogtreecommitdiff
path: root/gdb/source.c
Commit message (Expand)AuthorAgeFilesLines
* * source.c (find_source_lines): Remove tui test, must be replacedStephane Carrez2001-07-171-74/+1
* 2001-07-15 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni2001-07-151-0/+1
* * symtab.c (main_name): New function.Andrew Cagney2001-07-071-2/+2
* s/basename/lbasename/ clean up consequences of assuming lbasename()Andrew Cagney2001-06-131-2/+2
* s/char */const char */Andrew Cagney2001-06-121-7/+10
* * source.c (mod_path, openp): Use #ifdef HAVE_DOS_BASED_FILE_SYSTEMEli Zaretskii2001-06-061-2/+2
* * source.c (mod_path, openp): Use HAVE_DOS_BASED_FILE_SYSTEMEli Zaretskii2001-06-041-14/+15
* Obsolete MPW as host.Andrew Cagney2001-04-191-32/+32
* * main.c: Remove windows.h use.Christopher Faylor2001-04-051-3/+3
* * arch-utils.c (#include "gdbthread.h"): Removed.J.T. Conklin2001-03-271-1/+0
* Update/correct copyright notices.Kevin Buettner2001-03-061-1/+2
* Add __FILE__ and __LINE__ parameter to internal_error() /Andrew Cagney2001-02-081-1/+3
* Replace strsave() with xstrdup().Andrew Cagney2001-01-311-3/+3
* 2001-01-16 Michael Snyder <msnyder@cleaver.cygnus.com>Michael Snyder2001-01-161-1/+1
* Replace free() with xfree().Kevin Buettner2000-12-151-13/+13
* 2000-11-30 Fernando Nasser <fnasser@redhat.com>Fernando Nasser2000-12-011-0/+2
* Protoization.Kevin Buettner2000-07-301-70/+26
* PARAMS removal.Kevin Buettner2000-05-281-12/+13
* 2000-04-03 H.J. Lu <hjl@gnu.org>H.J. Lu2000-04-041-1/+1
* import gdb-2000-02-02 snapshotJason Molenda2000-02-031-0/+62
* import gdb-1999-09-21Jason Molenda1999-09-221-6/+1
* import gdb-1999-09-08 snapshotStan Shebs1999-09-091-13/+6
* import gdb-1999-08-30 snapshotJason Molenda1999-08-311-3/+0
* import gdb-1999-08-16 snapshotJason Molenda1999-08-161-10/+42
* import gdb-1999-08-09 snapshotJason Molenda1999-08-091-1/+1
* import gdb-1999-07-07 post reformatJason Molenda1999-07-071-262/+283
* import gdb-1999-07-05 snapshotJason Molenda1999-07-051-1/+1
* import gdb-1999-06-21 snapshotJason Molenda1999-06-211-1/+0
* import gdb-19990504 snapshotStan Shebs1999-05-051-1/+1
* import gdb-19990422 snapshotStan Shebs1999-04-261-14/+18
* Initial creation of sourceware repositorygdb-4_18-branchpointStan Shebs1999-04-161-0/+1724
* Initial creation of sourceware repositoryStan Shebs1999-04-161-1538/+0
* Ack, forgot to update copyright to 1998.Jason Molenda1998-04-081-1/+1
* Wed Apr 8 16:57:22 1998 Philippe De Muyter <phdm@macqel.be>Jason Molenda1998-04-081-14/+37
* * buildsym.h (struct subfile): Add debugformat member.Fred Fish1997-06-281-17/+34
* * configure.in: Check for working mmap, ansi headers, string.h,J.T. Conklin1995-08-011-2/+2
* Oops, don't edit a file when your checkin hasn't finishedJ.T. Conklin1995-07-311-1/+1
* * configure.in: Check for unistd.h.J.T. Conklin1995-07-311-22/+24
* * mdebugread.c (parse_symbol): Use new variablePeter Schauer1995-04-081-42/+34
* * source.c: Various cosmetic changes.Stan Shebs1994-12-081-124/+218
* gcc -Wall lint:Jim Kingdon1994-05-131-9/+7
* Fri Apr 15 11:53:46 1994 Stan Shebs (shebs@andros.cygnus.com)Stan Shebs1994-04-151-24/+38
* Change the stream argument to _filtered to GDB_FILE *.Thomas Lord1993-11-011-14/+23
* * symtab.c (decode_line_1): Use end of block to figure out whetherJim Kingdon1993-07-121-14/+44
* * source.c (line_info): If we don't find a symtab, print more usefulJim Kingdon1993-05-261-7/+20
* * source.c (line_info): If --fullname, display the source.Jim Kingdon1993-05-261-21/+32
* * defs.h (STRCMP, STREQ, STREQN): New macros.Fred Fish1992-12-231-5/+5
* * Makefile.in (VERSION): Bump to 4.7.4.Fred Fish1992-12-181-3/+8
* * m68k-stub.c: Remove ansidecl.h and the few uses of it.John Gilmore1992-11-061-21/+47
* (find_source_lines): Handle large st_size fields.John Gilmore1992-06-211-39/+52