Fix obvious gotcha in string comparison
[deliverable/binutils-gdb.git] / gdb / exec.c
2016-10-24  Luis MachadoFix obvious gotcha in string comparison
2016-09-29  Jan KratochvilPR gdb/20609 - attach of JIT-debug-enabled inf 7.11...
2016-09-18  Pedro Alvesgdb: Fix std::{min, max}-related build breakage on...
2016-09-16  Pedro Alvesgdb: Use std::min and std::max throughout
2016-08-10  Pedro AlvesPlumb enum remove_bp_reason all the way to target_remov...
2016-04-13  Luis MachadoDebugging without a binary (regression)
2016-04-06  Jan KratochvilPrint the "file" command suggestion in exec_file_locate...
2016-02-24  Gary BensonFix logic in exec_file_locate_attach
2016-02-17  Gary BensonAdd missing cleanup in exec_file_locate_attach
2016-01-01  Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-11-17  Pedro Alves[C++/mingw] Misc alloca casts
2015-09-25  Simon MarchiAdd casts to memory allocation related calls
2015-08-26  Simon MarchiReplace some xmalloc-family functions with XNEW-family...
2015-07-13  Yao QiFix attach-pie-noexec.exp fail on native-extended-gdbserver
2015-06-25  Gary BensonRemove gdb_sysroot NULL checks
2015-04-29  Gary BensonAllow passing fd == NULL to exec_file_find and solib_find
2015-04-17  Gary BensonUse gdb_sysroot for main executable on attach
2015-04-17  Gary BensonIntroduce exec_file_locate_attach
2015-04-02  Gary BensonUpdate exec_file_attach to cope with "target:" filenames
2015-01-01  Joel BrobeckerUpdate year range in copyright notice of all files...
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
next
This page took 0.786946 seconds and 107 git commands to generate.