commit | 696c0d5ef2a6edaa2094e808f53acd502a157641 | [log] [tgz] |
---|---|---|
author | Markus Metzger <markus.t.metzger@intel.com> | Thu Nov 25 15:15:52 2021 +0100 |
committer | Markus Metzger <markus.t.metzger@intel.com> | Thu Jan 27 13:31:20 2022 +0100 |
tree | 351b7bfa2d640104e2a5b1db0136fc29814ee388 | |
parent | b674665b51112de22260709a214d4d6ba01c7e57 [diff] |
gdb, gdbserver: update thread identifier in enable_btrace target method The enable_btrace target method takes a ptid_t to identify the thread on which tracing shall be enabled. Change this to thread_info * to avoid translating back and forth between the two. This will be used in a subsequent patch.