Searched refs:append_hex_value (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/lldb/tools/debugserver/source/ |
| H A D | RNBRemote.cpp | 2535 void append_hex_value(std::ostream &ostrm, const void *buf, size_t buf_size, in append_hex_value() function 2581 append_hex_value(ostrm, reg_value_ptr->value.v_uint8, reg->nub_info.size, in register_value_in_hex_fixed_width() 2589 append_hex_value(ostrm, zeros.data(), zeros.size(), false); in register_value_in_hex_fixed_width() 2882 append_hex_value(ostrm, stack_memory.second.bytes, in SendStopReplyPacketForThread() 3253 append_hex_value(ostrm, reg_ctx.data(), reg_ctx.size(), false); in HandlePacket_g() 4174 append_hex_value(ostrm, zeros.data(), zeros.size(), false); in HandlePacket_p()
|