OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:single_step_through_delay
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gdb.old/dist/gdb/
gdbarch-gen.c
156
gdbarch_single_step_through_delay_ftype *
single_step_through_delay
= nullptr;
member in struct:gdbarch
423
/* Skip verify of
single_step_through_delay
, has predicate. */
955
"gdbarch_dump:
single_step_through_delay
= <%s>\n",
956
host_address_to_string (gdbarch->
single_step_through_delay
));
3396
return gdbarch->
single_step_through_delay
!= NULL;
3403
gdb_assert (gdbarch->
single_step_through_delay
!= NULL);
3406
return gdbarch->
single_step_through_delay
(gdbarch, frame);
3411
gdbarch_single_step_through_delay_ftype
single_step_through_delay
)
3413
gdbarch->
single_step_through_delay
=
single_step_through_delay
;
[
all
...]
gdbarch-gen.h
800
extern void set_gdbarch_single_step_through_delay (struct gdbarch *gdbarch, gdbarch_single_step_through_delay_ftype *
single_step_through_delay
);
/src/external/gpl3/gdb/dist/gdb/
gdbarch-gen.c
157
gdbarch_single_step_through_delay_ftype *
single_step_through_delay
= nullptr;
member in struct:gdbarch
426
/* Skip verify of
single_step_through_delay
, has predicate. */
962
"gdbarch_dump:
single_step_through_delay
= <%s>\n",
963
host_address_to_string (gdbarch->
single_step_through_delay
));
3426
return gdbarch->
single_step_through_delay
!= NULL;
3433
gdb_assert (gdbarch->
single_step_through_delay
!= NULL);
3436
return gdbarch->
single_step_through_delay
(gdbarch, frame);
3441
gdbarch_single_step_through_delay_ftype
single_step_through_delay
)
3443
gdbarch->
single_step_through_delay
=
single_step_through_delay
;
[
all
...]
gdbarch-gen.h
808
extern void set_gdbarch_single_step_through_delay (struct gdbarch *gdbarch, gdbarch_single_step_through_delay_ftype *
single_step_through_delay
);
Completed in 36 milliseconds
Indexes created Fri Mar 27 00:22:57 UTC 2026