aboutsummaryrefslogtreecommitdiff
path: root/gdb/cli/cli-dump.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-10gdb: remove target_gdbarchSimon Marchi1-2/+3
2023-02-13Remove deprecated_lval_hackTom Tromey1-1/+1
2023-02-13Turn remaining value_contents functions into methodsTom Tromey1-2/+2
2023-02-13Turn value_address and set_value_address functions into methodsTom Tromey1-1/+1
2023-02-13Turn value_type into methodTom Tromey1-2/+2
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-09-21gdb: remove TYPE_LENGTHSimon Marchi1-2/+2
2022-03-29Unify gdb printf functionsTom Tromey1-18/+18
2022-03-29Unify gdb puts functionsTom Tromey1-1/+1
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-10-25gdb: change functions returning value contents to use gdb::array_viewSimon Marchi1-2/+2
2021-07-23gdb: remove cmd_list_element::function::sfuncSimon Marchi1-1/+1
2021-06-25gdb: add context getter/setter to cmd_list_elementSimon Marchi1-3/+3
2021-05-12gdb: generate the prefix name for prefix commands on demandMarco Barisione1-8/+8
2021-04-26gdb: check result of gdb_fopen_cloexec in dump_binary_fileSimon Marchi1-0/+3
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-09-28Remove target_has_execution macroTom Tromey1-1/+1
2020-09-19Use gdb_bfd_sections in restore_commandTom Tromey1-49/+45
2020-04-17Replace most calls to help_list and cmd_show_listTom Tromey1-102/+45
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-11-06Remove some includes of readline.hTom Tromey1-1/+1
2019-09-19bfd_section_* macrosAlan Modra1-11/+9
2019-07-10Don't include gdbarch.h from defs.hTom Tromey1-0/+1
2019-07-09Rename common to gdbsupportTom Tromey1-2/+2
2019-06-04Introduce and use make_unique_xstrdupPedro Alves1-1/+1
2019-01-25Normalize includes to use common/Tom Tromey1-1/+1
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-10-18Fix PR cli/23785: Check if file exists when invoking "restore FILE binary"Sergio Durigan Junior1-0/+3
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-12-05Remove some unused variablesSimon Marchi1-2/+0
2017-11-07Constify execute_commandTom Tromey1-1/+1
2017-11-07Constify add_comTom Tromey1-2/+1
2017-10-11Constify add_prefix_cmdTom Tromey1-8/+8
2017-09-27Constify commands in cli-dump.cTom Tromey1-16/+16
2017-09-27Add add_cmd function overloadsTom Tromey1-2/+2
2017-09-11Rename _const functions to use overloading insteadTom Tromey1-4/+4
2017-09-09Remove unnecessary function prototypes.John Baldwin1-2/+0
2017-08-05Use gdb::unique_xmalloc_ptr when calling tilde_expandTom Tromey1-53/+26
2017-08-03Use containers to avoid cleanupsTom Tromey1-8/+3
2017-08-03Introduce and use gdb_file_upTom Tromey1-21/+7
2017-06-14Introduce gdb::byte_vector, add allocator that default-initializesPedro Alves1-8/+8
2017-04-05-Wwrite-strings: The RestPedro Alves1-7/+8
2017-01-10Use class to manage BFD reference countsTom Tromey1-31/+24
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-11-15gdb::{unique_ptr,move} -> std::{unique_ptr,move}Pedro Alves1-2/+2
2016-10-21Replace two xmallocs with unique_ptrTom Tromey1-11/+8
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-10-09Change some void* to gdb_byte*Simon Marchi1-2/+2
2015-10-06parse load_offset (bias) of restore command as longPitchumani Sivanupandi1-2/+3