Hello, I believe this is a bug in gdbserver/regcache.c Current code fetches regno 0 and marks regcache valid. I believe correct should be: fetch all regs, and mark regache valid. Thanks, -- Aleksandar Ristovski QNX Software Systems ChangeLog: * regcache.c (get_regcache): Fetch all registers instead of regno 0 only.