OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cannot_fetch_register
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gdb.old/dist/gdb/
gdbarch-gen.c
104
gdbarch_cannot_fetch_register_ftype *
cannot_fetch_register
= cannot_register_not;
member in struct:gdbarch
367
/* Skip verify of
cannot_fetch_register
, invalid_p == 0. */
766
"gdbarch_dump:
cannot_fetch_register
= <%s>\n",
767
host_address_to_string (gdbarch->
cannot_fetch_register
));
2452
gdb_assert (gdbarch->
cannot_fetch_register
!= NULL);
2455
return gdbarch->
cannot_fetch_register
(gdbarch, regnum);
2460
gdbarch_cannot_fetch_register_ftype
cannot_fetch_register
)
2462
gdbarch->
cannot_fetch_register
=
cannot_fetch_register
;
gdbarch-gen.h
392
extern void set_gdbarch_cannot_fetch_register (struct gdbarch *gdbarch, gdbarch_cannot_fetch_register_ftype *
cannot_fetch_register
);
/src/external/gpl3/gdb/dist/gdb/
gdbarch-gen.c
104
gdbarch_cannot_fetch_register_ftype *
cannot_fetch_register
= cannot_register_not;
member in struct:gdbarch
369
/* Skip verify of
cannot_fetch_register
, invalid_p == 0. */
770
"gdbarch_dump:
cannot_fetch_register
= <%s>\n",
771
host_address_to_string (gdbarch->
cannot_fetch_register
));
2465
gdb_assert (gdbarch->
cannot_fetch_register
!= NULL);
2468
return gdbarch->
cannot_fetch_register
(gdbarch, regnum);
2473
gdbarch_cannot_fetch_register_ftype
cannot_fetch_register
)
2475
gdbarch->
cannot_fetch_register
=
cannot_fetch_register
;
gdbarch-gen.h
392
extern void set_gdbarch_cannot_fetch_register (struct gdbarch *gdbarch, gdbarch_cannot_fetch_register_ftype *
cannot_fetch_register
);
Completed in 23 milliseconds
Indexes created Tue Mar 31 00:22:50 UTC 2026