HomeSort by: relevance | last modified time | path
    Searched defs:frame_id (Results 1 - 25 of 28) sorted by relevancy

1 2

  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
py-unwind-inline.py 31 class frame_id(object): class in class:dummy_unwinder
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/
py-unwind-inline.py 31 class frame_id(object): class in class:dummy_unwinder
  /src/external/gpl3/gdb/dist/gdb/
frame-id.h 53 struct frame_id struct
65 This field is valid only if frame_id.stack_status is
115 /* Returns true when this frame_id and R identify the same
117 bool operator== (const frame_id &r) const;
120 bool operator!= (const frame_id &r) const
129 extern const struct frame_id null_frame_id;
134 extern const struct frame_id outer_frame_id;
138 is_sentinel_frame_id (frame_id id)
jit.c 1059 /* The frame_id function for the pseudo unwinder. Relays the call to
1064 struct frame_id *this_id)
1067 struct gdb_frame_id frame_id; local
1074 /* We don't expect the frame_id function to set any registers, so we
1084 frame_id = funcs->get_frame_id (funcs, &callbacks);
1085 *this_id = frame_id_build (frame_id.stack_address, frame_id.code_address);
breakpoint.h 836 struct frame_id frame_id = null_frame_id;
1063 struct frame_id watchpoint_frame;
1540 (struct gdbarch *, struct symtab_and_line, struct frame_id, enum bptype);
1732 struct frame_id frame);
835 struct frame_id frame_id = null_frame_id; member in struct:breakpoint
infcmd.c 1738 struct frame_id frame_id = get_frame_id (frame);
1750 set_longjmp_breakpoint (tp, frame_id);
1733 struct frame_id frame_id = get_frame_id (frame); local
record-btrace.c 1756 struct frame_id *this_id)
2034 static struct frame_id
2076 /* GDB stores the current frame_id when stepping in order to detects steps
2083 struct frame_id frame_id; local
2087 frame_id = get_thread_current_frame_id (tp);
2090 upd_step_frame_id = (frame_id == tp->control.step_frame_id);
2091 upd_step_stack_frame_id = (frame_id == tp->control.step_stack_frame_id);
2116 frame_id = get_thread_current_frame_id (tp);
2120 tp->control.step_frame_id = frame_id;
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
frame-id.h 53 struct frame_id struct
65 This field is valid only if frame_id.stack_status is
115 /* Returns true when this frame_id and R identify the same
117 bool operator== (const frame_id &r) const;
120 bool operator!= (const frame_id &r) const
129 extern const struct frame_id null_frame_id;
134 extern const struct frame_id outer_frame_id;
138 is_sentinel_frame_id (frame_id id)
jit.c 1053 /* The frame_id function for the pseudo unwinder. Relays the call to
1058 struct frame_id *this_id)
1061 struct gdb_frame_id frame_id; local
1068 /* We don't expect the frame_id function to set any registers, so we
1078 frame_id = funcs->get_frame_id (funcs, &callbacks);
1079 *this_id = frame_id_build (frame_id.stack_address, frame_id.code_address);
breakpoint.h 825 struct frame_id frame_id = null_frame_id;
1040 struct frame_id watchpoint_frame;
1513 (struct gdbarch *, struct symtab_and_line, struct frame_id, enum bptype);
1705 struct frame_id frame);
824 struct frame_id frame_id = null_frame_id; member in struct:breakpoint
infcmd.c 1734 struct frame_id frame_id = get_frame_id (frame);
1746 set_longjmp_breakpoint (tp, frame_id);
1729 struct frame_id frame_id = get_frame_id (frame); local
record-btrace.c 1709 struct frame_id *this_id)
1987 static struct frame_id
2029 /* GDB stores the current frame_id when stepping in order to detects steps
2036 struct frame_id frame_id; local
2040 frame_id = get_thread_current_frame_id (tp);
2043 upd_step_frame_id = (frame_id == tp->control.step_frame_id);
2044 upd_step_stack_frame_id = (frame_id == tp->control.step_stack_frame_id);
2069 frame_id = get_thread_current_frame_id (tp);
2073 tp->control.step_frame_id = frame_id;
    [all...]
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
jit-reader.c 188 struct gdb_frame_id frame_id; local
195 frame_id.code_address = (GDB_CORE_ADDR) state->func_stack_mangle.begin;
196 frame_id.stack_address = (GDB_CORE_ADDR) sp;
198 return frame_id;
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
jit-reader.c 176 struct gdb_frame_id frame_id; local
183 frame_id.code_address = (GDB_CORE_ADDR) state->func_stack_mangle.begin;
184 frame_id.stack_address = (GDB_CORE_ADDR) sp;
186 return frame_id;
  /src/external/gpl3/gdb/dist/gdb/python/
py-finishbreakpoint.c 61 struct frame_id initiating_frame;
175 struct frame_id frame_id; local
215 frame_id = frame_unwind_caller_id (frame);
323 self_bpfinish->py_bp.bp->frame_id = frame_id;
378 struct frame_id initiating_frame = finish_bp->initiating_frame;
py-frame.c 33 struct frame_id frame_id; member in struct:frame_object
36 /* Marks that the FRAME_ID member actually holds the ID of the frame next
40 relies on FRAME_ID to uniquely identify a frame, which is not always true
43 record the frame_id of the next frame and set FRAME_ID_IS_NEXT to 1. */
66 frame = frame_find_by_id (frame_obj->frame_id);
82 const frame_id &fid = ((frame_object *) self)->frame_id;
92 frame_info_ptr f_info = frame_find_by_id (frame_obj->frame_id);
96 const frame_id &fid = frame_obj->frame_id
    [all...]
py-unwind.c 105 struct frame_id frame_id; member in struct:unwind_info_object
117 struct frame_id frame_id; member in struct:cached_frame_info
210 stb.printf ("Frame ID: %s", unwind_info->frame_id.to_string ().c_str ());
283 struct frame_id frame_id)
291 unwind_info->frame_id = frame_id;
722 static const char *keywords[] = { "frame_id", nullptr }
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/python/
py-finishbreakpoint.c 61 struct frame_id initiating_frame;
175 struct frame_id frame_id; local
215 frame_id = frame_unwind_caller_id (frame);
324 self_bpfinish->py_bp.bp->frame_id = frame_id;
380 struct frame_id initiating_frame = finish_bp->initiating_frame;
py-frame.c 33 struct frame_id frame_id; member in struct:frame_object
36 /* Marks that the FRAME_ID member actually holds the ID of the frame next
40 relies on FRAME_ID to uniquely identify a frame, which is not always true
43 record the frame_id of the next frame and set FRAME_ID_IS_NEXT to 1. */
66 frame = frame_find_by_id (frame_obj->frame_id);
82 const frame_id &fid = ((frame_object *) self)->frame_id;
92 frame_info_ptr f_info = frame_find_by_id (frame_obj->frame_id);
96 const frame_id &fid = frame_obj->frame_id
    [all...]
py-unwind.c 105 struct frame_id frame_id; member in struct:unwind_info_object
117 struct frame_id frame_id; member in struct:cached_frame_info
210 stb.printf ("Frame ID: %s", unwind_info->frame_id.to_string ().c_str ());
283 struct frame_id frame_id)
291 unwind_info->frame_id = frame_id;
722 static const char *keywords[] = { "frame_id", nullptr }
    [all...]
  /src/external/gpl3/gdb/dist/gdb/guile/
scm-frame.c 41 struct frame_id frame_id; member in struct:frame_smob
57 /* Marks that the FRAME_ID member actually holds the ID of the frame next
61 relies on FRAME_ID to uniquely identify a frame, which is not always true
64 record the frame_id of the next frame and set FRAME_ID_IS_NEXT to 1. */
115 const struct frame_id *fid = &f_smob->frame_id;
137 return (a->frame_id == b->frame_id
189 f_smob->frame_id.to_string ().c_str ())
240 struct frame_id frame_id = null_frame_id; local
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/guile/
scm-frame.c 41 struct frame_id frame_id; member in struct:frame_smob
57 /* Marks that the FRAME_ID member actually holds the ID of the frame next
61 relies on FRAME_ID to uniquely identify a frame, which is not always true
64 record the frame_id of the next frame and set FRAME_ID_IS_NEXT to 1. */
115 const struct frame_id *fid = &f_smob->frame_id;
137 return (a->frame_id == b->frame_id
189 f_smob->frame_id.to_string ().c_str ())
240 struct frame_id frame_id = null_frame_id; local
    [all...]
  /src/external/gpl3/gdb/dist/gdb/dwarf2/
expr.c 105 struct frame_id frame_id; member in struct:piece_closure
125 c->frame_id = null_frame_id;
127 c->frame_id = get_frame_id (frame);
208 = get_next_frame_sentinel_okay (frame_find_by_id (c->frame_id));
  /src/external/gpl3/gdb.old/dist/gdb/dwarf2/
expr.c 105 struct frame_id frame_id; member in struct:piece_closure
125 c->frame_id = null_frame_id;
127 c->frame_id = get_frame_id (frame);
208 = get_next_frame_sentinel_okay (frame_find_by_id (c->frame_id));
  /src/external/bsd/wpa/dist/wpa_supplicant/
scan.c 621 int ext_capab_len, frame_id; local
646 frame_id = VENDOR_ELEM_PROBE_REQ_P2P;
648 frame_id = VENDOR_ELEM_PROBE_REQ;
650 if (wpa_s->vendor_elem[frame_id]) {
653 len = wpabuf_len(wpa_s->vendor_elem[frame_id]);
656 wpa_s->vendor_elem[frame_id]);

Completed in 34 milliseconds

1 2