aboutsummaryrefslogtreecommitdiff
path: root/gdb/macrocmd.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-30gdb: remove unused includes in utils.hSimon Marchi1-0/+1
2024-05-14Disallow trailing whitespace in docstringsTom Tromey1-1/+1
2024-04-25gdb: remove gdbcmd.hSimon Marchi1-1/+1
2024-03-26gdb, gdbserver, gdbsupport: remove includes of early headersSimon Marchi1-1/+0
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-03-29Unify gdb printf functionsTom Tromey1-18/+18
2022-03-29Unify gdb puts functionsTom Tromey1-12/+12
2022-01-25Reduce explicit use of gdb_stdoutTom Tromey1-25/+24
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-05-27gdb: remove add_alias_cmd overload that accepts a stringSimon Marchi1-6/+9
2021-05-12gdb: generate the prefix name for prefix commands on demandMarco Barisione1-1/+1
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-14/+14
2020-07-03gdb: remove callback in macro expand functionsSimon Marchi1-12/+10
2020-04-17Replace most calls to help_list and cmd_show_listTom Tromey1-12/+3
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-10-01Use new %p format suffixes in gdbPedro Alves1-2/+4
2019-02-17Change macro_source_fullname to return a std::stringTom Tromey1-7/+3
2019-02-17Add styling to macro commandsTom Tromey1-3/+6
2019-02-06Fix leak of identifier in macro definition.Philippe Waroquiers1-14/+11
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-10-27OBVIOUS Use report_unrecognized_option_error in 'demangle' and 'info macro' c...Philippe Waroquiers1-6/+2
2018-02-08Remove cleanups from macro_define_commandTom Tromey1-21/+21
2018-02-08Return unique_xmalloc_ptr from macro scope functionsTom Tromey1-28/+10
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-11-07Constify add_infoTom Tromey1-9/+8
2017-10-11Constify add_prefix_cmdTom Tromey1-1/+1
2017-09-27Constify some commands in macrocmd.cTom Tromey1-8/+8
2017-09-09Remove unnecessary function prototypes.John Baldwin1-3/+0
2017-09-04struct symtabs_and_lines -> std::vector<symtab_and_line>Pedro Alves1-4/+4
2017-02-23Use gdb::function_view in iterate_over_symtabs & coPedro Alves1-19/+11
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-11-11gdb: Make use of 'add_info' to create info sub-commands.Andrew Burgess1-9/+6
2015-09-25Add some more casts (2/2)Simon Marchi1-1/+1
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi1-1/+1
2015-03-06New common function "startswith"Gary Benson1-2/+2
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-08-07Include string.h in common-defs.hGary Benson1-1/+0
2014-06-13make calls to help_list use enumeratorTom Tromey1-1/+1
2014-05-14reindent print_macro_definitionTom Tromey1-24/+24
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-11-18remove gdb_string.hTom Tromey1-1/+1
2013-07-01add -Wold-style-definitionTom Tromey1-1/+2
2013-02-03gdb/Jan Kratochvil1-3/+8
2013-01-11gdb/Jan Kratochvil1-3/+1
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-1/+1
2012-06-29 * linespec.c: #include "stack.h".Doug Evans1-1/+3