Age | Commit message (Expand) | Author | Files | Lines |
2009-03-13 | * source.c (source_full_path_of): Constify parameter filename. | Joel Brobecker | 1 | -1/+1 |
2009-01-03 | Updated copyright notices for most files. | Joel Brobecker | 1 | -2/+2 |
2008-10-30 | * source.c (symtab_to_fullname): Test 'r >= 0'. | Tom Tromey | 1 | -21/+19 |
2008-10-28 | * cli/cli-script.c (do_fclose_cleanup): Remove. | Tom Tromey | 1 | -1/+3 |
2008-10-03 | 2008-10-03 Paul Pluzhnikov <ppluzhnikov@google.com> | Paul Pluzhnikov | 1 | -7/+4 |
2008-09-11 | * defs.h (struct gdbarch): Add forward declaration. | Ulrich Weigand | 1 | -3/+3 |
2008-06-30 | * source.c (select_source_symtab): Make sure we skip namespace | Luis Machado | 1 | -4/+7 |
2008-05-19 | * symtab.h (lookup_symbol_in_language): Remove SYMTAB parameter. | Ulrich Weigand | 1 | -1/+1 |
2008-05-03 | * breakpoint.c (create_exception_catchpoint): Remove prototype | Thiago Jung Bauermann | 1 | -3/+3 |
2008-04-17 | * source.c (find_and_open_source): Add some comments clarifying | Doug Evans | 1 | -8/+5 |
2008-03-14 | * cache.c (close_one): Remove mtime hack. | Daniel Jacobowitz | 1 | -2/+2 |
2008-03-10 | 2008-03-06 Hidetaka Takano <hidetaka.takano@glb.toshiba.co.jp> | Michael Snyder | 1 | -1/+1 |
2008-02-08 | * source.c (find_and_open_source): Always rewrite absolute filenames. | Daniel Jacobowitz | 1 | -3/+4 |
2008-01-01 | Updated copyright notices for most files. | Daniel Jacobowitz | 1 | -1/+1 |
2007-08-23 | Switch the license of all .c files to GPLv3. | Joel Brobecker | 1 | -4/+2 |
2007-08-13 | 2007-08-13 Michael Snyder <msnyder@access-company.com> | Michael Snyder | 1 | -1/+2 |
2007-06-28 | 2007-06-28 Michael Snyder <msnyder@access-company.com> | Michael Snyder | 1 | -0/+1 |
2007-01-24 | * source.c (find_and_open_source): Try rewriting the source | Joel Brobecker | 1 | -0/+12 |
2007-01-15 | * source.c (_initialize_source): Improve the help text of | Joel Brobecker | 1 | -5/+13 |
2007-01-09 | Copyright updates for 2007. | Daniel Jacobowitz | 1 | -2/+2 |
2006-08-08 | * source.c: #include gdb_assert.h. | Joel Brobecker | 1 | -1/+344 |
2006-05-15 | 2006-05-15 Peter O'Gorman <gdb-patches@mlists.thewrittenword.com> | Daniel Jacobowitz | 1 | -2/+2 |
2006-02-25 | * gdb/defs.h: unconditionally include <fcntl.h>, and | Charles Wilson | 1 | -3/+0 |
2006-02-21 | 2006-02-21 Andrew Stubbs <andrew.stubbs@st.com> | Andrew Stubbs | 1 | -28/+53 |
2006-01-15 | * source.c (_initialize_source): Use add_setshow_integer_cmd. | Daniel Jacobowitz | 1 | -1/+1 |
2005-12-17 | * breakpoint.c: | Eli Zaretskii | 1 | -3/+3 |
2005-08-29 | * environ.c (unset_in_environ): Use strncmp instead of | Mark Kettenis | 1 | -10/+6 |
2005-07-04 | * bsd-kvm.c (bsd_kvm_open): Properly cast sentinel in concat call. | Mark Kettenis | 1 | -7/+8 |
2005-05-27 | 2005-05-27 Andrew Cagney <cagney@gnu.org> | Andrew Cagney | 1 | -2/+2 |
2005-02-24 | 2005-02-24 Andrew Cagney <cagney@gnu.org> | Andrew Cagney | 1 | -1/+9 |
2005-02-18 | 2005-02-18 Andrew Cagney <cagney@gnu.org> | Andrew Cagney | 1 | -6/+6 |
2005-02-15 | 2005-02-15 Andrew Cagney <cagney@gnu.org> | Andrew Cagney | 1 | -11/+10 |
2005-02-14 | 2005-02-14 Andrew Cagney <cagney@gnu.org> | Andrew Cagney | 1 | -9/+9 |
2005-02-12 | 2005-02-11 Andrew Cagney <cagney@gnu.org> | Andrew Cagney | 1 | -12/+12 |
2005-02-11 | 2005-02-11 Andrew Cagney <cagney@gnu.org> | Andrew Cagney | 1 | -3/+3 |
2005-02-11 | 2005-02-10 Andrew Cagney <cagney@gnu.org> | Andrew Cagney | 1 | -11/+9 |
2004-11-13 | * config/i386/xm-go32.h: Don't include fopen-bin.h. | Eli Zaretskii | 1 | -19/+0 |
2004-10-14 | * source.c: Always define O_BINARY to 0 if not defined already. | Mark Kettenis | 1 | -6/+4 |
2004-09-30 | * defs.h (msavestring, mstrsave): Remove prototypes. | Mark Kettenis | 1 | -1/+1 |
2004-08-10 | 2004-08-10 Andrew Cagney <cagney@gnu.org> | Andrew Cagney | 1 | -3/+3 |
2004-08-10 | 2004-08-10 Andrew Cagney <cagney@gnu.org> | Andrew Cagney | 1 | -6/+5 |
2004-08-10 | 2004-08-10 Andrew Cagney <cagney@gnu.org> | Andrew Cagney | 1 | -2/+1 |
2004-07-30 | * defs.h (OPF_TRY_CWD_FIRST, OPF_SEARCH_IN_PATH): New macros. | Eli Zaretskii | 1 | -9/+21 |
2004-07-26 | 2004-07-26 Andrew Cagney <cagney@gnu.org> | Andrew Cagney | 1 | -1/+1 |
2004-06-27 | * source.c: Fix whitespace. | Andreas Schwab | 1 | -32/+30 |
2004-06-10 | Add the -file-list-exec-source-files command to MI. | Bob Rossi | 1 | -33/+95 |
2004-02-28 | 2004-02-28 Andrew Cagney <cagney@redhat.com> | Andrew Cagney | 1 | -1/+1 |
2004-01-27 | 2004-01-27 Andrew Cagney <cagney@redhat.com> | Andrew Cagney | 1 | -2/+0 |
2004-01-19 | 2004-01-18 Andrew Cagney <cagney@redhat.com> | Andrew Cagney | 1 | -16/+0 |
2003-11-23 | 2003-11-23 Andrew Cagney <cagney@redhat.com> | Andrew Cagney | 1 | -2/+2 |