reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/lldb/include/lldb/Utility/Stream.h
  182   size_t PutStringAsRawHex8(llvm::StringRef s);

References

tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
 1755     packet.PutStringAsRawHex8(path);
 1775     packet.PutStringAsRawHex8(path);
 1795     packet.PutStringAsRawHex8(path);
 1831     packet.PutStringAsRawHex8(path);
 2826     stream.PutStringAsRawHex8(path);
 2863   stream.PutStringAsRawHex8(path);
 2885   stream.PutStringAsRawHex8(path);
 2926   stream.PutStringAsRawHex8(path);
 2957   stream.PutStringAsRawHex8(path);
 2976   stream.PutStringAsRawHex8(path);
 3078   stream.PutStringAsRawHex8(dst_path);
 3080   stream.PutStringAsRawHex8(src_path);
 3111   stream.PutStringAsRawHex8(path);
 3141   stream.PutStringAsRawHex8(path);
 3160   stream.PutStringAsRawHex8(path);
 3542   packet.PutStringAsRawHex8(module_path);
 3545   packet.PutStringAsRawHex8(triple);
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.cpp
  108     packet.PutStringAsRawHex8(error.AsCString());
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.cpp
  190   response.PutStringAsRawHex8(host_triple.getTriple());
  196     response.PutStringAsRawHex8(distribution_id);
  276     response.PutStringAsRawHex8(s);
  281     response.PutStringAsRawHex8(s);
  305     response.PutStringAsRawHex8(s);
  443       response.PutStringAsRawHex8(*name);
  463       response.PutStringAsRawHex8(*name);
 1100     response.PutStringAsRawHex8(Result->digest());
 1103     response.PutStringAsRawHex8(uuid_str);
 1109   response.PutStringAsRawHex8(module_arch.GetTriple().getTriple());
 1113   response.PutStringAsRawHex8(matched_module_spec.GetFileSpec().GetCString());
 1188   response.PutStringAsRawHex8(proc_info.GetExecutableFile().GetCString());
 1192   response.PutStringAsRawHex8(proc_info.GetArg0());
 1195     response.PutStringAsRawHex8(arg.ref());
 1203     response.PutStringAsRawHex8(proc_triple.getTriple());
 1237     response.PutStringAsRawHex8(proc_triple.getTriple());
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp
  629       response.PutStringAsRawHex8(thread_name);
  669         response.PutStringAsRawHex8(unescaped_response.GetData());
  768     response.PutStringAsRawHex8(description);
 1347     response.PutStringAsRawHex8(working_dir.GetCString());
 2485     response.PutStringAsRawHex8(error.AsCString());
 2513       response.PutStringAsRawHex8(name.AsCString());
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerPlatform.cpp
  203     response.PutStringAsRawHex8(socket_name);
tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
 4908   packet.PutStringAsRawHex8(file_path);
tools/lldb/unittests/Utility/StreamTest.cpp
  125   s.PutStringAsRawHex8("");
  129   s.PutStringAsRawHex8("foobar");
  133   s.PutStringAsRawHex8(" ");