summaryrefslogtreecommitdiff
path: root/gdb/source.c
Commit message (Expand)AuthorAgeFilesLines
...
* 2005-02-15 Andrew Cagney <cagney@gnu.org>Andrew Cagney2005-02-151-11/+10
* 2005-02-14 Andrew Cagney <cagney@gnu.org>Andrew Cagney2005-02-141-9/+9
* 2005-02-11 Andrew Cagney <cagney@gnu.org>Andrew Cagney2005-02-121-12/+12
* 2005-02-11 Andrew Cagney <cagney@gnu.org>Andrew Cagney2005-02-111-3/+3
* 2005-02-10 Andrew Cagney <cagney@gnu.org>gdb-post-i18n-errorwarning-20050211Andrew Cagney2005-02-111-11/+9
* * config/i386/xm-go32.h: Don't include fopen-bin.h.Eli Zaretskii2004-11-131-19/+0
* * source.c: Always define O_BINARY to 0 if not defined already.Mark Kettenis2004-10-141-6/+4
* * defs.h (msavestring, mstrsave): Remove prototypes.Mark Kettenis2004-09-301-1/+1
* 2004-08-10 Andrew Cagney <cagney@gnu.org>Andrew Cagney2004-08-101-3/+3
* 2004-08-10 Andrew Cagney <cagney@gnu.org>Andrew Cagney2004-08-101-6/+5
* 2004-08-10 Andrew Cagney <cagney@gnu.org>Andrew Cagney2004-08-101-2/+1
* * defs.h (OPF_TRY_CWD_FIRST, OPF_SEARCH_IN_PATH): New macros.Eli Zaretskii2004-07-301-9/+21
* 2004-07-26 Andrew Cagney <cagney@gnu.org>Andrew Cagney2004-07-261-1/+1
* * source.c: Fix whitespace.Andreas Schwab2004-06-271-32/+30
* Add the -file-list-exec-source-files command to MI.Bob Rossi2004-06-101-33/+95
* 2004-02-28 Andrew Cagney <cagney@redhat.com>Andrew Cagney2004-02-281-1/+1
* 2004-01-27 Andrew Cagney <cagney@redhat.com>Andrew Cagney2004-01-271-2/+0
* 2004-01-18 Andrew Cagney <cagney@redhat.com>Andrew Cagney2004-01-191-16/+0
* 2003-11-23 Andrew Cagney <cagney@redhat.com>Andrew Cagney2003-11-231-2/+2
* 2003-09-20 Andrew Cagney <cagney@redhat.com>Andrew Cagney2003-09-211-2/+0
* 2003-09-16 Andrew Cagney <cagney@redhat.com>ezannoni_pie-20030916-branchpointAndrew Cagney2003-09-161-6/+6
* 2003-09-14 Andrew Cagney <cagney@redhat.com>Andrew Cagney2003-09-141-19/+19
* 2003-08-04 David Carlton <carlton@kealia.com>David Carlton2003-08-041-2/+2
* 2003-05-14 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni2003-05-141-1/+1
* * source.c (openp): Squelch warning about "filename".Daniel Jacobowitz2003-01-131-1/+4
* Update copyright year.Daniel Jacobowitz2003-01-131-1/+1
* * source.c (openp): If the file does not exist don't necessarilyDaniel Jacobowitz2003-01-131-6/+13
* 2002-12-13 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2002-12-131-4/+30
* 2002-12-08 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni2002-12-091-0/+1
* 2002-10-24 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni2002-10-241-1/+1
* source.c (print_source_lines): Update comments.Adam Fedor2002-10-141-2/+3
* * source.c (get_current_or_default_source_symtab_and_line): RemoveFernando Nasser2002-09-221-18/+13
* * source.c (get_current_source_symtab_and_line): Initialize sal.pc andFernando Nasser2002-09-221-0/+4
* * source.c: Make global variables current_source_symtab andFernando Nasser2002-09-201-205/+90
* Revert previous change. Not obvious.Andrew Cagney2002-09-191-3/+2
* 2002-09-18 Michael Snyder <msnyder@redhat.com>Michael Snyder2002-09-191-2/+3
* * gdb/source.c (source_info): Mention whether the symtab hasJim Blandy2002-06-111-0/+2
* * source.c (is_regular_file): New function.Joel Brobecker2002-04-231-4/+24
* 2002-04-12 Michael Snyder <msnyder@redhat.com>Michael Snyder2002-04-121-1/+1
* (openp): Use xfullpath in place of gdb_realpath to avoid resolving theJoel Brobecker2002-04-051-3/+8
* * cli/cli-decode.c (set_cmd_completer): New function.Andrew Cagney2002-03-061-1/+1
* Remove else clause to #if UI_OUT.Andrew Cagney2002-01-171-34/+0
* Remove obsolete MacOS support.Andrew Cagney2002-01-051-34/+3
* * configure, config.in: Rebuilt.Tom Tromey2001-12-211-2/+14
* mfree() -> xmfree().Andrew Cagney2001-12-021-3/+3
* * 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