forked from Imagelibrary/binutils-gdb
* linux-thread-db.c (check_for_thread_db): Don't attempt to use
thread_db for remote targets. * remote.c (remote_new_objfile): Always call predecessor on new_objfile event chain.
This commit is contained in:
@@ -6126,8 +6126,7 @@ remote_new_objfile (struct objfile *objfile)
|
||||
remote_check_symbols (objfile);
|
||||
}
|
||||
/* Call predecessor on chain, if any. */
|
||||
if (remote_new_objfile_chain != 0 &&
|
||||
remote_desc == 0)
|
||||
if (remote_new_objfile_chain)
|
||||
remote_new_objfile_chain (objfile);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user