Searched refs:next_pcs (Results 1 - 25 of 29) sorted by relevance

12

/netbsd-current/external/gpl3/gdb.old/dist/gdb/arch/
H A Darm-get-next-pcs.c47 added to the next_pcs list. */
173 std::vector<CORE_ADDR> next_pcs; local
177 next_pcs.push_back (MAKE_THUMB_ADDR (breaks[index]));
179 return next_pcs;
185 added to the next_pcs list. */
255 std::vector<CORE_ADDR> next_pcs; local
259 next_pcs.push_back (breaks[index]);
261 return next_pcs;
277 std::vector<CORE_ADDR> next_pcs; local
320 next_pcs
658 std::vector<CORE_ADDR> next_pcs; local
915 std::vector<CORE_ADDR> next_pcs; local
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/arch/
H A Darm-get-next-pcs.c47 added to the next_pcs list. */
173 std::vector<CORE_ADDR> next_pcs; local
177 next_pcs.push_back (MAKE_THUMB_ADDR (breaks[index]));
179 return next_pcs;
185 added to the next_pcs list. */
255 std::vector<CORE_ADDR> next_pcs; local
259 next_pcs.push_back (breaks[index]);
261 return next_pcs;
277 std::vector<CORE_ADDR> next_pcs; local
320 next_pcs
658 std::vector<CORE_ADDR> next_pcs; local
915 std::vector<CORE_ADDR> next_pcs; local
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Darc-linux-tdep.c115 std::vector<CORE_ADDR> next_pcs; local
124 next_pcs.push_back (arc_insn_get_linear_next_pc (next_insn));
127 next_pcs.push_back (next_pc);
137 next_pcs.push_back (branch_pc);
166 next_pcs.push_back (lp_start);
176 next_pcs.push_back (bta);
179 return next_pcs;
H A Dmoxie-tdep.c308 std::vector<CORE_ADDR> next_pcs; local
336 next_pcs.push_back (addr + 2);
337 next_pcs.push_back (addr + 2 + INST2OFFSET(inst));
349 next_pcs.push_back (addr + 2);
396 next_pcs.push_back (addr + 2);
406 next_pcs.push_back (addr + 4);
419 next_pcs.push_back (addr + 6);
425 next_pcs.push_back (moxie_process_readu (addr + 2, buf, 4,
431 next_pcs.push_back (moxie_process_readu (fp + 4, buf, 4, byte_order));
437 next_pcs
[all...]
H A Drs6000-aix-tdep.c788 std::vector<CORE_ADDR> next_pcs = ppc_deal_with_atomic_sequence (regcache); local
789 if (!next_pcs.empty ())
790 return next_pcs;
806 next_pcs.push_back (breaks[ii]);
811 return next_pcs;
H A Dalpha-tdep.c865 std::vector<CORE_ADDR> next_pcs;
868 next_pcs.push_back (breaks[index]);
870 return next_pcs;
1737 std::vector<CORE_ADDR> next_pcs
1739 if (!next_pcs.empty ())
1740 return next_pcs;
860 std::vector<CORE_ADDR> next_pcs; local
1727 std::vector<CORE_ADDR> next_pcs local
H A Darm-linux-tdep.c936 std::vector<CORE_ADDR> next_pcs = arm_get_next_pcs (&next_pcs_ctx); local
938 for (CORE_ADDR &pc_ref : next_pcs)
941 return next_pcs;
H A Dsparc-tdep.c1744 std::vector<CORE_ADDR> next_pcs;
1752 next_pcs.push_back (npc);
1755 next_pcs.push_back (nnpc);
1763 return next_pcs;
1734 std::vector<CORE_ADDR> next_pcs; local
H A Dcris-tdep.c2032 std::vector<CORE_ADDR> next_pcs; local
2050 next_pcs.push_back (next_pc);
2057 next_pcs.push_back (branch_target_address);
2061 return next_pcs;
H A Dmips-tdep.c3999 std::vector<CORE_ADDR> next_pcs; local
4003 next_pcs.push_back (breaks[index]);
4005 return next_pcs;
4155 std::vector<CORE_ADDR> next_pcs; local
4159 next_pcs.push_back (breaks[index]);
4161 return next_pcs;
4187 std::vector<CORE_ADDR> next_pcs = deal_with_atomic_sequence (gdbarch, pc); local
4189 if (!next_pcs.empty ())
4190 return next_pcs;
H A Daarch64-tdep.c2898 std::vector<CORE_ADDR> next_pcs;
2903 next_pcs.push_back (breaks[index]);
2905 return next_pcs;
2896 std::vector<CORE_ADDR> next_pcs; local
H A Drs6000-tdep.c1079 std::vector<CORE_ADDR> next_pcs;
1082 next_pcs.push_back (breaks[index]);
1084 return next_pcs;
1078 std::vector<CORE_ADDR> next_pcs; local
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Darc-linux-tdep.c362 std::vector<CORE_ADDR> next_pcs; local
402 next_pcs.push_back (insn.address + insn.length);
405 return next_pcs;
426 std::vector<CORE_ADDR> next_pcs; local
436 next_pcs.push_back (arc_insn_get_linear_next_pc (next_insn));
439 next_pcs.push_back (next_pc);
449 next_pcs.push_back (branch_pc);
475 next_pcs.push_back (lp_start);
485 next_pcs.push_back (bta);
488 return next_pcs;
[all...]
H A Dmoxie-tdep.c306 std::vector<CORE_ADDR> next_pcs; local
334 next_pcs.push_back (addr + 2);
335 next_pcs.push_back (addr + 2 + INST2OFFSET(inst));
347 next_pcs.push_back (addr + 2);
394 next_pcs.push_back (addr + 2);
404 next_pcs.push_back (addr + 4);
417 next_pcs.push_back (addr + 6);
423 next_pcs.push_back (moxie_process_readu (addr + 2, buf, 4,
429 next_pcs.push_back (moxie_process_readu (fp + 4, buf, 4, byte_order));
435 next_pcs
[all...]
H A Dloongarch-tdep.c328 std::vector<CORE_ADDR> next_pcs; local
353 next_pcs.push_back (next_pc);
360 next_pcs.push_back (next_pc);
369 return next_pcs;
378 std::vector<CORE_ADDR> next_pcs local
381 if (!next_pcs.empty ())
382 return next_pcs;
H A Drs6000-aix-tdep.c801 std::vector<CORE_ADDR> next_pcs = ppc_deal_with_atomic_sequence (regcache); local
802 if (!next_pcs.empty ())
803 return next_pcs;
819 next_pcs.push_back (breaks[ii]);
824 return next_pcs;
H A Dalpha-tdep.c858 std::vector<CORE_ADDR> next_pcs;
861 next_pcs.push_back (breaks[index]);
863 return next_pcs;
1737 std::vector<CORE_ADDR> next_pcs
1739 if (!next_pcs.empty ())
1740 return next_pcs;
853 std::vector<CORE_ADDR> next_pcs; local
1727 std::vector<CORE_ADDR> next_pcs local
H A Darm-linux-tdep.c938 std::vector<CORE_ADDR> next_pcs = arm_get_next_pcs (&next_pcs_ctx); local
940 for (CORE_ADDR &pc_ref : next_pcs)
943 return next_pcs;
H A Dsparc-tdep.c1743 std::vector<CORE_ADDR> next_pcs;
1751 next_pcs.push_back (npc);
1754 next_pcs.push_back (nnpc);
1762 return next_pcs;
1733 std::vector<CORE_ADDR> next_pcs; local
H A Dcris-tdep.c2034 std::vector<CORE_ADDR> next_pcs; local
2052 next_pcs.push_back (next_pc);
2059 next_pcs.push_back (branch_target_address);
2063 return next_pcs;
H A Dmips-tdep.c4026 std::vector<CORE_ADDR> next_pcs; local
4030 next_pcs.push_back (breaks[index]);
4032 return next_pcs;
4182 std::vector<CORE_ADDR> next_pcs; local
4186 next_pcs.push_back (breaks[index]);
4188 return next_pcs;
4214 std::vector<CORE_ADDR> next_pcs = deal_with_atomic_sequence (gdbarch, pc); local
4216 if (!next_pcs.empty ())
4217 return next_pcs;
H A Daarch64-tdep.c3023 std::vector<CORE_ADDR> next_pcs;
3028 next_pcs.push_back (breaks[index]);
3030 return next_pcs;
3021 std::vector<CORE_ADDR> next_pcs; local
H A Drs6000-tdep.c1200 std::vector<CORE_ADDR> next_pcs;
1203 next_pcs.push_back (breaks[index]);
1205 return next_pcs;
1199 std::vector<CORE_ADDR> next_pcs; local
/netbsd-current/external/gpl3/gdb.old/dist/gdbserver/
H A Dlinux-low.cc4041 std::vector<CORE_ADDR> next_pcs = low_get_next_pcs (regcache); local
4043 for (CORE_ADDR pc : next_pcs)
/netbsd-current/external/gpl3/gdb/dist/gdbserver/
H A Dlinux-low.cc3920 std::vector<CORE_ADDR> next_pcs = low_get_next_pcs (regcache); local
3922 for (CORE_ADDR pc : next_pcs)

Completed in 609 milliseconds

12