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

  /src/external/gpl3/gdb/dist/gdbserver/
tracepoint.cc 819 CORE_ADDR tp_address; member in struct:wstep_state
4280 TP_NUMBER and TP_ADDRESS, and that tracepoint has a while-stepping
4300 int tp_number, CORE_ADDR tp_address)
4307 wstep->tp_address = tp_address;
4376 wstep->tp_number, paddress (wstep->tp_address));
4383 tpoint = find_tracepoint (wstep->tp_number, wstep->tp_address);
4387 wstep->tp_number, paddress (wstep->tp_address),
4409 wstep->tp_number, paddress (wstep->tp_address));
  /src/external/gpl3/gdb.old/dist/gdbserver/
tracepoint.cc 819 CORE_ADDR tp_address; member in struct:wstep_state
4280 TP_NUMBER and TP_ADDRESS, and that tracepoint has a while-stepping
4300 int tp_number, CORE_ADDR tp_address)
4307 wstep->tp_address = tp_address;
4376 wstep->tp_number, paddress (wstep->tp_address));
4383 tpoint = find_tracepoint (wstep->tp_number, wstep->tp_address);
4387 wstep->tp_number, paddress (wstep->tp_address),
4409 wstep->tp_number, paddress (wstep->tp_address));

Completed in 32 milliseconds