aboutsummaryrefslogtreecommitdiff
path: root/gdb/record.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-09-18target, record: add PTID argument to to_record_is_replayingMarkus Metzger1-1/+1
2015-08-14New /s modifier for the disassemble command.Doug Evans1-1/+1
2015-03-04record-full/record-btrace: software/hardware breakpoint trapPedro Alves1-0/+19
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-07-07change to_info_record to use target delegationTom Tromey1-2/+1
2014-06-26constify get_bookmark and goto_bookmarkTom Tromey1-5/+13
2014-06-16constify to_disconnectTom Tromey1-1/+1
2014-02-19convert to_stop_recordingTom Tromey1-2/+1
2014-02-19Add target_ops argument to to_info_recordTom Tromey1-1/+1
2014-02-19Add target_ops argument to to_stop_recordingTom Tromey1-1/+1
2014-02-19introduce and use find_target_atTom Tromey1-7/+1
2014-01-16record-btrace: optionally indent function call historyMarkus Metzger1-0/+4
2014-01-14Fix "is a record target open" checks.Pedro Alves1-2/+13
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-11-08constify to_detachTom Tromey1-1/+1
2013-09-30 * aarch64-linux-nat.c: Replace PIDGET with ptid_get_pid.Luis Machado1-1/+1
2013-09-02record: upcase record_print_flag enumeration constantsMarkus Metzger1-2/+2
2013-05-15The "record goto" command scans its arguments for "begin", "start", or "end".Markus Metzger1-14/+40
2013-04-19-Wpointer-sign: record.c.Pedro Alves1-1/+1
2013-04-10Accept "set foo unlimited" in integer/uinteger/zuinteger_unlimited commands.Pedro Alves1-4/+4
2013-03-27record: fix instruction-history-size regressionMarkus Metzger1-8/+8
2013-03-26"set record instruction-history-size"/"set record function-call-history-size"...Pedro Alves1-16/+87
2013-03-11Add a disassembly flag to omit the pc prefix and use it in the "recordMarkus Metzger1-0/+4
2013-03-11Add command to print the function names from recorded instructions.Markus Metzger1-0/+149
2013-03-11Add a command to provide a disassembly of the execution trace log.Markus Metzger1-0/+203
2013-03-11Provide default target methods for record targets that are likely to be sharedMarkus Metzger1-5/+94
2013-03-11Split record.h into record.h and record-full.h.Markus Metzger1-2864/+72