gdb: Add aliases for read_core_file_mappings callbacks
[binutils-gdb.git] / gdb / exec.c
2021-08-23 Tom de Vries[gdb] Fix 'not in executable format' error message
2021-08-04 Simon Marchigdb: follow-fork: push target and add thread in target_...
2021-07-30 Tom TromeyReplace exception_print_same with operator!=
2021-06-28 Simon Marchigdb: convert obj_section macros to methods
2021-03-24 Simon Marchigdb: remove current_top_target function
2021-03-23 Simon Marchigdb: remove push_target free functions
2021-03-23 Simon Marchigdb: remove unpush_target free function
2021-02-24 Andrew Burgessgdb: use std::string instead of a fixed size buffer
2021-02-24 Andrew Burgessgdb: move get_section_table from exec_target to dummy_t...
2021-02-24 Andrew Burgessgdb: make the target_sections table private within...
2021-02-24 Andrew Burgessgdb: spread a little 'const' through the target_section...
2021-01-01 Joel BrobeckerUpdate copyright year range in all GDB files
2020-11-02 Simon Marchigdb, gdbserver, gdbsupport: fix leading space vs tabs...
2020-10-29 Tom TromeyDon't change current program space in exec_target:...
2020-10-29 Tom TromeyChange add_target_sections_of_objfile to method on...
2020-10-29 Tom TromeyChange add_target_sections to method on program_space
2020-10-29 Tom TromeyChange remove_target_sections to method on program_space
2020-10-29 Tom TromeyChange program_space::ebfd to a gdb_bfd_ref_ptr
2020-10-29 Tom TromeyRemove the exec_bfd macro
2020-10-29 Tom TromeyRemove current_target_sections macro
2020-10-29 Tom TromeyRemove exec_bfd_mtime define
2020-10-29 Tom TromeyChange exec_close to be a method on program_space
2020-10-29 Tom TromeyRemove exec_filename macro
2020-10-29 Tom TromeyAdd target_section constructor
2020-10-22 Simon Marchigdb: make target_ops::make_corefile_notes return a...
2020-10-13 Tom TromeyChange target_section_table to std::vector alias
2020-10-13 Tom TromeyRemove clear_section_table
2020-10-13 Tom TromeySimplify add_target_sections_of_objfile
2020-10-13 Tom Tromeybuild_section_table cannot fail
2020-10-13 Tom TromeyUse a std::vector in target_section_table
2020-09-29 Tom TromeyRemove target_has_execution macro
2020-09-19 Tom TromeyUse gdb_bfd_sections in build_section_table
2020-07-22 Kevin Buettnersection_table_xfer_memory: Replace section name with...
2020-07-11 Philippe WaroquiersFine tune exec-file-mismatch help and documentation.
2020-06-24 Philippe WaroquiersFixes PR 25475: ensure exec-file-mismatch "ask" always...
2020-06-21 Philippe WaroquiersEnsure 'exec-file has changed' check has priority over...
2020-05-27 Hannes DomaniUse errno value of first openp failure
2020-05-21 Simon Marchigdb: remove unnecessary NULL checks before xfree
2020-05-19 Alan ModraUse bfd_get_filename throughout gdb
2020-05-19 Pedro AlvesMake exec-file-mismatch compare build IDs
2020-05-08 Tom TromeyRemove ALL_PSPACES
2020-04-02 Simon Marchigdb: replace some calls to internal_error with gdb_assert
2020-01-25 Philippe WaroquiersImplement 'set/show exec-file-mismatch'.
2020-01-24 Pedro AlvesFix re-runs of a second inferior (PR gdb/25410)
2020-01-13 Simon Marchigdb: add back declarations for _initialize functions
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
next