Searched refs:is_notif (Results 1 – 2 of 2) sorted by relevance
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | remote.c | 1354 bool *is_notif = nullptr); 8571 bool is_notif = false; in wait_ns() local 8576 ret = getpkt (&rs->buf, false /* forever */, &is_notif); in wait_ns() 8579 if (ret != -1 && !is_notif) in wait_ns() 8615 ret = getpkt (&rs->buf, true /* forever */, &is_notif); in wait_ns() 8669 bool is_notif; in wait_as() local 8670 int ret = getpkt (&rs->buf, forever, &is_notif); in wait_as() 8674 if (ret != -1 && is_notif) in wait_as() 10348 remote_target::getpkt (gdb::char_vector *buf, bool forever, bool *is_notif) in getpkt() argument 10360 else if (is_notif != nullptr) in getpkt() [all …]
|
| /netbsd/src/external/gpl3/binutils/dist/ |
| D | ChangeLog.git | 28342 getpkt_or_notif_sane_1. This patch adds the is_notif parameter to 28358 always reflects whether the is_notif parameter is non-NULL. This 141199 …(this=0x617000038780, buf=0x6170000387a8, forever=1, expecting_notif=1, is_notif=0x7ffdb77c24f0) a… 141200 …tpkt_or_notif_sane (this=0x617000038780, buf=0x6170000387a8, forever=1, is_notif=0x7ffdb77c24f0) a… 180096 …(this=0x555556a11040, buf=0x555556a11058, forever=0, expecting_notif=0, is_notif=0x0) at src/gdb/r… 180194 …(this=0x555556a11040, buf=0x555556a11058, forever=0, expecting_notif=0, is_notif=0x0) at src/gdb/r…
|