aboutsummaryrefslogtreecommitdiff
path: root/gdb/corefile.c
AgeCommit message (Expand)AuthorFilesLines
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
2017-09-03Return std::string from memory_error_messageTom Tromey1-9/+7
2017-07-17Introduce class completion_tracker & rewrite completion<->readline interactionPedro Alves1-2/+3
2017-06-07Share fork_inferior et al with gdbserverSergio Durigan Junior1-3/+1
2017-04-05-Wwrite-strings: The RestPedro Alves1-1/+1
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-07-14Change reopen_exec_file to check result of statTom Tromey1-1/+1
2016-05-04Throw NOT_AVAILABLE_ERROR in read_stack and read_codeYao Qi1-14/+15
2016-03-09gdb/rs6000: Read backchain as unsigned.Marcin Koƛcielnicki1-0/+18
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-10-27target_read_memory&co: no longer return target_xfer_statusPedro Alves1-3/+3