Fix reading of non-general registers for hwthread

Previously the code made the assumption (which is valid for conventional
RTOSs) that special registers (e.g. CSRs) are the same across threads.

26/45 tests pass.

Change-Id: Ibb3398790d7354a995d506772375d869f608f1f0
This commit is contained in:
Tim Newsome
2019-01-17 12:46:20 -08:00
parent c84d56debc
commit c1ef5f61c3
8 changed files with 102 additions and 12 deletions
+1 -1
View File
@@ -96,7 +96,7 @@ struct gdb_connection {
char *thread_list;
};
#if 0
#if 1
#define _DEBUG_GDB_IO_
#endif