Lines Matching refs:be
12 This program is distributed in the hope that it will be useful,
31 /* Readers must be released under a GPL compatible license. To
92 Returns a new instance to gdb_symtab that can later be passed to
102 corresponds to a function, the NAME passed should be the name of
105 If the new block to be created is a child of (i.e. is nested in)
106 another block, the parent block can be passed in PARENT. SYMTAB is
111 Note that the gdb_block returned must not be freed by the
131 will be opened on this symtab. */
139 information will be picked up and used; this will usually be the
154 to be used to construct the symbol table. The functions have been
186 field. This will be set for (defined) register values being read
192 assumed to be undefined */
196 usually be allocated on the heap. This function is expected to
216 the current frame can be read using reg_get. Calling get_frame_id
234 The current frame is the frame that needs to be unwound into the
239 be unwound.
244 gdb_reg_value will be zero. */
250 (DWARF) register number whose value is to be set. VAL is the value
251 the register is to be set to.
253 VAL is *not* copied, so the memory allocated to it cannot be
257 A register can also be "set" to an undefined value by setting the
263 /* This struct is passed to unwind in gdb_reader_funcs, and is to be
265 registers can be read using reg_get) into the earlier frame. The
295 are to be used to do this.
316 gdb_reader_funcs is to be managed by the reader itself (i.e. if it
317 is allocated from the heap, it must also be freed in
330 /* Must be set to GDB_READER_INTERFACE_VERSION. */