summaryrefslogtreecommitdiff
path: root/gdb/corefile.c
AgeCommit message (Expand)Author
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess
2023-11-20gdb: fix reopen_exec_file for files with target: prefixAndrew Burgess
2023-11-20gdb: move all bfd_cache_close_all calls in gdb_bfd.cAndrew Burgess
2023-10-10gdb: remove target_gdbarchSimon Marchi
2023-05-30gdb: add interp::on_memory_changed methodSimon Marchi
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker
2022-10-19internal_error: remove need to pass __FILE__/__LINE__Pedro Alves
2022-09-21gdb: remove TYPE_LENGTHSimon Marchi
2022-03-29Unify gdb printf functionsTom Tromey
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker
2021-10-03gdb: make string-like set show commands use std::string variableSimon Marchi
2021-05-27gdb: remove add_alias_cmd overload that accepts a stringSimon Marchi
2021-05-27gdb: make add_setshow commands return set_show_commandsSimon Marchi
2021-03-24gdb: remove current_top_target functionSimon Marchi
2021-01-01Update copyright year range in all GDB filesJoel Brobecker
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi
2020-10-29Remove the exec_bfd macroTom Tromey
2020-10-29Remove exec_bfd_mtime defineTom Tromey
2020-10-29Remove exec_filename macroTom Tromey
2020-06-15Remove read_memory_stringTom Tromey
2020-05-21gdb: remove unnecessary NULL checks before xfreeSimon Marchi
2020-03-04Make "gnutarget" constTom Tromey
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi
2020-01-01Update copyright year range in all GDB files.Joel Brobecker
2019-12-16Constify get_exec_fileTom Tromey
2019-07-10Don't include gdbarch.h from defs.hTom Tromey
2019-07-09Rename common to gdbsupportTom Tromey
2019-04-06Revert the header-sorting patchTom Tromey
2019-04-05Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey
2019-01-01Update copyright year range in all GDB files.Joel Brobecker
2018-06-07target_stack -> current_top_target() throughoutPedro Alves
2018-05-24Update core-related help stringsTom Tromey
2018-05-11Eliminate the 'the_core_target' globalPedro Alves
2018-05-11Move core_bfd to program spaceTom Tromey
2018-05-03target factories, target open and multiple instances of targetsPedro Alves
2018-05-03Convert struct target_ops to C++Pedro Alves
2018-03-19Convert observers to C++Tom Tromey
2018-01-19Pass inferior down to target_detach and to_detachSimon Marchi
2018-01-19Remove args from target detachSimon Marchi
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-11-07Constify add_setshow_*Tom Tromey
2017-09-27Constify core_file_commandTom Tromey
2017-09-09Remove unnecessary function prototypes.John Baldwin
2017-09-03Use std::string in reopen_exec_fileTom Tromey
2017-09-03Return std::string from memory_error_messageTom Tromey
2017-07-17Introduce class completion_tracker & rewrite completion<->readline interactionPedro Alves
2017-06-07Share fork_inferior et al with gdbserverSergio Durigan Junior
2017-04-05-Wwrite-strings: The RestPedro Alves
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-07-14Change reopen_exec_file to check result of statTom Tromey