OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RNBLogSTDERR
(Results
1 - 2
of
2
) sorted by null
/external/lldb/tools/debugserver/source/
debugserver.cpp
68
#define
RNBLogSTDERR
(fmt, ...) do { if (g_isatty) { fprintf(stderr, fmt, ## __VA_ARGS__); } else { _DNBLog(0, fmt, ## __VA_ARGS__); } } while (0)
96
RNBLogSTDERR
("error: packet read thread exited.\n");
117
RNBLogSTDERR
("error: attach failed.\n");
133
RNBLogSTDERR
("error: connection lost.\n");
696
RNBLogSTDERR
("Failed to get connection from a remote gdb process.\n");
752
RNBLogSTDERR
("Usage:\n %s host:port [program-name program-arg1 program-arg2 ...]\n", DEBUGSERVER_PROGRAM_NAME);
753
RNBLogSTDERR
(" %s /path/file [program-name program-arg1 program-arg2 ...]\n", DEBUGSERVER_PROGRAM_NAME);
754
RNBLogSTDERR
(" %s host:port --attach=<pid>\n", DEBUGSERVER_PROGRAM_NAME);
755
RNBLogSTDERR
(" %s /path/file --attach=<pid>\n", DEBUGSERVER_PROGRAM_NAME);
756
RNBLogSTDERR
(" %s host:port --attach=<process_name>\n", DEBUGSERVER_PROGRAM_NAME)
[
all
...]
libdebugserver.cpp
48
#define
RNBLogSTDERR
(fmt, ...) do { if (g_isatty) { fprintf(stderr, fmt, ## __VA_ARGS__); } else { _DNBLog(0, fmt, ## __VA_ARGS__); } } while (0)
89
RNBLogSTDERR
("error: attach failed.");
102
RNBLogSTDERR
("error: connection lost.");
355
RNBLogSTDERR
("error: failed to create a remote connection class\n");
Completed in 377 milliseconds