aboutsummaryrefslogtreecommitdiff
path: root/gdb/symfile-mem.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-25gdb: remove gdbcmd.hSimon Marchi1-1/+1
2024-03-26gdb, gdbserver, gdbsupport: remove includes of early headersSimon Marchi1-1/+0
2024-02-06gdb: remove core_bfd macroSimon Marchi1-3/+3
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
2023-11-29Remove gdb_static_assertTom Tromey1-3/+3
2023-10-10gdb: remove target_gdbarchSimon Marchi1-1/+1
2023-10-10gdb: add inferior::{arch, set_arch}Simon Marchi1-1/+1
2023-02-27Catch gdb_exception_error instead of gdb_exception (in many places)Kevin Buettner1-1/+1
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-08-03Use gdb_bfd_ref_ptr in objfileTom Tromey1-2/+2
2022-03-04Mark vDSO as not a fileTom Tromey1-1/+1
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-04-24gdbsupport, gdb: give names to observersSimon Marchi1-1/+1
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-2/+2
2020-10-29Change add_target_sections_of_objfile to method on program_spaceTom Tromey1-1/+1
2020-10-29Remove symfile_objfile macroTom Tromey1-2/+2
2020-10-29Remove the exec_bfd macroTom Tromey1-3/+3
2020-10-25gdb: use inferior parameter in add_vsyscall_pageSimon Marchi1-1/+2
2020-10-25gdb: add inferior parameter to inferior_created observableSimon Marchi1-1/+1
2020-10-02gdb: remove arguments from inferior_created observableSimon Marchi1-1/+1
2020-05-20PR25993, read of freed memoryAlan Modra1-7/+7
2020-03-12Fix CORE_ADDR size assertion in symfile-mem.cTom Tromey1-1/+1
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi1-1/+2
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-09-19bfd_section_* macrosAlan Modra1-3/+3
2019-09-11Introduce bfd_set_filenameTom Tromey1-4/+2
2019-09-06bfd_get_filenameAlan Modra1-1/+1
2019-04-08Rename gdb exception typesTom Tromey1-1/+1
2019-04-08Rewrite TRY/CATCHTom Tromey1-3/+2
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-04-30Remove new_bfd_refTom Tromey1-1/+1
2018-03-19Convert observers to C++Tom Tromey1-2/+2
2018-03-16Remove make_cleanup_free_section_addr_infoTom Tromey1-15/+5
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-10-20Introduce new_bfd_refTom Tromey1-2/+1
2017-10-10Eliminate catch_exceptions/catch_exceptions_with_msgPedro Alves1-38/+19
2017-09-27Constify add_symbol_file_from_memory_commandTom Tromey1-1/+1
2017-09-09Remove unnecessary function prototypes.John Baldwin1-5/+0
2017-01-10Use class to manage BFD reference countsTom Tromey1-3/+4
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-10-26Make symfile_add_flags and objfile->flags strongly typedPedro Alves1-2/+5
2016-04-06Print the "file" command suggestion in exec_file_locate_attachJan Kratochvil1-2/+1
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-09-25Add some more casts (2/2)Simon Marchi1-1/+2
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-10-10Split vDSO range lookup to a gdbarch hookPedro Alves1-26/+5
2014-10-08Remove spurious exceptions.h inclusionsGary Benson1-1/+0
2014-06-06symfile, vdso: remove target sectionsMarkus Metzger1-17/+1
2014-05-23btrace, vdso: add vdso target sectionsMarkus Metzger1-0/+18