OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:inferior_registers
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gdb.old/dist/gdb/
sh-netbsd-nat.c
59
struct reg
inferior_registers
;
local
62
(PTRACE_TYPE_ARG3) &
inferior_registers
, lwp) == -1)
66
(char *) &
inferior_registers
,
82
struct reg
inferior_registers
;
local
85
(PTRACE_TYPE_ARG3) &
inferior_registers
, lwp) == -1)
89
(char *) &
inferior_registers
,
93
(PTRACE_TYPE_ARG3) &
inferior_registers
, lwp) == -1)
arm-netbsd-nat.c
131
struct reg
inferior_registers
;
local
136
(PTRACE_TYPE_ARG3) &
inferior_registers
, lwp);
143
arm_nbsd_supply_gregset (nullptr, regcache, regno, &
inferior_registers
,
144
sizeof (
inferior_registers
));
224
struct reg
inferior_registers
;
local
229
(PTRACE_TYPE_ARG3) &
inferior_registers
, lwp);
240
regcache->raw_collect (ARM_SP_REGNUM, (char *) &
inferior_registers
.r_sp);
244
regcache->raw_collect (ARM_LR_REGNUM, (char *) &
inferior_registers
.r_lr);
250
(char *) &
inferior_registers
.r_pc);
258
inferior_registers
.r_pc ^= gdbarch_addr_bits_remov
297
struct reg
inferior_registers
;
local
[
all
...]
/src/external/gpl3/gdb/dist/gdb/
sh-netbsd-nat.c
59
struct reg
inferior_registers
;
local
62
(PTRACE_TYPE_ARG3) &
inferior_registers
, lwp) == -1)
66
(char *) &
inferior_registers
,
82
struct reg
inferior_registers
;
local
85
(PTRACE_TYPE_ARG3) &
inferior_registers
, lwp) == -1)
89
(char *) &
inferior_registers
,
93
(PTRACE_TYPE_ARG3) &
inferior_registers
, lwp) == -1)
arm-netbsd-nat.c
131
struct reg
inferior_registers
;
local
136
(PTRACE_TYPE_ARG3) &
inferior_registers
, lwp);
143
arm_nbsd_supply_gregset (nullptr, regcache, regno, &
inferior_registers
,
144
sizeof (
inferior_registers
));
224
struct reg
inferior_registers
;
local
229
(PTRACE_TYPE_ARG3) &
inferior_registers
, lwp);
240
regcache->raw_collect (ARM_SP_REGNUM, (char *) &
inferior_registers
.r_sp);
244
regcache->raw_collect (ARM_LR_REGNUM, (char *) &
inferior_registers
.r_lr);
250
(char *) &
inferior_registers
.r_pc);
258
inferior_registers
.r_pc ^= gdbarch_addr_bits_remov
297
struct reg
inferior_registers
;
local
[
all
...]
Completed in 46 milliseconds
Indexes created Mon Jun 29 00:24:49 UTC 2026