commit | d2465d62683773ae37732cbd547a4501e3a5cdf3 | [log] [tgz] |
---|---|---|
author | Carles Cufi <carles.cufi@nordicsemi.no> | Thu Mar 11 19:51:35 2021 +0100 |
committer | Kumar Gala <kumar.gala@gmail.com> | Wed Mar 17 14:43:01 2021 -0500 |
tree | 622309b9b38f792c1c07b352e5d1d0680fa9dd52 | |
parent | ca758c84a8d0ce2042844db007719aa43d4bf6da [diff] |
debug: Move away from openocd and make it generic The exported structures that were originally introduced for OpenOCD have since then been reused for other debugger plugins, including PyOCD and Segger J-Link. Rename the Kconfig option and the implementation from openocd to debug thread info, so that it reflects the fact that this is no longer specifically tied to OpenOCD. Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>