Remove ptid_get_pid
[deliverable/binutils-gdb.git] / gdb / target-debug.h
index 534e42976ae0ae23a2ad743961f1de9ec7796bbf..331baf57534a0b2ec6090de57d60a6bee450d3c0 100644 (file)
@@ -71,7 +71,7 @@
 #define target_debug_print_enum_btrace_error(X) \
   target_debug_do_print (plongest (X))
 #define target_debug_print_ptid_t(X)           \
-  target_debug_do_print (plongest (ptid_get_pid (X)))
+  target_debug_do_print (plongest (X.pid ()))
 #define target_debug_print_struct_gdbarch_p(X) \
   target_debug_do_print (gdbarch_bfd_arch_info (X)->printable_name)
 #define target_debug_print_const_gdb_byte_p(X) \
This page took 0.02473 seconds and 4 git commands to generate.