Home
last modified time | relevance | path

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

/external/llvm-project/lldb/tools/debugserver/source/MacOSX/
DMachException.cpp55 static MachException::Data *g_message = NULL; variable
106 g_message->exc_type = 0; in catch_mach_exception_raise()
107 g_message->exc_data.clear(); in catch_mach_exception_raise()
109 if (task_port == g_message->task_port) { in catch_mach_exception_raise()
110 g_message->task_port = task_port; in catch_mach_exception_raise()
111 g_message->thread_port = thread_port; in catch_mach_exception_raise()
112 g_message->exc_type = exc_type; in catch_mach_exception_raise()
113 g_message->AppendExceptionData(exc_data, exc_data_count); in catch_mach_exception_raise()
115 } else if (!MachTask::IsValid(g_message->task_port)) { in catch_mach_exception_raise()
122 g_message->task_port = task_port; in catch_mach_exception_raise()
[all …]
/external/llvm-project/lldb/test/API/tools/lldb-server/
Dmain.cpp60 static char g_message[256]; variable
294 strncpy(g_message, argv[i] + strlen(SET_MESSAGE_PREFIX), in main()
295 sizeof(g_message)); in main()
298 g_message[sizeof(g_message) - 1] = '\0'; in main()
302 printf("message: %s\n", g_message); in main()
307 data_p = &g_message[0]; in main()
/external/flac/src/plugin_xmms/
Dhttp.c866 g_message("Stream_message: %s", valptr); in udp_check_for_data()