HomeSort by: relevance | last modified time | path
    Searched defs:thread_local_segv_handler (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/
event-top.c 1061 static thread_local void (*thread_local_segv_handler) (int);
1091 if (thread_local_segv_handler == nullptr)
1093 thread_local_segv_handler (sig);
1614 m_old_handler = thread_local_segv_handler;
1615 thread_local_segv_handler = new_handler;
1620 thread_local_segv_handler = m_old_handler;
1058 static thread_local void (*thread_local_segv_handler) (int); variable
  /src/external/gpl3/gdb/dist/gdb/
event-top.c 1062 static thread_local void (*thread_local_segv_handler) (int);
1092 if (thread_local_segv_handler == nullptr)
1094 thread_local_segv_handler (sig);
1618 m_old_handler = thread_local_segv_handler;
1619 thread_local_segv_handler = new_handler;
1624 thread_local_segv_handler = m_old_handler;
1059 static thread_local void (*thread_local_segv_handler) (int); variable

Completed in 14 milliseconds