diff --git a/gdb/remote-udi.c b/gdb/remote-udi.c index 00bb473f10..4cbcbabfc0 100644 --- a/gdb/remote-udi.c +++ b/gdb/remote-udi.c @@ -143,6 +143,8 @@ udi_create_inferior (execfile, args, env) /* If the TIP is not open, open it. */ if (UDIConnect (udi_config_id, &udi_session_id)) error("UDIConnect() failed: %s\n", dfe_errmsg); + /* We will need to download the program. */ + entry.Offset = 0; } inferior_pid = 40000;