aboutsummaryrefslogtreecommitdiff
path: root/src/rtos
diff options
context:
space:
mode:
Diffstat (limited to 'src/rtos')
-rw-r--r--src/rtos/rtos.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/rtos/rtos.c b/src/rtos/rtos.c
index d73e5db..b82ecb3 100644
--- a/src/rtos/rtos.c
+++ b/src/rtos/rtos.c
@@ -573,10 +573,9 @@ int rtos_get_gdb_reg_list(struct connection *connection)
struct rtos_reg *reg_list;
int num_regs;
- LOG_DEBUG("RTOS: getting register list for thread 0x%" PRIx64
- ", target->rtos->current_thread=0x%" PRIx64 "\r\n",
- current_threadid,
- target->rtos->current_thread);
+ LOG_TARGET_DEBUG(target, "RTOS: getting register list for thread 0x%" PRIx64
+ ", target->rtos->current_thread=0x%" PRIx64,
+ current_threadid, target->rtos->current_thread);
int retval = target->rtos->type->get_thread_reg_list(target->rtos,
current_threadid,