summaryrefslogtreecommitdiff
path: root/gdb/exec.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* gdb: follow-fork: push target and add thread in target_follow_forkSimon Marchi2021-08-031-5/+4
* gdb: spread a little 'const' through the target_section_table codeAndrew Burgess2021-02-241-1/+1
* 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-1/+1
* Change add_target_sections_of_objfile to method on program_spaceTom Tromey2020-10-291-5/+0
* Change add_target_sections to method on program_spaceTom Tromey2020-10-291-6/+0
* Change remove_target_sections to method on program_spaceTom Tromey2020-10-291-4/+0
* Remove the exec_bfd macroTom Tromey2020-10-291-2/+0
* Remove exec_bfd_mtime defineTom Tromey2020-10-291-1/+0
* Change exec_close to be a method on program_spaceTom Tromey2020-10-291-2/+0
* Remove exec_filename macroTom Tromey2020-10-291-1/+0
* Change target_section_table to std::vector aliasTom Tromey2020-10-121-1/+1
* Remove clear_section_tableTom Tromey2020-10-121-4/+0
* build_section_table cannot failTom Tromey2020-10-121-3/+2
* Use a std::vector in target_section_tableTom Tromey2020-10-121-6/+3
* section_table_xfer_memory: Replace section name with callback predicateKevin Buettner2020-07-221-3/+10
* Multi-target supportPedro Alves2020-01-101-0/+7
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Revert the header-sorting patchTom Tromey2019-04-061-2/+2
* Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey2019-04-051-2/+2
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* PR 20569, segv in follow_execSandra Loosemore2016-10-261-0/+8
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* make exec_ops staticTom Tromey2014-07-181-2/+0
* resize_section_table cleanupDoug Evans2014-06-031-3/+2
* Rename TARGET_XFER_E_UNAVAILABLE to TARGET_XFER_UNAVAILABLEYao Qi2014-02-241-1/+1
* Adjust read_value_memory to use to_xfer_partialYao Qi2014-02-231-11/+0
* Use new to_xfer_partial interface in ctf and tfile targetYao Qi2014-02-231-0/+8
* Share code on to_xfer_partial for tfile and ctf targetYao Qi2014-02-231-0/+9
* Return target_xfer_status in to_xfer_partialYao Qi2014-02-111-5/+7
* Change to_xfer_partial 'len' type to ULONGEST.Yao Qi2014-01-141-1/+1
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* Create target sections for user-added symbol files.Nicolas Blanc2013-10-291-0/+6
* PR gdb/15415Jan Kratochvil2013-08-281-0/+1
* 2013-07-22 Doug Evans <dje@google.com>Jan Kratochvil2013-07-221-3/+3
* Update years in copyright notice for the GDB files.Joel Brobecker2013-01-011-1/+1
* * exec.c (exec_close, exec_file_attach): Update.Tom Tromey2012-08-221-2/+3
* Copyright year update in most files of the GDB Project.Joel Brobecker2012-01-041-2/+1
* * exec.c (section_table_available_memory): Change `len' parameterPedro Alves2011-02-141-1/+1
* Mark pieces of values as unavailable if the corresponding memoryPedro Alves2011-02-141-0/+12
* run copyright.sh for 2011.Joel Brobecker2011-01-011-1/+2
* Update copyright year in most headers.Joel Brobecker2010-01-011-1/+1
* 2009-10-19 Pedro Alves <pedro@codesourcery.com>Pedro Alves2009-10-191-0/+5
* * exec.h (section_table_xfer_memory_partial): Improve description,Pedro Alves2009-06-121-3/+7
* * target.c: Include "exec.h".Pedro Alves2009-06-031-1/+25