Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/tools/debugserver/source/MacOSX/
H A DMachException.cpp106 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()
122 g_message->task_port = task_port; in catch_mach_exception_raise()
123 g_message->thread_port = thread_port; in catch_mach_exception_raise()
124 g_message->exc_type = exc_type; in catch_mach_exception_raise()
271 g_message = &state; in CatchExceptionRaise()
[all …]
/llvm-project-15.0.7/lldb/test/API/tools/lldb-server/
H A Dmain.cpp39 static char g_message[256]; variable
278 strncpy(g_message, arg.c_str(), sizeof(g_message)); in main()
281 g_message[sizeof(g_message) - 1] = '\0'; in main()
285 printf("message: %s\n", g_message); in main()
290 data_p = &g_message[0]; in main()