x86_64-linux I have a program that overwrites the fs register (TLS base) Once that happens gdb is unable to single step or print any registers, only get thread_get_info_callback: cannot get thread info: generic error Even if it cannot determine the thread it should still continue
Created attachment 9036 [details] Turn thread error into warning This patch works for me. Just return NULL and warn only.