aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gdb/remote-udi.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/remote-udi.c b/gdb/remote-udi.c
index 00bb473..4cbcbab 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;