OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:unwind_sp
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/gpl3/gdb/dist/gdb/
gdbarch-gen.c
139
gdbarch_unwind_sp_ftype *
unwind_sp
= default_unwind_sp;
member in struct:gdbarch
406
/* Skip verify of
unwind_sp
, invalid_p == 0. */
892
"gdbarch_dump:
unwind_sp
= <%s>\n",
893
host_address_to_string (gdbarch->
unwind_sp
));
3086
gdb_assert (gdbarch->
unwind_sp
!= NULL);
3089
return gdbarch->
unwind_sp
(gdbarch, next_frame);
3094
gdbarch_unwind_sp_ftype
unwind_sp
)
3096
gdbarch->
unwind_sp
=
unwind_sp
;
gdbarch-gen.h
272
gdbarch_sp_regnum will hopefully be replaced by
UNWIND_SP
. */
644
extern void set_gdbarch_unwind_sp (struct gdbarch *gdbarch, gdbarch_unwind_sp_ftype *
unwind_sp
);
gdbarch_components.py
518
gdbarch_sp_regnum will hopefully be replaced by
UNWIND_SP
.
1167
name="
unwind_sp
",
/src/external/gpl3/gdb.old/dist/gdb/
gdbarch.c
139
gdbarch_unwind_sp_ftype *
unwind_sp
= default_unwind_sp;
member in struct:gdbarch
403
/* Skip verify of
unwind_sp
, invalid_p == 0 */
886
"gdbarch_dump:
unwind_sp
= <%s>\n",
887
host_address_to_string (gdbarch->
unwind_sp
));
3071
gdb_assert (gdbarch->
unwind_sp
!= NULL);
3074
return gdbarch->
unwind_sp
(gdbarch, next_frame);
3079
gdbarch_unwind_sp_ftype
unwind_sp
)
3081
gdbarch->
unwind_sp
=
unwind_sp
;
gdbarch-gen.h
272
gdbarch_sp_regnum will hopefully be replaced by
UNWIND_SP
. */
644
extern void set_gdbarch_unwind_sp (struct gdbarch *gdbarch, gdbarch_unwind_sp_ftype *
unwind_sp
);
gdbarch_components.py
518
gdbarch_sp_regnum will hopefully be replaced by
UNWIND_SP
.
1167
name="
unwind_sp
",
Completed in 45 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026