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/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.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
;
Completed in 31 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026