OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:software_single_step
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb.old/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
...]
gdbarch-gen.h
791
extern void set_gdbarch_software_single_step (struct gdbarch *gdbarch, gdbarch_software_single_step_ftype *
software_single_step
);
Completed in 19 milliseconds
Indexes created Sat Mar 28 00:23:22 UTC 2026