X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Ftarget.h;h=0cb92fa8ea885c3ed8e479e53c93315c52bc3abf;hb=3cabfd268b2d2301a8bfcfa124c162a1d45cfc68;hp=71d575f2917673b9d924cb60aa1b5c0dfc9e33e5;hpb=b31488a3449cd97297b0972c016016f1d4c60389;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/target.h b/gdb/target.h index 71d575f291..0cb92fa8ea 100644 --- a/gdb/target.h +++ b/gdb/target.h @@ -117,7 +117,7 @@ struct syscall }; /* Return a pretty printed form of TARGET_OPTIONS. */ -extern std::string target_options_to_string (int target_options); +extern std::string target_options_to_string (target_wait_flags target_options); /* Possible types of events that the inferior handler will have to deal with. */ @@ -488,7 +488,7 @@ struct target_ops current target. inferior_ptid may also be null_ptid on entry. */ virtual ptid_t wait (ptid_t, struct target_waitstatus *, - int TARGET_DEBUG_PRINTER (target_debug_print_options)) + target_wait_flags options) TARGET_DEFAULT_FUNC (default_target_wait); virtual void fetch_registers (struct regcache *, int) TARGET_DEFAULT_IGNORE (); @@ -1456,7 +1456,7 @@ extern scoped_restore_tmpl make_scoped_defer_target_commit_resume (); extern ptid_t default_target_wait (struct target_ops *ops, ptid_t ptid, struct target_waitstatus *status, - int options); + target_wait_flags options); /* Fetch at least register REGNO, or all regs if regno == -1. No result. */