Searched refs:pContext (Results 1 – 1 of 1) sorted by relevance
1648 DebugCallbackContext* pContext = reinterpret_cast<DebugCallbackContext*>(context); in OutputLineTable() local1649 expandBufAdd8BE(pContext->pReply, address); in OutputLineTable()1650 expandBufAdd4BE(pContext->pReply, line_number); in OutputLineTable()1651 pContext->numItems++; in OutputLineTable()1698 DebugCallbackContext* pContext = reinterpret_cast<DebugCallbackContext*>(context); in OutputVariableTable() local1701 pContext->variable_count, startAddress, endAddress - startAddress, in OutputVariableTable()1703 MangleSlot(slot, pContext->method)); in OutputVariableTable()1705 slot = MangleSlot(slot, pContext->method); in OutputVariableTable()1707 expandBufAdd8BE(pContext->pReply, startAddress); in OutputVariableTable()1708 expandBufAddUtf8String(pContext->pReply, name); in OutputVariableTable()[all …]