Home
last modified time | relevance | path

Searched refs:RNBLogSTDOUT (Results 1 – 3 of 3) sorted by relevance

/external/lldb/tools/debugserver/source/
Ddebugserver.cpp67 #define RNBLogSTDOUT(fmt, ...) do { if (g_isatty) { fprintf(stdout, fmt, ## __VA_ARGS__); } else { … macro
112 RNBLogSTDOUT ("Attach succeeded, ready to debug.\n"); in RNBRunLoopGetStartModeFromRemote()
668 RNBLogSTDOUT ("Listening to port %i...\n", port); in PortWasBoundCallback()
693RNBLogSTDOUT ("Listening to port %i for a connection from %s...\n", listen_port, listen_host ? lis… in StartListening()
1147 RNBLogSTDOUT ("%s-%g %sfor %s.\n", in main()
1312RNBLogSTDOUT ("Got a connection, waiting for process information for launching or attaching.\n"); in main()
1346 RNBLogSTDOUT ("Waiting to attach to process %s...\n", waitfor_pid_name.c_str()); in main()
1367 RNBLogSTDOUT ("Attaching to process %i...\n", attach_pid); in main()
1386 RNBLogSTDOUT ("Attaching to process %s...\n", attach_pid_name.c_str()); in main()
1423RNBLogSTDOUT ("Waiting for debugger instructions for process %d.\n", attach_pid); in main()
[all …]
Dlibdebugserver.cpp47 #define RNBLogSTDOUT(fmt, ...) do { if (g_isatty) { fprintf(stdout, fmt, ## __VA_ARGS__); } else { … macro
368 RNBLogSTDOUT("Starting remote data thread.\n"); in debug_server_main()
371 RNBLogSTDOUT("Waiting for start mode from remote.\n"); in debug_server_main()
DChangeLog144 (RNBLogSTDOUT): New macro that logs to STDOUT if g_isatty is non-zero, else
148 (RNBRunLoopGetArgsFromRemote): Use new RNBLogSTDOUT/RNBLogSTDERR macros.