aboutsummaryrefslogtreecommitdiff
path: root/gdb/corefile.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-25gdb: remove gdbcmd.hSimon Marchi1-1/+1
2024-04-23gdb: move a bunch of quit-related things to event-top.{c,h}Simon Marchi1-0/+1
2024-04-22gdb: move store/extract integer functions to extract-store-integer.{c,h}Simon Marchi1-0/+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-19gdb: remove deprecated_exec_file_display_hook and associated codeAndrew Burgess1-67/+0
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
2023-11-20gdb: fix reopen_exec_file for files with target: prefixAndrew Burgess1-7/+10
2023-11-20gdb: move all bfd_cache_close_all calls in gdb_bfd.cAndrew Burgess1-5/+0
2023-10-10gdb: remove target_gdbarchSimon Marchi1-1/+2
2023-05-30gdb: add interp::on_memory_changed methodSimon Marchi1-1/+12
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-09-21gdb: remove TYPE_LENGTHSimon Marchi1-2/+2
2022-03-29Unify gdb printf functionsTom Tromey1-2/+2
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-10-03gdb: make string-like set show commands use std::string variableSimon Marchi1-9/+8
2021-05-27gdb: remove add_alias_cmd overload that accepts a stringSimon Marchi1-1/+1
2021-05-27gdb: make add_setshow commands return set_show_commandsSimon Marchi1-6/+6
2021-03-24gdb: remove current_top_target functionSimon Marchi1-2/+2
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-29Remove the exec_bfd macroTom Tromey1-5/+7
2020-10-29Remove exec_bfd_mtime defineTom Tromey1-1/+3
2020-10-29Remove exec_filename macroTom Tromey1-2/+2
2020-06-15Remove read_memory_stringTom Tromey1-27/+0
2020-05-21gdb: remove unnecessary NULL checks before xfreeSimon Marchi1-2/+1
2020-03-04Make "gnutarget" constTom 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-12-16Constify get_exec_fileTom Tromey1-2/+1
2019-07-10Don't include gdbarch.h from defs.hTom Tromey1-0/+1
2019-07-09Rename common to gdbsupportTom Tromey1-1/+1
2019-04-06Revert the header-sorting patchTom Tromey1-13/+9
2019-04-05Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey1-9/+13
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-06-07target_stack -> current_top_target() throughoutPedro Alves1-1/+1
2018-05-24Update core-related help stringsTom Tromey1-0/+1
2018-05-11Eliminate the 'the_core_target' globalPedro Alves1-18/+0
2018-05-11Move core_bfd to program spaceTom Tromey1-4/+0
2018-05-03target factories, target open and multiple instances of targetsPedro Alves1-4/+6
2018-05-03Convert struct target_ops to C++Pedro Alves1-8/+4
2018-03-19Convert observers to C++Tom Tromey1-2/+2
2018-01-19Pass inferior down to target_detach and to_detachSimon Marchi1-1/+1
2018-01-19Remove args from target detachSimon Marchi1-1/+1
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-11-07Constify add_setshow_*Tom Tromey1-4/+1
2017-09-27Constify core_file_commandTom Tromey1-1/+1
2017-09-09Remove unnecessary function prototypes.John Baldwin1-4/+0
2017-09-03Use std::string in reopen_exec_fileTom Tromey1-8/+3