summaryrefslogtreecommitdiff
path: root/gdb/exec.c
Commit message (Expand)AuthorAgeFilesLines
* gdb: convert obj_section macros to methodsSimon Marchi2021-06-281-2/+1
* gdb: remove current_top_target functionSimon Marchi2021-03-241-1/+1
* gdb: remove push_target free functionsSimon Marchi2021-03-231-2/+2
* gdb: remove unpush_target free functionSimon Marchi2021-03-231-1/+1
* gdb: use std::string instead of a fixed size bufferAndrew Burgess2021-02-241-12/+6
* gdb: move get_section_table from exec_target to dummy_targetAndrew Burgess2021-02-241-8/+2
* gdb: make the target_sections table private within program_spaceAndrew Burgess2021-02-241-16/+16
* gdb: spread a little 'const' through the target_section_table codeAndrew Burgess2021-02-241-5/+5
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi2020-11-021-7/+7
* Don't change current program space in exec_target::closeTom Tromey2020-10-291-3/+0
* Change add_target_sections_of_objfile to method on program_spaceTom Tromey2020-10-291-5/+4
* Change add_target_sections to method on program_spaceTom Tromey2020-10-291-9/+7
* Change remove_target_sections to method on program_spaceTom Tromey2020-10-291-12/+6
* Change program_space::ebfd to a gdb_bfd_ref_ptrTom Tromey2020-10-291-1/+1
* Remove the exec_bfd macroTom Tromey2020-10-291-17/+24
* Remove current_target_sections macroTom Tromey2020-10-291-9/+9
* Remove exec_bfd_mtime defineTom Tromey2020-10-291-1/+1
* Change exec_close to be a method on program_spaceTom Tromey2020-10-291-26/+3
* Remove exec_filename macroTom Tromey2020-10-291-5/+6
* Add target_section constructorTom Tromey2020-10-291-12/+6
* gdb: make target_ops::make_corefile_notes return a unique ptrSimon Marchi2020-10-221-2/+2
* Change target_section_table to std::vector aliasTom Tromey2020-10-121-34/+29
* Remove clear_section_tableTom Tromey2020-10-121-9/+1
* Simplify add_target_sections_of_objfileTom Tromey2020-10-121-13/+1
* build_section_table cannot failTom Tromey2020-10-121-19/+9
* Use a std::vector in target_section_tableTom Tromey2020-10-121-159/+88
* Remove target_has_execution macroTom Tromey2020-09-281-1/+1
* Use gdb_bfd_sections in build_section_tableTom Tromey2020-09-191-30/+20
* section_table_xfer_memory: Replace section name with callback predicateKevin Buettner2020-07-221-4/+4
* Fine tune exec-file-mismatch help and documentation.Philippe Waroquiers2020-07-111-2/+6
* Fixes PR 25475: ensure exec-file-mismatch "ask" always asks in case of mismatch.Philippe Waroquiers2020-06-241-1/+4
* Ensure 'exec-file has changed' check has priority over 'exec-file-mismatch' c...Philippe Waroquiers2020-06-211-0/+8
* Use errno value of first openp failureHannes Domani2020-05-271-0/+3
* gdb: remove unnecessary NULL checks before xfreeSimon Marchi2020-05-211-2/+1
* Use bfd_get_filename throughout gdbAlan Modra2020-05-201-1/+2
* Make exec-file-mismatch compare build IDsPedro Alves2020-05-191-9/+44
* Remove ALL_PSPACESTom Tromey2020-05-081-2/+1
* gdb: replace some calls to internal_error with gdb_assertSimon Marchi2020-04-021-6/+4
* Implement 'set/show exec-file-mismatch'.Philippe Waroquiers2020-01-251-10/+135
* Fix re-runs of a second inferior (PR gdb/25410)Pedro Alves2020-01-241-2/+3
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-131-1/+2
* Multi-target supportPedro Alves2020-01-101-10/+41
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Remove some includes of readline.hTom Tromey2019-11-061-1/+1
* bfd_section_* macrosAlan Modra2019-09-191-19/+15
* Change boolean options to bool instead of intChristian Biesinger2019-09-181-1/+1
* Rename common to gdbsupportTom Tromey2019-07-091-1/+1
* Make exception handling more efficientTom Tromey2019-04-251-2/+2
* Remove exception_noneTom Tromey2019-04-251-1/+1