Skip to content
  • Tom Tromey's avatar
    Remove ptid_match · 26a57c92
    Tom Tromey authored
    This removes ptid_match in favor of the ptid_t::matches method.
    
    gdb/ChangeLog
    2018-07-03  Tom Tromey  <tom@tromey.com>
    
    	* common/ptid.c (ptid_match): Remove.
    	* common/ptid.h (ptid_match): Don't declare.
    	* fbsd-nat.c: Update.
    	* infcmd.c: Update.
    	* infrun.c: Update.
    	* linux-nat.c: Update.
    	* record-btrace.c: Update.
    	* regcache.c: Update.
    	* remote.c: Update.
    
    gdb/gdbserver/ChangeLog
    2018-07-03  Tom Tromey  <tom@tromey.com>
    
    	* server.c: Update.
    26a57c92