]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/record.c
Fix regression on aarch64-linux gdbserver
[thirdparty/binutils-gdb.git] / gdb / record.c
7 days ago  Simon Marchigdb: remove gdbcmd.h
7 days ago  Simon Marchigdb: move execute function declarations from gdbcmd...
2024-04-17  Andrew Burgessgdb/record: add an assert in cmd_record_start
2024-04-17  Andrew Burgessgdb/record: remove unnecessary use of filename_completer
2024-03-27  Simon Marchigdb, gdbserver, gdbsupport: remove includes of early...
2024-01-12  Andrew BurgessUpdate copyright year range in header of all files...
2023-12-06  Hannes DomaniFix hardware watchpoints in replay mode
2023-05-30  Simon Marchigdb: add interp::on_record_changed method
2023-01-01  Joel BrobeckerUpdate copyright year range in header of all files...
2022-10-02  Andrew Burgessgdb: disassembler opcode display formatting
2022-03-29  Tom TromeyUnify gdb printf functions
2022-01-05  Tom TromeyUse filtered output in ordinary commands
2022-01-01  Joel BrobeckerAutomatic Copyright Year update after running gdb/copyr...
2021-10-28  Simon Marchigdb: add add_setshow_prefix_cmd
2021-05-27  Simon Marchigdb: remove add_alias_cmd overload that accepts a string
2021-05-27  Simon Marchigdb: make add_com_alias accept target as a cmd_list_element
2021-05-12  Marco Barisionegdb: generate the prefix name for prefix commands on...
2021-03-23  Simon Marchigdb: remove unpush_target free function
2021-01-21  Simon Marchigdb: make some variables static
2021-01-01  Joel BrobeckerUpdate copyright year range in all GDB files
2020-12-21  Markus Metzgergdb, record: rephrase the 'not recording' error message
2020-11-02  Simon Marchigdb, gdbserver, gdbsupport: fix leading space vs tabs...
2020-04-17  Tom TromeyReplace most calls to help_list and cmd_show_list
2020-01-13  Simon Marchigdb: add back declarations for _initialize functions
2020-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2019-08-06  Philippe WaroquiersMake first and last lines of 'command help documentatio...
2019-07-09  Tom TromeyRename common to gdbsupport
2019-04-27  Philippe WaroquiersHave 'thread|frame apply' style their output.
2019-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2018-11-30  Pedro Alvestarget_ops::to_stratum -> target_ops::stratum() virtual...
2018-11-08  Tom TromeyCapitalize "<TAB>" in require_record_target error
2018-07-03  Tom TromeyRemove ptid_get_pid
2018-05-24  Tom TromeyUpdate help text in record.c
2018-05-02  Pedro AlvesConvert struct target_ops to C++
2018-04-13  Markus Metzgerrecord: fix typo in "set record" output
2018-03-19  Tom TromeyConvert observers to C++
2018-03-01  Simon MarchiPropagate record_print_flags
2018-01-19  Simon MarchiPass inferior down to target_detach and to_detach
2018-01-19  Simon MarchiRemove args from target detach
2018-01-02  Joel BrobeckerUpdate copyright year range in all GDB files
2017-12-05  Simon MarchiRemove some unused variables
2017-11-07  Tom TromeyConstify execute_command
2017-11-07  Tom TromeyConstify add_setshow_*
2017-10-26  Yao Qiconst-fy function parameter struct address_space *aspace
2017-10-11  Tom TromeyConstify add_prefix_cmd
2017-09-27  Tom TromeyConstify some commands in record.c
2017-09-11  Tom TromeyRename _const functions to use overloading instead
2017-09-09  John BaldwinRemove unnecessary function prototypes.
2017-09-04  Pedro AlvesIntroduce gdb_disassembly_flags
2017-04-05  Pedro Alves-Wwrite-strings: execute_command calls with string...
2017-02-14  Tim WiederhakeAdd record_start and record_stop functions.
2017-01-01  Joel Brobeckerupdate copyright year range in GDB files
2016-09-19  Sergio Durigan JuniorConsolidate target_mourn_inferior between GDB and gdbserver
2016-06-06  Simon MarchiAdd method/format information to =record-started
2016-01-01  Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-11-04  Markus Metzgerbtrace: add instruction-history /s and fix documentation
2015-09-18  Markus Metzgertarget, record: add PTID argument to to_record_is_replaying
2015-08-15  Doug EvansNew /s modifier for the disassemble command.
2015-03-04  Pedro Alvesrecord-full/record-btrace: software/hardware breakpoint...
2015-01-01  Joel BrobeckerUpdate year range in copyright notice of all files...
2014-07-07  Tom Tromeychange to_info_record to use target delegation
2014-06-26  Tom Tromeyconstify get_bookmark and goto_bookmark
2014-06-16  Tom Tromeyconstify to_disconnect
2014-02-19  Tom Tromeyconvert to_stop_recording
2014-02-19  Tom TromeyAdd target_ops argument to to_info_record
2014-02-19  Tom TromeyAdd target_ops argument to to_stop_recording
2014-02-19  Tom Tromeyintroduce and use find_target_at
2014-01-16  Markus Metzgerrecord-btrace: optionally indent function call history
2014-01-14  Pedro AlvesFix "is a record target open" checks.
2014-01-01  Joel BrobeckerUpdate Copyright year range in all files maintained...
2013-11-08  Tom Tromeyconstify to_detach
2013-09-30  Luis Machado * aarch64-linux-nat.c: Replace PIDGET with ptid_get_pid.
2013-09-02  Markus Metzgerrecord: upcase record_print_flag enumeration constants
2013-05-15  Markus MetzgerThe "record goto" command scans its arguments for ...
2013-04-19  Pedro Alves-Wpointer-sign: record.c.
2013-04-10  Pedro AlvesAccept "set foo unlimited" in integer/uinteger/zuintege...
2013-03-27  Markus Metzgerrecord: fix instruction-history-size regression
2013-03-26  Pedro Alves"set record instruction-history-size"/"set record funct...
2013-03-11  Markus MetzgerAdd a disassembly flag to omit the pc prefix and use...
2013-03-11  Markus MetzgerAdd command to print the function names from recorded...
2013-03-11  Markus MetzgerAdd a command to provide a disassembly of the execution...
2013-03-11  Markus MetzgerProvide default target methods for record targets that...
2013-03-11  Markus MetzgerSplit record.h into record.h and record-full.h.
2013-01-01  Joel BrobeckerUpdate years in copyright notice for the GDB files.
2012-11-09  Tom Tromey * gdbarch.sh (target_gdbarch): Remove macro.
2012-09-21  Yao Qigdb/doc:
2012-08-02  Yao Qigdb/
2012-07-20  Pedro Alves2012-07-20 Pedro Alves <palves@redhat.com>
2012-07-19  Pedro Alves2012-07-19 Pedro Alves <palves@redhat.com>
2012-07-18  Tom Tromey * dwarf2read.c (try_open_dwo_file): Use gdb_bfd_ref and
2012-05-24  Pedro Alvesgdb/
2012-05-24  Pedro Alvesgdb/
2012-04-24  Yao Qigdb:
2012-03-01  Pedro Alves2012-03-01 Pedro Alves <palves@redhat.com>
2012-01-18  Pedro Alves2012-01-18 Pedro Alves <palves@redhat.com>
2012-01-04  Joel BrobeckerCopyright year update in most files of the GDB Project.
2011-06-06  Pedro Alves2011-06-06 Pedro Alves <pedro@codesourcery.com>
2011-05-26  Pedro Alves2011-05-26 Pedro Alves <pedro@codesourcery.com>
2011-03-18  Pierre Muller ARI fixes: Add missing internationalization markups...
2011-03-18  Pierre Muller ARI fixes: Messages should have no trailing new lines.
next