Home
last modified time | relevance | path

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

/external/lldb/tools/debugserver/source/
Ddebugserver.cpp720 …intf(asl_key_sender, sizeof(asl_key_sender), "com.apple.%s-%g", DEBUGSERVER_PROGRAM_NAME, DEBUGSER… in ASLLogCallback()
752 …"Usage:\n %s host:port [program-name program-arg1 program-arg2 ...]\n", DEBUGSERVER_PROGRAM_NAME); in show_usage_and_exit()
753 …TDERR (" %s /path/file [program-name program-arg1 program-arg2 ...]\n", DEBUGSERVER_PROGRAM_NAME); in show_usage_and_exit()
754 RNBLogSTDERR (" %s host:port --attach=<pid>\n", DEBUGSERVER_PROGRAM_NAME); in show_usage_and_exit()
755 RNBLogSTDERR (" %s /path/file --attach=<pid>\n", DEBUGSERVER_PROGRAM_NAME); in show_usage_and_exit()
756 RNBLogSTDERR (" %s host:port --attach=<process_name>\n", DEBUGSERVER_PROGRAM_NAME); in show_usage_and_exit()
757 RNBLogSTDERR (" %s /path/file --attach=<process_name>\n", DEBUGSERVER_PROGRAM_NAME); in show_usage_and_exit()
1148 DEBUGSERVER_PROGRAM_NAME, in main()
DRNBDefs.h22 #define DEBUGSERVER_PROGRAM_NAME "debugserver" macro
DRNBSocket.cpp264 DNBLog("Connecting to com.apple.%s service...", DEBUGSERVER_PROGRAM_NAME); in ConnectToService()
DRNBRemote.cpp176 …tartNoAckMode , NULL, "QStartNoAckMode", "Request that " DEBUGSERVER_PROGRAM_NAME " stop ac… in CreatePacketTable()
179 …et_QSetMaxPacketSize , NULL, "QSetMaxPacketSize:", "Tell " DEBUGSERVER_PROGRAM_NAME " the max… in CreatePacketTable()
180 …t_QSetMaxPayloadSize , NULL, "QSetMaxPayloadSize:", "Tell " DEBUGSERVER_PROGRAM_NAME " the max… in CreatePacketTable()