HomeSort by: relevance | last modified time | path
    Searched defs:deletable (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/
inferior.h 402 bool deletable () const { return refcount () == 0; }
401 bool deletable () const { return refcount () == 0; } function in class:inferior
thread.c 366 thread_info::deletable () const function in class:thread_info
522 if (!thr->deletable ())
  /src/external/gpl3/gdb/dist/gdb/
inferior.h 407 bool deletable () const { return refcount () == 0; }
406 bool deletable () const { return refcount () == 0; } function in class:inferior
thread.c 366 thread_info::deletable () const function in class:thread_info
522 if (!thr->deletable ())

Completed in 28 milliseconds