Searched refs:DEBUGSERVER_PROGRAM_NAME (Results 1 – 4 of 4) sorted by relevance
/external/lldb/tools/debugserver/source/ |
D | debugserver.cpp | 720 …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()
|
D | RNBDefs.h | 22 #define DEBUGSERVER_PROGRAM_NAME "debugserver" macro
|
D | RNBSocket.cpp | 264 DNBLog("Connecting to com.apple.%s service...", DEBUGSERVER_PROGRAM_NAME); in ConnectToService()
|
D | RNBRemote.cpp | 176 …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()
|