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

References

tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp
  620   if (!thread_name.empty()) {
  621     size_t thread_name_len = thread_name.length();
  623     if (::strcspn(thread_name.c_str(), "$#+-;:") == thread_name_len) {
  625       response.PutCString(thread_name);
  629       response.PutStringAsRawHex8(thread_name);