]> www.infradead.org Git - users/borneoa/openocd-next.git/commit
target/target: fix RTOS thread awareness support
authorDaniel Goehring <dgoehrin@os.amperecomputing.com>
Wed, 5 Mar 2025 22:48:01 +0000 (17:48 -0500)
committerAntonio Borneo <borneo.antonio@gmail.com>
Sun, 9 Mar 2025 13:27:15 +0000 (13:27 +0000)
commitb2016dc44319ec6a872efbb656d32999f6732382
tree8312e53f20887cb497e1ef3a386fcb211b494cad
parentb7ad702bc884e6c37002b41afcac1dfdb6b030ee
target/target: fix RTOS thread awareness support

This prior patch replaces "LOG_xxx()" with "LOG_TARGET_xxx()"
to indicate which target the message belongs to.

commit 7f2db80ebc16 ("rtos/hwthread: Use LOG_TARGET_xxx()")

To support this change for hardware thread awareness,
the target command name needs to be established before
calling the "target_configure()" routine.

Change-Id: I0dc70c23b84e983a2ee694fb5b9d01758f5c84a3
Signed-off-by: Daniel Goehring <dgoehrin@os.amperecomputing.com>
Reviewed-on: https://review.openocd.org/c/openocd/+/8800
Tested-by: jenkins
Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com>
src/target/target.c