summaryrefslogtreecommitdiff
path: root/gdb/record.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* gdb: disassembler opcode display formattingAndrew Burgess2022-10-021-0/+3
* Unify gdb printf functionsTom Tromey2022-03-291-10/+10
* Use filtered output in ordinary commandsTom Tromey2022-01-051-5/+5
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* gdb: add add_setshow_prefix_cmdSimon Marchi2021-10-281-11/+10
* gdb: remove add_alias_cmd overload that accepts a stringSimon Marchi2021-05-271-26/+37
* gdb: make add_com_alias accept target as a cmd_list_elementSimon Marchi2021-05-271-3/+4
* gdb: generate the prefix name for prefix commands on demandMarco Barisione2021-05-121-5/+5
* gdb: remove unpush_target free functionSimon Marchi2021-03-231-1/+1
* gdb: make some variables staticSimon Marchi2021-01-201-1/+1
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* gdb, record: rephrase the 'not recording' error messageMarkus Metzger2020-12-211-3/+3
* gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi2020-11-021-5/+5
* Replace most calls to help_list and cmd_show_listTom Tromey2020-04-171-23/+6
* 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
* Make first and last lines of 'command help documentation' consistent.Philippe Waroquiers2019-08-071-3/+3
* Rename common to gdbsupportTom Tromey2019-07-091-1/+1
* Have 'thread|frame apply' style their output.Philippe Waroquiers2019-04-271-6/+6
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* target_ops::to_stratum -> target_ops::stratum() virtual methodPedro Alves2018-11-301-4/+4
* Capitalize "<TAB>" in require_record_target errorTom Tromey2018-11-081-1/+1
* Remove ptid_get_pidTom Tromey2018-07-031-1/+1
* Update help text in record.cTom Tromey2018-05-241-2/+2
* Convert struct target_ops to C++Pedro Alves2018-05-031-9/+9
* record: fix typo in "set record" outputMarkus Metzger2018-04-131-1/+1
* Convert observers to C++Tom Tromey2018-03-191-2/+2
* Propagate record_print_flagsSimon Marchi2018-03-011-10/+5
* Pass inferior down to target_detach and to_detachSimon Marchi2018-01-191-2/+2
* Remove args from target detachSimon Marchi2018-01-191-2/+2
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Remove some unused variablesSimon Marchi2017-12-051-1/+0
* Constify execute_commandTom Tromey2017-11-071-7/+7
* Constify add_setshow_*Tom Tromey2017-11-071-2/+2
* const-fy function parameter struct address_space *aspaceYao Qi2017-10-261-1/+2
* Constify add_prefix_cmdTom Tromey2017-10-111-5/+5
* Constify some commands in record.cTom Tromey2017-09-271-17/+21
* Rename _const functions to use overloading insteadTom Tromey2017-09-111-1/+1
* Remove unnecessary function prototypes.John Baldwin2017-09-091-3/+0
* Introduce gdb_disassembly_flagsPedro Alves2017-09-041-6/+4
* -Wwrite-strings: execute_command calls with string literalsPedro Alves2017-04-051-7/+7
* Add record_start and record_stop functions.Tim Wiederhake2017-02-141-0/+42
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Consolidate target_mourn_inferior between GDB and gdbserverSergio Durigan Junior2016-09-191-1/+1
* Add method/format information to =record-startedSimon Marchi2016-06-061-1/+1
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* btrace: add instruction-history /s and fix documentationMarkus Metzger2015-11-041-2/+3
* target, record: add PTID argument to to_record_is_replayingMarkus Metzger2015-09-181-1/+1
* New /s modifier for the disassemble command.Doug Evans2015-08-141-1/+1