Multi-target support
[deliverable/binutils-gdb.git] / gdb / exec.c
2020-01-10  Pedro AlvesMulti-target support
2020-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2019-11-06  Tom TromeyRemove some includes of readline.h
2019-09-19  Alan Modrabfd_section_* macros
2019-09-18  Christian BiesingerChange boolean options to bool instead of int
2019-07-09  Tom TromeyRename common to gdbsupport
2019-04-25  Tom TromeyMake exception handling more efficient
2019-04-25  Tom TromeyRemove exception_none
2019-04-08  Tom TromeyRename gdb exception types
2019-04-08  Tom TromeyRewrite TRY/CATCH
2019-04-08  Tom TromeyMake exceptions use std::string and be self-managing
2019-04-06  Tom TromeyRevert the header-sorting patch
2019-04-06  Tom TromeySort includes for files gdb/[a-f]*.[chyl].
2019-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2018-11-30  Pedro Alvestarget_ops::to_stratum -> target_ops::stratum() virtual...
2018-09-13  Tom TromeyRemove cleanup from try_open_exec_file
2018-09-13  Tom TromeyReturn std::string from gdb_bfd_errmsg
2018-05-02  Pedro Alvestarget factories, target open and multiple instances...
2018-05-02  Pedro Alvestarget_ops: Use bool throughout
2018-05-02  Pedro AlvesConvert struct target_ops to C++
2018-04-30  Tom TromeyRemove new_bfd_ref
2018-03-19  Tom TromeyConvert observers to C++
2018-02-28  Sergio Durigan JuniorCreate new common/pathstuff.[ch]
2018-02-14  Tom TromeyChange openp et al to use a unique_xmalloc_ptr
2018-02-14  Tom TromeyMove some declarations to source.h
2018-02-14  Tom TromeyReturn unique_xmalloc_ptr from some solib.c functions
2018-01-02  Joel BrobeckerUpdate copyright year range in all GDB files
2017-12-05  Simon MarchiRemove some unused variables
2017-11-07  Tom TromeyConstify add_com
2017-10-20  Tom TromeyIntroduce new_bfd_ref
2017-10-16  Simon MarchiGet rid of VEC(mem_range_s)
2017-09-27  Tom TromeyConstify some commands in exec.c, plus symbol_file_command
2017-09-09  John BaldwinRemove unnecessary function prototypes.
2017-08-22  Tom TromeyChange gdb_realpath to return a unique_xmalloc_ptr
2017-08-22  Tom TromeyChange gdb_realpath_keepfile to return a unique_xmalloc_ptr
2017-08-03  Tom TromeyIntroduce gdb_argv, a class wrapper for buildargv
2017-05-04  Pedro AlvesRAII-fy make_cleanup_restore_current_thread & friends
2017-01-11  Tom TromeyUse class to manage BFD reference counts
2017-01-01  Joel Brobeckerupdate copyright year range in GDB files
2016-10-26  Sandra LoosemorePR 20569, segv in follow_exec
2016-10-24  Luis MachadoFix potential NULL pointer dereference
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.
next
This page took 0.836731 seconds and 107 git commands to generate.