Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gdb_server,rtos: Differentiate rtos_get_gdb_reg failing and not imple…
…mented If it fails, then pass that failure on. If it's simply not implemented, then we can fall through and try target_get_gdb_reg_list_noread(). This difference matters when the target representing the current hwthread is unavailable, but the target that is linked to the gdb connection is available. In that case we want the operation to return an error to gdb, instead of reading the register from the target that is available. Change-Id: I9c84ca556f818c5580e25ab349a34a226fcf0f43 Signed-off-by: Tim Newsome <[email protected]>
- Loading branch information