diff options
Diffstat (limited to 'gdbsupport')
-rw-r--r-- | gdbsupport/agent.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdbsupport/agent.cc b/gdbsupport/agent.cc index 086b08d..7a2c646 100644 --- a/gdbsupport/agent.cc +++ b/gdbsupport/agent.cc @@ -190,7 +190,7 @@ agent_run_command (int pid, const char *cmd, int len) { int fd; int tid = agent_get_helper_thread_id (); - ptid_t ptid = ptid_t (pid, tid, 0); + ptid_t ptid = ptid_t (pid, tid); int ret = target_write_memory (ipa_sym_addrs.addr_cmd_buf, (gdb_byte *) cmd, len); |