Change valid_command_p to return bool
[deliverable/binutils-gdb.git] / gdb / target.c
index 3ab5671c463cdb62dc24dbcf1c6d8b3340d785ea..f492102b6d465c512bee6215a0fefb0d7bf7719e 100644 (file)
@@ -2097,6 +2097,14 @@ target_thread_handle_to_thread_info (const gdb_byte *thread_handle,
                                                     handle_len, inf);
 }
 
+/* See target.h.  */
+
+gdb::byte_vector
+target_thread_info_to_thread_handle (struct thread_info *tip)
+{
+  return current_top_target ()->thread_info_to_thread_handle (tip);
+}
+
 void
 target_resume (ptid_t ptid, int step, enum gdb_signal signal)
 {
This page took 0.048151 seconds and 4 git commands to generate.