summaryrefslogtreecommitdiff
path: root/gdb/exec.c
AgeCommit message (Expand)Author
2021-02-24gdb: use std::string instead of a fixed size bufferAndrew Burgess
2021-02-24gdb: move get_section_table from exec_target to dummy_targetAndrew Burgess
2021-02-24gdb: make the target_sections table private within program_spaceAndrew Burgess
2021-02-24gdb: spread a little 'const' through the target_section_table codeAndrew Burgess
2021-01-01Update copyright year range in all GDB filesJoel Brobecker
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi
2020-10-29Don't change current program space in exec_target::closeTom Tromey
2020-10-29Change add_target_sections_of_objfile to method on program_spaceTom Tromey
2020-10-29Change add_target_sections to method on program_spaceTom Tromey
2020-10-29Change remove_target_sections to method on program_spaceTom Tromey
2020-10-29Change program_space::ebfd to a gdb_bfd_ref_ptrTom Tromey
2020-10-29Remove the exec_bfd macroTom Tromey
2020-10-29Remove current_target_sections macroTom Tromey
2020-10-29Remove exec_bfd_mtime defineTom Tromey
2020-10-29Change exec_close to be a method on program_spaceTom Tromey
2020-10-29Remove exec_filename macroTom Tromey
2020-10-29Add target_section constructorTom Tromey
2020-10-22gdb: make target_ops::make_corefile_notes return a unique ptrSimon Marchi
2020-10-12Change target_section_table to std::vector aliasTom Tromey
2020-10-12Remove clear_section_tableTom Tromey
2020-10-12Simplify add_target_sections_of_objfileTom Tromey
2020-10-12build_section_table cannot failTom Tromey
2020-10-12Use a std::vector in target_section_tableTom Tromey
2020-09-28Remove target_has_execution macroTom Tromey
2020-09-19Use gdb_bfd_sections in build_section_tableTom Tromey
2020-07-22section_table_xfer_memory: Replace section name with callback predicateKevin Buettner
2020-07-11Fine tune exec-file-mismatch help and documentation.Philippe Waroquiers
2020-06-24Fixes PR 25475: ensure exec-file-mismatch "ask" always asks in case of mismatch.Philippe Waroquiers
2020-06-21Ensure 'exec-file has changed' check has priority over 'exec-file-mismatch' c...Philippe Waroquiers
2020-05-27Use errno value of first openp failureHannes Domani
2020-05-21gdb: remove unnecessary NULL checks before xfreeSimon Marchi
2020-05-20Use bfd_get_filename throughout gdbAlan Modra
2020-05-19Make exec-file-mismatch compare build IDsPedro Alves
2020-05-08Remove ALL_PSPACESTom Tromey
2020-04-02gdb: replace some calls to internal_error with gdb_assertSimon Marchi
2020-01-25Implement 'set/show exec-file-mismatch'.Philippe Waroquiers
2020-01-24Fix re-runs of a second inferior (PR gdb/25410)Pedro Alves
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi
2020-01-10Multi-target supportPedro Alves
2020-01-01Update copyright year range in all GDB files.Joel Brobecker
2019-11-06Remove some includes of readline.hTom Tromey
2019-09-19bfd_section_* macrosAlan Modra
2019-09-18Change boolean options to bool instead of intChristian Biesinger
2019-07-09Rename common to gdbsupportTom Tromey
2019-04-25Make exception handling more efficientTom Tromey
2019-04-25Remove exception_noneTom Tromey
2019-04-08Rename gdb exception typesTom Tromey
2019-04-08Rewrite TRY/CATCHTom Tromey
2019-04-08Make exceptions use std::string and be self-managingTom Tromey
2019-04-06Revert the header-sorting patchTom Tromey