summaryrefslogtreecommitdiff
path: root/gdb/exec.c
Commit message (Expand)AuthorAgeFilesLines
* Remove ALL_OBJFILE_OSECTIONSTom Tromey2023-05-071-3/+1
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* internal_error: remove need to pass __FILE__/__LINE__Pedro Alves2022-10-191-2/+1
* Constify target_pid_to_exec_fileTom Tromey2022-05-131-1/+1
* gdbsupport: make gdb_realpath_keepfile return an std::stringSimon Marchi2022-04-181-1/+2
* Remove dbx modeTom Tromey2022-03-311-5/+2
* Unify gdb printf functionsTom Tromey2022-03-291-21/+21
* Unify gdb puts functionsTom Tromey2022-03-291-1/+1
* Always call the wrap_here methodTom Tromey2022-01-261-1/+1
* Convert wrap_here to use integer parameterTom Tromey2022-01-261-1/+1
* Move gdb_argv to gdbsupportTom Tromey2022-01-181-0/+1
* Use filtered output in ordinary commandsTom Tromey2022-01-051-1/+1
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* Consistently Use ui_file parameter to show callbacksTom Tromey2021-12-291-1/+1
* [gdb] Fix 'not in executable format' error messageTom de Vries2021-08-231-5/+3
* gdb: follow-fork: push target and add thread in target_follow_forkSimon Marchi2021-08-031-3/+3
* Replace exception_print_same with operator!=Tom Tromey2021-07-301-1/+1
* 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