Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp510 static void AppendHexValue(StreamString &response, const uint8_t *buf, in AppendHexValue() function
630 AppendHexValue(response, (const uint8_t *)reg_value_p->GetBytes(), in WriteRegisterValueInHexFixedWidth()
637 AppendHexValue(response, zeros.data(), zeros.size(), false); in WriteRegisterValueInHexFixedWidth()