summaryrefslogtreecommitdiff
path: root/gdb/corefile.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* internal_error: remove need to pass __FILE__/__LINE__Pedro Alves2022-10-191-2/+1
* gdb: remove TYPE_LENGTHSimon Marchi2022-09-211-2/+2
* Unify gdb printf functionsTom Tromey2022-03-291-2/+2
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* gdb: make string-like set show commands use std::string variableSimon Marchi2021-10-031-9/+8
* gdb: remove add_alias_cmd overload that accepts a stringSimon Marchi2021-05-271-1/+1
* gdb: make add_setshow commands return set_show_commandsSimon Marchi2021-05-271-6/+6
* gdb: remove current_top_target functionSimon Marchi2021-03-241-2/+2
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi2020-11-021-2/+2
* Remove the exec_bfd macroTom Tromey2020-10-291-5/+7
* Remove exec_bfd_mtime defineTom Tromey2020-10-291-1/+3
* Remove exec_filename macroTom Tromey2020-10-291-2/+2
* Remove read_memory_stringTom Tromey2020-06-151-27/+0
* gdb: remove unnecessary NULL checks before xfreeSimon Marchi2020-05-211-2/+1
* Make "gnutarget" constTom Tromey2020-03-041-1/+1
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-131-1/+2
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Constify get_exec_fileTom Tromey2019-12-161-2/+1
* Don't include gdbarch.h from defs.hTom Tromey2019-07-101-0/+1
* Rename common to gdbsupportTom Tromey2019-07-091-1/+1
* Revert the header-sorting patchTom Tromey2019-04-061-13/+9
* Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey2019-04-051-9/+13
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* target_stack -> current_top_target() throughoutPedro Alves2018-06-071-1/+1
* Update core-related help stringsTom Tromey2018-05-241-0/+1
* Eliminate the 'the_core_target' globalPedro Alves2018-05-111-18/+0
* Move core_bfd to program spaceTom Tromey2018-05-111-4/+0
* target factories, target open and multiple instances of targetsPedro Alves2018-05-031-4/+6
* Convert struct target_ops to C++Pedro Alves2018-05-031-8/+4
* Convert observers to C++Tom Tromey2018-03-191-2/+2
* Pass inferior down to target_detach and to_detachSimon Marchi2018-01-191-1/+1
* Remove args from target detachSimon Marchi2018-01-191-1/+1
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Constify add_setshow_*Tom Tromey2017-11-071-4/+1
* Constify core_file_commandTom Tromey2017-09-271-1/+1
* Remove unnecessary function prototypes.John Baldwin2017-09-091-4/+0
* Use std::string in reopen_exec_fileTom Tromey2017-09-031-8/+3
* Return std::string from memory_error_messageTom Tromey2017-09-031-9/+7
* Introduce class completion_tracker & rewrite completion<->readline interactionPedro Alves2017-07-171-2/+3
* Share fork_inferior et al with gdbserverSergio Durigan Junior2017-06-071-3/+1
* -Wwrite-strings: The RestPedro Alves2017-04-051-1/+1
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Change reopen_exec_file to check result of statTom Tromey2016-07-141-1/+1
* Throw NOT_AVAILABLE_ERROR in read_stack and read_codeYao Qi2016-05-041-14/+15
* gdb/rs6000: Read backchain as unsigned.Marcin Koƛcielnicki2016-03-091-0/+18
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* target_read_memory&co: no longer return target_xfer_statusPedro Alves2015-10-271-3/+3
* Add casts to memory allocation related callsSimon Marchi2015-09-251-4/+4