HomeSort by: relevance | last modified time | path
    Searched refs:tpoint_addr (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdbserver/
tracepoint.h 103 CORE_ADDR tpoint_addr; member in struct:fast_tpoint_collect_status
linux-low.cc 2072 info.si_addr = (void *) (uintptr_t) status.tpoint_addr;
2078 low_set_pc (regcache, status.tpoint_addr);
2079 lwp->stop_pc = status.tpoint_addr;
tracepoint.cc 5712 status->tpoint_addr = tpoint->address;
  /src/external/gpl3/gdb.old/dist/gdbserver/
tracepoint.h 103 CORE_ADDR tpoint_addr; member in struct:fast_tpoint_collect_status
linux-low.cc 2075 info.si_addr = (void *) (uintptr_t) status.tpoint_addr;
2081 low_set_pc (regcache, status.tpoint_addr);
2082 lwp->stop_pc = status.tpoint_addr;
tracepoint.cc 5712 status->tpoint_addr = tpoint->address;

Completed in 41 milliseconds