OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:displaced_step_hw_singlestep
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb/dist/gdb/
gdbarch-gen.c
195
gdbarch_displaced_step_hw_singlestep_ftype *
displaced_step_hw_singlestep
= default_displaced_step_hw_singlestep;
member in struct:gdbarch
462
/* Skip verify of
displaced_step_hw_singlestep
, invalid_p == 0. */
1132
"gdbarch_dump:
displaced_step_hw_singlestep
= <%s>\n",
1133
host_address_to_string (gdbarch->
displaced_step_hw_singlestep
));
4208
gdb_assert (gdbarch->
displaced_step_hw_singlestep
!= NULL);
4211
return gdbarch->
displaced_step_hw_singlestep
(gdbarch);
4216
gdbarch_displaced_step_hw_singlestep_ftype
displaced_step_hw_singlestep
)
4218
gdbarch->
displaced_step_hw_singlestep
=
displaced_step_hw_singlestep
;
/src/external/gpl3/gdb.old/dist/gdb/
gdbarch.c
193
gdbarch_displaced_step_hw_singlestep_ftype *
displaced_step_hw_singlestep
= default_displaced_step_hw_singlestep;
member in struct:gdbarch
457
/* Skip verify of
displaced_step_hw_singlestep
, invalid_p == 0 */
1120
"gdbarch_dump:
displaced_step_hw_singlestep
= <%s>\n",
1121
host_address_to_string (gdbarch->
displaced_step_hw_singlestep
));
4159
gdb_assert (gdbarch->
displaced_step_hw_singlestep
!= NULL);
4162
return gdbarch->
displaced_step_hw_singlestep
(gdbarch);
4167
gdbarch_displaced_step_hw_singlestep_ftype
displaced_step_hw_singlestep
)
4169
gdbarch->
displaced_step_hw_singlestep
=
displaced_step_hw_singlestep
;
Completed in 30 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026