aboutsummaryrefslogtreecommitdiff
path: root/gdb/exec.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-20gdb: move all bfd_cache_close_all calls in gdb_bfd.cAndrew Burgess1-2/+0
2023-10-20gdb: fix owner passed to remove_target_sections in clear_solibSimon Marchi1-8/+8
2023-10-19gdb: remove target_section_table typedefSimon Marchi1-10/+10
2023-10-19gdb: replace some so_list parameters to use referencesSimon Marchi1-2/+2
2023-09-28gdb: pass more arguments to the executable_changed observerAndrew Burgess1-1/+10
2023-05-07Remove ALL_OBJFILE_OSECTIONSTom Tromey1-3/+1
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-10-19internal_error: remove need to pass __FILE__/__LINE__Pedro Alves1-2/+1
2022-05-13Constify target_pid_to_exec_fileTom Tromey1-1/+1
2022-04-18gdbsupport: make gdb_realpath_keepfile return an std::stringSimon Marchi1-1/+2
2022-03-31Remove dbx modeTom Tromey1-5/+2
2022-03-29Unify gdb printf functionsTom Tromey1-21/+21
2022-03-29Unify gdb puts functionsTom Tromey1-1/+1
2022-01-26Always call the wrap_here methodTom Tromey1-1/+1
2022-01-26Convert wrap_here to use integer parameterTom Tromey1-1/+1
2022-01-18Move gdb_argv to gdbsupportTom Tromey1-0/+1
2022-01-05Use filtered output in ordinary commandsTom Tromey1-1/+1
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-12-29Consistently Use ui_file parameter to show callbacksTom Tromey1-1/+1
2021-08-23[gdb] Fix 'not in executable format' error messageTom de Vries1-5/+3
2021-08-03gdb: follow-fork: push target and add thread in target_follow_forkSimon Marchi1-3/+3
2021-07-30Replace exception_print_same with operator!=Tom Tromey1-1/+1
2021-06-28gdb: convert obj_section macros to methodsSimon Marchi1-2/+1
2021-03-24gdb: remove current_top_target functionSimon Marchi1-1/+1
2021-03-23gdb: remove push_target free functionsSimon Marchi1-2/+2
2021-03-23gdb: remove unpush_target free functionSimon Marchi1-1/+1
2021-02-24gdb: use std::string instead of a fixed size bufferAndrew Burgess1-12/+6
2021-02-24gdb: move get_section_table from exec_target to dummy_targetAndrew Burgess1-8/+2
2021-02-24gdb: make the target_sections table private within program_spaceAndrew Burgess1-16/+16
2021-02-24gdb: spread a little 'const' through the target_section_table codeAndrew Burgess1-5/+5
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-7/+7
2020-10-29Don't change current program space in exec_target::closeTom Tromey1-3/+0
2020-10-29Change add_target_sections_of_objfile to method on program_spaceTom Tromey1-5/+4
2020-10-29Change add_target_sections to method on program_spaceTom Tromey1-9/+7
2020-10-29Change remove_target_sections to method on program_spaceTom Tromey1-12/+6
2020-10-29Change program_space::ebfd to a gdb_bfd_ref_ptrTom Tromey1-1/+1
2020-10-29Remove the exec_bfd macroTom Tromey1-17/+24
2020-10-29Remove current_target_sections macroTom Tromey1-9/+9
2020-10-29Remove exec_bfd_mtime defineTom Tromey1-1/+1
2020-10-29Change exec_close to be a method on program_spaceTom Tromey1-26/+3
2020-10-29Remove exec_filename macroTom Tromey1-5/+6
2020-10-29Add target_section constructorTom Tromey1-12/+6
2020-10-22gdb: make target_ops::make_corefile_notes return a unique ptrSimon Marchi1-2/+2
2020-10-12Change target_section_table to std::vector aliasTom Tromey1-34/+29
2020-10-12Remove clear_section_tableTom Tromey1-9/+1
2020-10-12Simplify add_target_sections_of_objfileTom Tromey1-13/+1
2020-10-12build_section_table cannot failTom Tromey1-19/+9
2020-10-12Use a std::vector in target_section_tableTom Tromey1-159/+88
2020-09-28Remove target_has_execution macroTom Tromey1-1/+1