OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:software_single_step
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb/dist/gdb/
gdbarch-gen.c
155
gdbarch_software_single_step_ftype *
software_single_step
= nullptr;
member in struct:gdbarch
422
/* Skip verify of
software_single_step
, has predicate. */
949
"gdbarch_dump:
software_single_step
= <%s>\n",
950
host_address_to_string (gdbarch->
software_single_step
));
3372
return gdbarch->
software_single_step
!= NULL;
3379
gdb_assert (gdbarch->
software_single_step
!= NULL);
3382
return gdbarch->
software_single_step
(regcache);
3387
gdbarch_software_single_step_ftype
software_single_step
)
3389
gdbarch->
software_single_step
=
software_single_step
;
[
all
...]
/src/external/gpl3/gdb.old/dist/gdb/
gdbarch.c
153
gdbarch_software_single_step_ftype *
software_single_step
= nullptr;
member in struct:gdbarch
417
/* Skip verify of
software_single_step
, has predicate. */
937
"gdbarch_dump:
software_single_step
= <%s>\n",
938
host_address_to_string (gdbarch->
software_single_step
));
3323
return gdbarch->
software_single_step
!= NULL;
3330
gdb_assert (gdbarch->
software_single_step
!= NULL);
3333
return gdbarch->
software_single_step
(regcache);
3338
gdbarch_software_single_step_ftype
software_single_step
)
3340
gdbarch->
software_single_step
=
software_single_step
;
[
all
...]
Completed in 29 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026