Home
last modified time | relevance | path

Searched refs:bitcast_to_bytes (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/support/
H A Dseven.py37 def bitcast_to_bytes(s): function
52 return bitcast_to_string(binascii.hexlify(bitcast_to_bytes(data)))
/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/
H A Dgdbclientutils.py609 self._socket.sendall(seven.bitcast_to_bytes(frame_packet(packet)))
621 self._socket.sendall(seven.bitcast_to_bytes('+'))