OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dummy_frame_stack
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gdb.old/dist/gdb/
dummy-frame.c
85
static struct dummy_frame *
dummy_frame_stack
= NULL;
variable in typeref:struct:dummy_frame
100
dummy_frame->next =
dummy_frame_stack
;
101
dummy_frame_stack
= dummy_frame;
190
for (dp = &
dummy_frame_stack
; *dp != NULL; dp = &(*dp)->next)
258
for (d =
dummy_frame_stack
; d != NULL; d = d->next)
276
while (
dummy_frame_stack
!= NULL)
277
remove_dummy_frame (&
dummy_frame_stack
);
302
if (
dummy_frame_stack
!= NULL)
312
for (dummyframe =
dummy_frame_stack
;
406
for (s =
dummy_frame_stack
; s != NULL; s = s->next
[
all
...]
dummy-frame.c
85
static struct dummy_frame *
dummy_frame_stack
= NULL;
variable in typeref:struct:dummy_frame
100
dummy_frame->next =
dummy_frame_stack
;
101
dummy_frame_stack
= dummy_frame;
190
for (dp = &
dummy_frame_stack
; *dp != NULL; dp = &(*dp)->next)
258
for (d =
dummy_frame_stack
; d != NULL; d = d->next)
276
while (
dummy_frame_stack
!= NULL)
277
remove_dummy_frame (&
dummy_frame_stack
);
302
if (
dummy_frame_stack
!= NULL)
312
for (dummyframe =
dummy_frame_stack
;
406
for (s =
dummy_frame_stack
; s != NULL; s = s->next
[
all
...]
/src/external/gpl3/gdb/dist/gdb/
dummy-frame.c
85
static struct dummy_frame *
dummy_frame_stack
= NULL;
variable in typeref:struct:dummy_frame
100
dummy_frame->next =
dummy_frame_stack
;
101
dummy_frame_stack
= dummy_frame;
190
for (dp = &
dummy_frame_stack
; *dp != NULL; dp = &(*dp)->next)
258
for (d =
dummy_frame_stack
; d != NULL; d = d->next)
276
while (
dummy_frame_stack
!= NULL)
277
remove_dummy_frame (&
dummy_frame_stack
);
302
if (
dummy_frame_stack
!= NULL)
312
for (dummyframe =
dummy_frame_stack
;
406
for (s =
dummy_frame_stack
; s != NULL; s = s->next
[
all
...]
dummy-frame.c
85
static struct dummy_frame *
dummy_frame_stack
= NULL;
variable in typeref:struct:dummy_frame
100
dummy_frame->next =
dummy_frame_stack
;
101
dummy_frame_stack
= dummy_frame;
190
for (dp = &
dummy_frame_stack
; *dp != NULL; dp = &(*dp)->next)
258
for (d =
dummy_frame_stack
; d != NULL; d = d->next)
276
while (
dummy_frame_stack
!= NULL)
277
remove_dummy_frame (&
dummy_frame_stack
);
302
if (
dummy_frame_stack
!= NULL)
312
for (dummyframe =
dummy_frame_stack
;
406
for (s =
dummy_frame_stack
; s != NULL; s = s->next
[
all
...]
Completed in 28 milliseconds
Indexes created Wed Jul 01 00:25:26 UTC 2026