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

  /src/external/gpl3/gdb/dist/sim/v850/
v850-sim.h 443 extern uint32_t trace_pc;
451 trace_pc = cia; \
462 trace_pc = cia; \
474 trace_pc = cia; \
487 trace_pc = cia; \
501 trace_pc = cia; \
513 trace_pc = cia; \
525 trace_pc = cia; \
simops.c 55 uint32_t trace_pc; variable
66 trace_pc = PC;
  /src/external/gpl3/gdb.old/dist/sim/v850/
v850-sim.h 443 extern uint32_t trace_pc;
451 trace_pc = cia; \
462 trace_pc = cia; \
474 trace_pc = cia; \
487 trace_pc = cia; \
501 trace_pc = cia; \
513 trace_pc = cia; \
525 trace_pc = cia; \
simops.c 55 uint32_t trace_pc; variable
66 trace_pc = PC;
  /src/external/gpl3/gdb/dist/gdb/
tracepoint.c 211 CORE_ADDR trace_pc; local
217 && get_frame_pc_if_available (trace_frame, &trace_pc))
219 traceframe_sal = find_pc_line (trace_pc, 0);
220 traceframe_fun = find_pc_function (trace_pc);
  /src/external/gpl3/gdb.old/dist/gdb/
tracepoint.c 211 CORE_ADDR trace_pc; local
217 && get_frame_pc_if_available (trace_frame, &trace_pc))
219 traceframe_sal = find_pc_line (trace_pc, 0);
220 traceframe_fun = find_pc_function (trace_pc);

Completed in 88 milliseconds