]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/ChangeLog
gdb: remove target_ops::commit_resume implementation in record-{btrace, full}.c
authorSimon Marchi <simon.marchi@efficios.com>
Thu, 14 Jan 2021 01:25:58 +0000 (20:25 -0500)
committerSimon Marchi <simon.marchi@polymtl.ca>
Thu, 14 Jan 2021 01:26:05 +0000 (20:26 -0500)
commitbd497355ea57d629a5c1ac610308bafd5b0eff8f
tree06402754a794e47faab03192395901e30747f4a5
parentc9d220893e9c3128ca78e613a532d5cc6998c332
gdb: remove target_ops::commit_resume implementation in record-{btrace, full}.c

The previous patch made the commit_resume implementations in the record
targets unnecessary, as the remote target's commit_resume implementation
won't commit-resume threads for which it didn't see a resume.  This
patch removes them.

gdb/ChangeLog:

* record-btrace.c (class record_btrace_target): Remove.
(record_btrace_target::commit_resume): Remove.
* record-full.c (class record_full_target): Remove.
(record_full_target::commit_resume): Remove.

Change-Id: I3a68d3d726fb09d8b7165b4edefc330d27803b27
gdb/ChangeLog
gdb/record-btrace.c
gdb/record-full.c