Searched refs:bsp (Results 1 - 2 of 2) sorted by relevance

/haiku-fatelf/src/bin/gdb/gdb/
H A Dia64-tdep.c173 "rsc", "bsp", "bspstore", "rnat",
235 CORE_ADDR bsp; /* points at r32 for the current frame */ member in struct:ia64_frame_cache
673 ULONGEST bsp; local
676 regcache_cooked_read_unsigned (regcache, IA64_BSP_REGNUM, &bsp);
679 /* The bsp points at the end of the register frame so we
681 bsp = rse_address_add (bsp, -(cfm & 0x7f));
685 ULONGEST reg_addr = rse_address_add (bsp, (regnum - V32_REGNUM));
703 ULONGEST bsp; local
706 regcache_cooked_read_unsigned (regcache, IA64_BSP_REGNUM, &bsp);
739 ULONGEST bsp, vbsp; local
782 ULONGEST bsp; local
811 ULONGEST bsp; local
1499 CORE_ADDR cfm, sof, sol, bsp, psr; local
1600 CORE_ADDR bsp, prev_cfm, prev_bsp; local
1697 CORE_ADDR bsp; local
2180 unw_word_t bsp, sof, sol, cfm, psr, ip; local
2550 CORE_ADDR bsp; local
2630 CORE_ADDR bsp, prev_cfm, prev_bsp; local
3037 CORE_ADDR bsp, cfm, pfs, new_bsp, funcdescaddr, pc, global_pointer; local
3187 CORE_ADDR sp, bsp; local
[all...]
H A Dbreakpoint.c1850 bpstat_clear (bpstat *bsp)
1855 if (bsp == 0)
1857 p = *bsp;
1867 *bsp = NULL;
1906 bpstat_find_breakpoint (bpstat bsp, struct breakpoint *breakpoint)
1908 if (bsp == NULL)
1911 for (; bsp != NULL; bsp = bsp->next)
1913 if (bsp
1845 bpstat_clear(bpstat *bsp) argument
1901 bpstat_find_breakpoint(bpstat bsp, struct breakpoint *breakpoint) argument
1923 bpstat_find_step_resume_breakpoint(bpstat bsp) argument
1952 bpstat_num(bpstat *bsp) argument
1998 bpstat_do_actions(bpstat *bsp) argument
[all...]

Completed in 110 milliseconds