Lines Matching full:pcontext
1676 DebugCallbackContext* pContext = reinterpret_cast<DebugCallbackContext*>(context);
1677 expandBufAdd8BE(pContext->pReply, entry.address_);
1678 expandBufAdd4BE(pContext->pReply, entry.line_);
1679 pContext->numItems++;
1726 DebugCallbackContext* pContext = reinterpret_cast<DebugCallbackContext*>(context);
1730 pContext->variable_count, entry.start_address_,
1733 MangleSlot(slot, pContext->method));
1735 slot = MangleSlot(slot, pContext->method);
1737 expandBufAdd8BE(pContext->pReply, entry.start_address_);
1738 expandBufAddUtf8String(pContext->pReply, entry.name_);
1739 expandBufAddUtf8String(pContext->pReply, entry.descriptor_);
1740 if (pContext->with_generic) {
1741 expandBufAddUtf8String(pContext->pReply, entry.signature_);
1743 expandBufAdd4BE(pContext->pReply, entry.end_address_- entry.start_address_);
1744 expandBufAdd4BE(pContext->pReply, slot);
1746 ++pContext->variable_count;