aboutsummaryrefslogtreecommitdiff
path: root/gdb/target-section.h
AgeCommit message (Expand)AuthorFilesLines
2024-02-05gdb: rename struct shobj -> struct solibSimon Marchi1-4/+4
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
2023-10-20gdb: fix owner passed to remove_target_sections in clear_solibSimon Marchi1-5/+37
2023-10-19gdb: remove target_section_table typedefSimon Marchi1-4/+0
2023-10-19gdb: replace some so_list parameters to use referencesSimon Marchi1-1/+1
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-10-29Add target_section constructorTom Tromey1-0/+9
2020-10-12Change target_section_table to std::vector aliasTom Tromey1-4/+1
2020-10-12Use a std::vector in target_section_tableTom Tromey1-3/+2
2020-10-12Introduce target-section.hTom Tromey1-0/+53