Searched refs:objfiles (Results 1 - 25 of 161) sorted by relevance

1234567

/netbsd-current/external/gpl3/gdb.old/dist/gdb/python/lib/gdb/command/
H A Dtype_printers.py47 for objfile in gdb.objfiles():
77 for objfile in gdb.objfiles():
94 for objfile in gdb.objfiles():
H A Dunwinders.py65 matching filenames of objfiles.
100 for objfile in gdb.objfiles():
134 for objfile in gdb.objfiles():
H A Dxmethods.py172 get_method_matchers_in_loci(gdb.objfiles(), locus_re, matcher_re),
186 matching filenames of objfiles. Locus could be 'progspace' to specify that
208 get_method_matchers_in_loci(gdb.objfiles(), locus_re, matcher_re),
221 matching filenames of objfiles. Locus could be 'progspace' to specify that
247 expression filenames of objfiles. Locus could be 'progspace' to specify
H A Dpretty_printers.py90 Objects are "global", the program space's file, and the objfiles within
160 for objfile in gdb.objfiles():
197 for objfile in gdb.objfiles():
290 for objfile in gdb.objfiles():
321 Objects are "global", the program space's file, and the objfiles within
343 Objects are "global", the program space's file, and the objfiles within
/netbsd-current/external/gpl3/gdb/dist/gdb/python/lib/gdb/command/
H A Dtype_printers.py46 for objfile in gdb.objfiles():
77 for objfile in gdb.objfiles():
94 for objfile in gdb.objfiles():
H A Dunwinders.py67 matching filenames of objfiles.
103 for objfile in gdb.objfiles():
139 for objfile in gdb.objfiles():
H A Dxmethods.py172 get_method_matchers_in_loci(gdb.objfiles(), locus_re, matcher_re),
187 matching filenames of objfiles. Locus could be 'progspace' to specify that
209 get_method_matchers_in_loci(gdb.objfiles(), locus_re, matcher_re), name_re
222 matching filenames of objfiles. Locus could be 'progspace' to specify that
247 expression filenames of objfiles. Locus could be 'progspace' to specify
H A Dpretty_printers.py90 Objects are "global", the program space's file, and the objfiles within
172 for objfile in gdb.objfiles():
215 for objfile in gdb.objfiles():
315 for objfile in gdb.objfiles():
348 Objects are "global", the program space's file, and the objfiles within
371 Objects are "global", the program space's file, and the objfiles within
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dagent.c24 #include "objfiles.h"
54 /* Since the setting was off, we may not have observed the objfiles and
56 for (objfile *objfile : current_program_space->objfiles ())
H A Dprogspace.h48 helped avoid touching a lot of code when changing how objfiles are
219 objfiles, and any other references to the program space in other
228 objfiles. The basic use is in a foreach, like:
230 for (objfile *objf : pspace->objfiles ()) { ... } */
231 objfiles_range objfiles () function in struct:program_space
238 /* An iterable object that can be used to iterate over all objfiles.
243 This variant uses a basic_safe_iterator so that objfiles can be
250 /* Add OBJFILE to the list of objfiles, putting it just before
256 /* Remove OBJFILE from the list of objfiles. */
266 /* Free all the objfiles associate
[all...]
H A Dsymmisc.c26 #include "objfiles.h"
66 for (objfile *objfile : pspace->objfiles ())
83 for (objfile *objfile : pspace->objfiles ())
494 for (objfile *objfile : current_program_space->objfiles ())
751 for (objfile *objfile : current_program_space->objfiles ())
769 for (objfile *objfile : pspace->objfiles ())
789 for (objfile *objfile : pspace->objfiles ())
894 for (objfile *objfile : pspace->objfiles ())
959 for (objfile *objfile : pspace->objfiles ())
1067 for (objfile *objfile : pspace->objfiles ())
[all...]
H A Dobjfiles.c1 /* GDB routines for manipulating objfiles.
29 #include "objfiles.h"
153 /* See objfiles.h. */
321 of all known objfiles.
473 /* See objfiles.h. */
494 /* See objfiles.h. */
525 /* Free all separate debug objfiles. */
610 /* Free the obstacks for non-reusable objfiles. */
755 The number and ordering of sections does differ between the two objfiles.
871 for (objfile *ofp : current_program_space->objfiles ())
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dagent.c24 #include "objfiles.h"
54 /* Since the setting was off, we may not have observed the objfiles and
56 for (objfile *objfile : current_program_space->objfiles ())
/netbsd-current/external/gpl3/gdb.old/dist/gdb/python/lib/gdb/
H A Dframes.py116 for objfile in gdb.objfiles():
128 for objfile in gdb.objfiles():
H A D__init__.py88 for objfile in objfiles():
196 def objfiles(): function
197 "Return a sequence of the current program space's objfiles."
198 return current_progspace().objfiles()
H A Dtypes.py150 # First try the objfiles.
151 for objfile in gdb.objfiles():
/netbsd-current/external/gpl3/gdb/dist/gdb/python/lib/gdb/
H A Dframes.py121 for objfile in gdb.objfiles():
133 for objfile in gdb.objfiles():
H A D__init__.py104 for objfile in objfiles():
214 def objfiles(): function
215 "Return a sequence of the current program space's objfiles."
216 return current_progspace().objfiles()
H A Dtypes.py153 # First try the objfiles.
154 for objfile in gdb.objfiles():
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/
H A Dmips16-thunks.exp54 set objfiles ${objfile}
59 lappend objfiles ${objfile}
64 if { [gdb_compile ${objfiles} ${binfile} executable ${options}] != "" } then {
108 set objfiles ${objfile}
114 lappend objfiles ${objfile}
119 if { [gdb_compile ${objfiles} ${binfile} executable ${options}] == "" } then {
163 set objfiles ${objfile}
168 lappend objfiles ${objfile}
173 lappend objfiles ${objfile}
179 lappend objfiles
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
H A Dmips16-thunks.exp54 set objfiles ${objfile}
59 lappend objfiles ${objfile}
64 if {[gdb_compile ${objfiles} ${binfile} executable ${options}] != ""} {
108 set objfiles ${objfile}
114 lappend objfiles ${objfile}
119 if {[gdb_compile ${objfiles} ${binfile} executable ${options}] == ""} {
163 set objfiles ${objfile}
168 lappend objfiles ${objfile}
173 lappend objfiles ${objfile}
179 lappend objfiles
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-d10v/
H A Dd10v.exp200 set objfiles {}
205 lappend objfiles $objfile
224 set cmd "$LD $LDFLAGS $opts(ld) -o $objfile $objfiles"
/netbsd-current/external/gpl3/gdb.old/dist/gdb/mi/
H A Dmi-cmd-file.c27 #include "objfiles.h"
95 for (objfile *objfile : current_program_space->objfiles ())
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.guile/
H A Dscm-pretty-print.scm324 (let ((objfiles (filter (lambda (objfile)
327 (progspace-objfiles pspace)))
329 (if (not (= (length objfiles) 1))
335 (append-pretty-printer! (car objfiles) pp))))
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.guile/
H A Dscm-pretty-print.scm324 (let ((objfiles (filter (lambda (objfile)
327 (progspace-objfiles pspace)))
329 (if (not (= (length objfiles) 1))
335 (append-pretty-printer! (car objfiles) pp))))

Completed in 282 milliseconds

1234567