aboutsummaryrefslogtreecommitdiff
path: root/gdb/record.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-06Fix hardware watchpoints in replay modeHannes Domani1-1/+0
2023-05-30gdb: add interp::on_record_changed methodSimon Marchi1-1/+2
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-10-02gdb: disassembler opcode display formattingAndrew Burgess1-0/+3
2022-03-29Unify gdb printf functionsTom Tromey1-10/+10
2022-01-05Use filtered output in ordinary commandsTom Tromey1-5/+5
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-10-28gdb: add add_setshow_prefix_cmdSimon Marchi1-11/+10
2021-05-27gdb: remove add_alias_cmd overload that accepts a stringSimon Marchi1-26/+37
2021-05-27gdb: make add_com_alias accept target as a cmd_list_elementSimon Marchi1-3/+4
2021-05-12gdb: generate the prefix name for prefix commands on demandMarco Barisione1-5/+5
2021-03-23gdb: remove unpush_target free functionSimon Marchi1-1/+1
2021-01-20gdb: make some variables staticSimon Marchi1-1/+1
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-12-21gdb, record: rephrase the 'not recording' error messageMarkus Metzger1-3/+3
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-5/+5
2020-04-17Replace most calls to help_list and cmd_show_listTom Tromey1-23/+6
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-08-07Make first and last lines of 'command help documentation' consistent.Philippe Waroquiers1-3/+3
2019-07-09Rename common to gdbsupportTom Tromey1-1/+1
2019-04-27Have 'thread|frame apply' style their output.Philippe Waroquiers1-6/+6
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-11-30target_ops::to_stratum -> target_ops::stratum() virtual methodPedro Alves1-4/+4
2018-11-08Capitalize "<TAB>" in require_record_target errorTom Tromey1-1/+1
2018-07-03Remove ptid_get_pidTom Tromey1-1/+1
2018-05-24Update help text in record.cTom Tromey1-2/+2
2018-05-03Convert struct target_ops to C++Pedro Alves1-9/+9
2018-04-13record: fix typo in "set record" outputMarkus Metzger1-1/+1
2018-03-19Convert observers to C++Tom Tromey1-2/+2
2018-03-01Propagate record_print_flagsSimon Marchi1-10/+5
2018-01-19Pass inferior down to target_detach and to_detachSimon Marchi1-2/+2
2018-01-19Remove args from target detachSimon Marchi1-2/+2
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-12-05Remove some unused variablesSimon Marchi1-1/+0
2017-11-07Constify execute_commandTom Tromey1-7/+7
2017-11-07Constify add_setshow_*Tom Tromey1-2/+2
2017-10-26const-fy function parameter struct address_space *aspaceYao Qi1-1/+2
2017-10-11Constify add_prefix_cmdTom Tromey1-5/+5
2017-09-27Constify some commands in record.cTom Tromey1-17/+21
2017-09-11Rename _const functions to use overloading insteadTom Tromey1-1/+1
2017-09-09Remove unnecessary function prototypes.John Baldwin1-3/+0
2017-09-04Introduce gdb_disassembly_flagsPedro Alves1-6/+4
2017-04-05-Wwrite-strings: execute_command calls with string literalsPedro Alves1-7/+7
2017-02-14Add record_start and record_stop functions.Tim Wiederhake1-0/+42
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-09-19Consolidate target_mourn_inferior between GDB and gdbserverSergio Durigan Junior1-1/+1
2016-06-06Add method/format information to =record-startedSimon Marchi1-1/+1
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-11-04btrace: add instruction-history /s and fix documentationMarkus Metzger1-2/+3