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

  /src/external/gpl3/gdb/dist/gdbserver/
mem-break.cc 912 int newrefcount; local
915 newrefcount = bp->raw->refcount - 1;
916 if (newrefcount == 0)
923 bp->raw->refcount = newrefcount;
  /src/external/gpl3/gdb.old/dist/gdbserver/
mem-break.cc 912 int newrefcount; local
915 newrefcount = bp->raw->refcount - 1;
916 if (newrefcount == 0)
923 bp->raw->refcount = newrefcount;

Completed in 26 milliseconds