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

  /src/external/gpl3/gdb/dist/gdbserver/
linux-low.cc 1975 CORE_ADDR thread_area; local
1982 if (low_get_thread_area (thread->id.lwp (), &thread_area) == -1)
1985 return fast_tracepoint_collecting (thread_area, lwp->stop_pc, status);
tracepoint.cc 5522 uintptr_t thread_area; member in struct:collecting_t
5533 /* Check if the thread identified by THREAD_AREA which is stopped at
5544 fast_tracepoint_collecting (CORE_ADDR thread_area,
5555 /* The thread THREAD_AREA is either:
5661 /* If `collecting' is set/locked, then the THREAD_AREA thread
5686 if (ipa_collecting_obj.thread_area != thread_area)
  /src/external/gpl3/gdb.old/dist/gdbserver/
linux-low.cc 1978 CORE_ADDR thread_area; local
1985 if (low_get_thread_area (lwpid_of (thread), &thread_area) == -1)
1988 return fast_tracepoint_collecting (thread_area, lwp->stop_pc, status);
tracepoint.cc 5522 uintptr_t thread_area; member in struct:collecting_t
5533 /* Check if the thread identified by THREAD_AREA which is stopped at
5544 fast_tracepoint_collecting (CORE_ADDR thread_area,
5555 /* The thread THREAD_AREA is either:
5661 /* If `collecting' is set/locked, then the THREAD_AREA thread
5686 if (ipa_collecting_obj.thread_area != thread_area)

Completed in 40 milliseconds