More cleanup.

Change-Id: I804bdcec23b69d77dfc376e23c6d1f29f99e7335
This commit is contained in:
Tim Newsome
2019-01-25 15:31:42 -08:00
parent 96df1db7b1
commit e186f62962
5 changed files with 8 additions and 47 deletions
+2 -2
View File
@@ -96,7 +96,7 @@ struct gdb_connection {
char *thread_list;
};
#if 1
#if 0
#define _DEBUG_GDB_IO_
#endif
@@ -736,7 +736,7 @@ static void gdb_signal_reply(struct target *target, struct connection *connectio
struct target *ct;
if (target->rtos != NULL) {
target->rtos->current_threadid = target->rtos->current_thread;
LOG_DEBUG("current_threadid=%ld", target->rtos->current_threadid);
LOG_DEBUG("current_threadid=%" PRId64, target->rtos->current_threadid);
target->rtos->gdb_target_for_threadid(connection, target->rtos->current_threadid, &ct);
} else {
ct = target;