Home
last modified time | relevance | path

Searched refs:nnpc (Results 1 – 1 of 1) sorted by relevance

/openbsd/src/gnu/usr.bin/binutils/gdb/
Dsparc-tdep.c1043 static CORE_ADDR npc, nnpc; in sparc_software_single_step() local
1054 nnpc = sparc_analyze_control_transfer (pc, &npc); in sparc_software_single_step()
1057 if (nnpc != 0) in sparc_software_single_step()
1058 target_insert_breakpoint (nnpc, nnpc_save); in sparc_software_single_step()
1063 gdb_assert (npc != 0 || nnpc != 0 || orig_npc == 0); in sparc_software_single_step()
1064 gdb_assert (nnpc != npc || orig_npc == 0); in sparc_software_single_step()
1070 if (nnpc != 0) in sparc_software_single_step()
1071 target_remove_breakpoint (nnpc, nnpc_save); in sparc_software_single_step()