Replace copyreloc-main.c with copyreloc-main.S
[platform/upstream/binutils.git] / gdb / exec.c
2014-08-07 Gary BensonInclude string.h in common-defs.h
2014-07-30 Tom Tromeyconstify to_open
2014-07-30 Tom Tromeyconstify exec_file_attach
2014-07-25 Tom Tromeyremove using_exec_ops global
2014-07-18 Tom Tromeymake exec_ops static
2014-07-18 Tom Tromeymove exec_make_note_section earlier
2014-06-03 Doug Evansresize_section_table cleanup
2014-03-12 Tom Tromeyfix regressions with target-async
2014-02-26 Tom Tromeymake "file" use the BFD cache better
2014-02-24 Yao QiRename TARGET_XFER_E_UNAVAILABLE to TARGET_XFER_UNAVAILABLE
2014-02-23 Yao QiAdjust read_value_memory to use to_xfer_partial
2014-02-23 Yao QiUse new to_xfer_partial interface in ctf and tfile...
2014-02-23 Yao QiShare code on to_xfer_partial for tfile and ctf target
2014-02-19 Tom Tromeyremove exec_set_find_memory_regions
2014-02-19 Tom TromeyAdd target_ops argument to to_make_corefile_notes
2014-02-19 Tom TromeyAdd target_ops argument to to_find_memory_regions
2014-02-19 Tom TromeyAdd target_ops argument to to_close
2014-02-11 Yao QiReturn target_xfer_status in to_xfer_partial
2014-02-07 Yao QiReplace -1 with TARGET_XFER_E_IO
2014-01-16 Markus Metzgertarget, breakpoint: allow insert/remove breakpoint...
2014-01-14 Yao QiChange to_xfer_partial 'len' type to ULONGEST.
2014-01-01 Joel BrobeckerUpdate Copyright year range in all files maintained...
2013-11-18 Tom Tromeyremove gdb_stat.h
2013-11-18 Tom Tromeyremove gdb_string.h
2013-10-29 Nicolas BlancCreate target sections for user-added symbol files.
2013-10-13 Jan KratochvilImprove Executable displayed path (PR 15415 regression...
2013-09-04 Jan KratochvilCode cleanup: Change OPF_DISABLE_REALPATH to OPF_RETURN...
2013-08-28 Jan KratochvilPR gdb/15415
2013-07-22 Jan Kratochvil2013-07-22 Doug Evans <dje@google.com>
2013-07-16 Doug Evans * target.h (struct target_section): Delete member...
2013-05-06 Joel BrobeckerReimplement shared library support on ppc-aix...
2013-03-29 Yao Qigdb/
2013-03-20 Jan Kratochvilgdb/
2013-01-31 Aleksandar Ristovski2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
2013-01-01 Joel BrobeckerUpdate years in copyright notice for the GDB files.
2012-11-26 Joel BrobeckerDo not crash when calling GDB with empty executable...
2012-11-09 Tom Tromey * gdbarch.sh (target_gdbarch): Remove macro.
2012-08-22 Tom Tromey * windows-nat.c (windows_make_so): Use gdb_bfd_open.
2012-08-22 Tom Tromey * exec.c (exec_close, exec_file_attach): Update.
2012-07-23 Tom Tromey * rs6000-nat.c (add_vmap): Rewrite archive loop. ...
2012-07-23 Tom Tromey * cli/cli-dump.c (bfd_openr_with_cleanup): Use gdb_bfd...
2012-07-23 Tom Tromey * bfd-target.c (target_bfd_reopen): Update.
2012-07-18 Tom Tromey * symfile.c (symfile_bfd_open): Don't copy name. ...
2012-07-18 Tom Tromey * dwarf2read.c (try_open_dwo_file): Use gdb_bfd_ref and
2012-05-29 Tom Tromeybfd/
2012-03-01 Pedro Alves2012-03-01 Pedro Alves <palves@redhat.com>
2012-02-12 Jan Kratochvilgdb/
2012-01-04 Joel BrobeckerCopyright year update in most files of the GDB Project.
2011-03-23 Kai Tietz2011-03-23 Kai Tietz <ktietz@redhat.com>
2011-03-16 Pierre Muller Fix ARI warnings about new lines at the end of message...
2011-02-14 Pedro Alves * exec.c (section_table_available_memory): Change...
2011-02-14 Pedro Alves Mark pieces of values as unavailable if the correspond...
2011-01-07 Michael Snyder2011-01-07 Michael Snyder <msnyder@vmware.com>
2011-01-05 Michael Snyder2011-01-05 Michael Snyder <msnyder@vmware.com>
2011-01-01 Joel Brobeckerrun copyright.sh for 2011.
2010-08-31 Jan Kratochvilgdb/
2010-05-14 Michael Snyder2010-05-14 Michael Snyder <msnyder@vmware.com>
2010-05-04 Matthew Gretton... * gdb/exec.c (print_section_info): Display entry point...
2010-04-14 Pedro Alves * objfiles.h (gdb_bfd_close_or_warn): Declare.
2010-02-05 Hui Zhu2010-02-05 Hui Zhu <teawater@gmail.com>
2010-01-19 Joel BrobeckerDelete free_named_symtabs and associated cleanup.
2010-01-15 Jan Kratochvilgdb/
2010-01-14 Jan Kratochvilgdb/
2010-01-01 Joel BrobeckerUpdate copyright year in most headers.
2009-10-19 Pedro Alves2009-10-19 Pedro Alves <pedro@codesourcery.com>
2009-07-02 Ulrich Weigand * defs.h (strlen_paddr, paddr, paddr_nz): Remove.
2009-07-02 Ulrich Weigand * breakpoint.h (struct breakpoint): New member GDBARCH.
2009-06-12 Pedro Alves * exec.h (section_table_xfer_memory_partial): Improve...
2009-06-07 Pedro Alves * target.h (struct target_ops): Make to_has_all_memory,
2009-06-03 Pedro Alves * target.c: Include "exec.h".
2009-05-22 Pedro Alves * target.h (struct section_table): Rename to ...
2009-05-22 Pedro Alves * bfd-target.c: Don't include gdb_assert.h or gdb_stri...
2009-05-19 Jan Kratochvilgdb/
2009-02-22 Doug Evans * exec.c (exec_file_attach): Fix comment.
2009-01-08 Tom Tromey PR breakpoints/9350:
2009-01-03 Joel Brobecker Updated copyright notices for most files.
2008-10-30 Tom Tromey * source.c (symtab_to_fullname): Test 'r >= 0'.
2008-10-03 Paul Pluzhnikov2008-10-03 Paul Pluzhnikov <ppluzhnikov@google.com>
2008-09-05 Ulrich Weigand * breakpoint.h (struct bp_location): Change type of...
2008-07-21 Tom Tromeygdb
2008-05-03 Daniel Jacobowitz * Makefile.in (objfiles.o): Update.
2008-05-01 Joel Brobecker * exec.c (print_section_info): Add missing...
2008-04-19 Thiago Jung Bauermann * defs.h (exec_set_section_offsets): Remove prototype.
2008-04-16 Daniel Jacobowitz PR gdb/2445
2008-03-14 Daniel Jacobowitz * cache.c (close_one): Remove mtime hack.
2008-01-11 Markus Deuling * exec.c: #include "arch-utils.h"
2008-01-01 Daniel Jacobowitz Updated copyright notices for most files.
2007-08-23 Joel Brobecker Switch the license of all .c files to GPLv3.
2007-07-31 Michael Snyder2007-07-31 Michael Snyder <msnyder@access-company...
2007-06-13 Ulrich Weigand2007-06-13 Markus Deuling <deuling@de.ibm.com>
2007-02-09 Joel Brobecker * exec.c (add_to_section_table): Do not discard...
2007-01-09 Daniel JacobowitzCopyright updates for 2007.
2006-11-10 Daniel Jacobowitzgdb/
2006-07-24 Daniel Jacobowitzgdb/
2006-04-20 Elena ZannoniThis commit was generated by cvs2svn to track changes...
2006-04-18 Daniel Jacobowitzgdb/
2006-02-25 Charles Wilson * gdb/defs.h: unconditionally include <fcntl.h>, and
2005-12-17 Eli Zaretskii * breakpoint.c:
2005-08-29 Mark Kettenis* environ.c (unset_in_environ): Use strncmp instead of
2005-06-13 Mark Mitchell * corelow.c (core_open): Use bfd_fopen, not bfd_fdopenr.
next