Remove path name from test case
[binutils-gdb.git] / gdb / exec.c
2023-10-21 Simon Marchigdb: fix owner passed to remove_target_sections in...
2023-10-19 Simon Marchigdb: remove target_section_table typedef
2023-10-19 Simon Marchigdb: replace some so_list parameters to use references
2023-09-28 Andrew Burgessgdb: pass more arguments to the executable_changed...
2023-05-07 Tom TromeyRemove ALL_OBJFILE_OSECTIONS
2023-01-01 Joel BrobeckerUpdate copyright year range in header of all files...
2022-10-19 Pedro Alvesinternal_error: remove need to pass __FILE__/__LINE__
2022-05-13 Tom TromeyConstify target_pid_to_exec_file
2022-04-18 Simon Marchigdbsupport: make gdb_realpath_keepfile return an std...
2022-03-31 Tom TromeyRemove dbx mode
2022-03-29 Tom TromeyUnify gdb printf functions
2022-03-29 Tom TromeyUnify gdb puts functions
2022-01-26 Tom TromeyAlways call the wrap_here method
2022-01-26 Tom TromeyConvert wrap_here to use integer parameter
2022-01-18 Tom TromeyMove gdb_argv to gdbsupport
2022-01-05 Tom TromeyUse filtered output in ordinary commands
2022-01-01 Joel BrobeckerCopyright Year update after running gdb/copyright.py
2021-12-29 Tom TromeyConsistently Use ui_file parameter to show callbacks
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
next