commit | bea4f6fac4e0b1700188fad19499c62c46f8e70d | [log] [tgz] |
---|---|---|
author | Felix Willgerodt <felix.willgerodt@intel.com> | Thu Feb 21 10:48:35 2019 +0100 |
committer | Felix Willgerodt <felix.willgerodt@intel.com> | Wed Aug 14 11:20:56 2024 +0200 |
tree | d9d3efc032df5a97f253a863f2a5c602122493ec | |
parent | d5e1495d99e2a0962b69d673a8a336501a6ec5fa [diff] |
python: Introduce gdb.RecordAuxiliary class. Auxiliary instructions are no real instructions and get their own object class, similar to gaps. gdb.Record.instruction_history is now possibly a list of gdb.RecordInstruction, gdb.RecordGap or gdb.RecordAuxiliary objects. This patch is in preparation for the new ptwrite feature, which is based on auxiliary instructions. Approved-By: Markus Metzger <markus.t.metzger@intel.com> Reviewed-By: Eli Zaretskii <eliz@gnu.org>