OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:unwind_sp
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb.old/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
;
/src/external/gpl3/gdb/dist/gdb/
gdbarch-gen.c
140
gdbarch_unwind_sp_ftype *
unwind_sp
= default_unwind_sp;
member in struct:gdbarch
409
/* Skip verify of
unwind_sp
, invalid_p == 0. */
899
"gdbarch_dump:
unwind_sp
= <%s>\n",
900
host_address_to_string (gdbarch->
unwind_sp
));
3116
gdb_assert (gdbarch->
unwind_sp
!= NULL);
3119
return gdbarch->
unwind_sp
(gdbarch, next_frame);
3124
gdbarch_unwind_sp_ftype
unwind_sp
)
3126
gdbarch->
unwind_sp
=
unwind_sp
;
Completed in 24 milliseconds
Indexes created Wed Apr 29 00:23:26 UTC 2026