HomeSort by: relevance | last modified time | path
    Searched refs:objfiles (Results 1 - 25 of 159) sorted by relevancy

1 2 3 4 5 6 7

  /src/external/gpl3/gdb.old/dist/gdb/python/lib/gdb/dap/
modules.py 51 # Don't count invalid objfiles or separate debug objfiles.
52 objfiles = [x for x in gdb.objfiles() if is_module(x)]
55 last = len(objfiles)
59 "modules": [make_module(x) for x in objfiles[startModule:last]],
60 "totalModules": len(objfiles),
  /src/external/gpl3/gdb/dist/gdb/python/lib/gdb/dap/
modules.py 51 # Don't count invalid objfiles or separate debug objfiles.
52 objfiles = [x for x in gdb.objfiles() if is_module(x)]
55 last = len(objfiles)
59 "modules": [make_module(x) for x in objfiles[startModule:last]],
60 "totalModules": len(objfiles),
  /src/external/gpl3/gdb.old/dist/gdb/
agent.c 23 #include "objfiles.h"
53 /* Since the setting was off, we may not have observed the objfiles and
55 for (objfile *objfile : current_program_space->objfiles ())
progspace.h 180 objfiles, and any other references to the program space in other
191 objfiles. The basic use is in a foreach, like:
193 for (objfile *objf : pspace->objfiles ()) { ... } */
194 objfiles_range objfiles () function in struct:program_space
201 /* An iterable object that can be used to iterate over all objfiles.
206 This variant uses a basic_safe_iterator so that objfiles can be
214 /* Add OBJFILE to the list of objfiles, putting it just before
220 /* Remove OBJFILE from the list of objfiles. */
227 /* Free all the objfiles associated with this program space. */
231 is outside all objfiles in this progspace. *
    [all...]
symmisc.c 27 #include "objfiles.h"
59 for (objfile *objfile : pspace->objfiles ())
455 for (objfile *objfile : current_program_space->objfiles ())
705 for (objfile *objfile : current_program_space->objfiles ())
723 for (objfile *objfile : pspace->objfiles ())
743 for (objfile *objfile : pspace->objfiles ())
848 for (objfile *objfile : pspace->objfiles ())
912 for (objfile *objfile : pspace->objfiles ())
921 for (objfile *objfile : pspace->objfiles ())
1034 for (objfile *objfile : pspace->objfiles ())
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/
py-typeprint.py 62 gdb.types.register_type_printer(gdb.objfiles()[0], OtherTypePrinter())
  /src/external/gpl3/gdb/dist/gdb/
agent.c 23 #include "objfiles.h"
53 /* Since the setting was off, we may not have observed the objfiles and
55 for (objfile *objfile : current_program_space->objfiles ())
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
py-typeprint.py 62 gdb.types.register_type_printer(gdb.objfiles()[0], OtherTypePrinter())
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/
mips16-thunks.exp 51 set objfiles ${objfile}
56 lappend objfiles ${objfile}
61 if {[gdb_compile ${objfiles} ${binfile} executable ${options}] != ""} {
105 set objfiles ${objfile}
111 lappend objfiles ${objfile}
116 if {[gdb_compile ${objfiles} ${binfile} executable ${options}] == ""} {
160 set objfiles ${objfile}
165 lappend objfiles ${objfile}
170 lappend objfiles ${objfile}
176 lappend objfiles ${objfile
    [all...]
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
mips16-thunks.exp 51 set objfiles ${objfile}
56 lappend objfiles ${objfile}
61 if {[gdb_compile ${objfiles} ${binfile} executable ${options}] != ""} {
105 set objfiles ${objfile}
111 lappend objfiles ${objfile}
116 if {[gdb_compile ${objfiles} ${binfile} executable ${options}] == ""} {
160 set objfiles ${objfile}
165 lappend objfiles ${objfile}
170 lappend objfiles ${objfile}
176 lappend objfiles ${objfile
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/python/lib/gdb/command/
type_printers.py 47 for objfile in gdb.objfiles():
78 for objfile in gdb.objfiles():
95 for objfile in gdb.objfiles():
unwinders.py 68 matching filenames of objfiles.
104 for objfile in gdb.objfiles():
140 for objfile in gdb.objfiles():
xmethods.py 173 get_method_matchers_in_loci(gdb.objfiles(), locus_re, matcher_re),
188 matching filenames of objfiles. Locus could be 'progspace' to specify that
210 get_method_matchers_in_loci(gdb.objfiles(), locus_re, matcher_re), name_re
223 matching filenames of objfiles. Locus could be 'progspace' to specify that
248 expression filenames of objfiles. Locus could be 'progspace' to specify
pretty_printers.py 91 Objects are "global", the program space's file, and the objfiles within
173 for objfile in gdb.objfiles():
216 for objfile in gdb.objfiles():
316 for objfile in gdb.objfiles():
349 Objects are "global", the program space's file, and the objfiles within
372 Objects are "global", the program space's file, and the objfiles within
  /src/external/gpl3/gdb/dist/gdb/python/lib/gdb/command/
type_printers.py 47 for objfile in gdb.objfiles():
78 for objfile in gdb.objfiles():
95 for objfile in gdb.objfiles():
unwinders.py 68 matching filenames of objfiles.
104 for objfile in gdb.objfiles():
140 for objfile in gdb.objfiles():
xmethods.py 173 get_method_matchers_in_loci(gdb.objfiles(), locus_re, matcher_re),
188 matching filenames of objfiles. Locus could be 'progspace' to specify that
210 get_method_matchers_in_loci(gdb.objfiles(), locus_re, matcher_re), name_re
223 matching filenames of objfiles. Locus could be 'progspace' to specify that
248 expression filenames of objfiles. Locus could be 'progspace' to specify
pretty_printers.py 91 Objects are "global", the program space's file, and the objfiles within
173 for objfile in gdb.objfiles():
216 for objfile in gdb.objfiles():
316 for objfile in gdb.objfiles():
349 Objects are "global", the program space's file, and the objfiles within
372 Objects are "global", the program space's file, and the objfiles within
  /src/external/gpl3/gdb.old/dist/gdb/python/lib/gdb/
frames.py 122 for objfile in gdb.objfiles():
134 for objfile in gdb.objfiles():
__init__.py 112 for objfile in objfiles():
195 def objfiles(): function
196 "Return a sequence of the current program space's objfiles."
197 return current_progspace().objfiles()
types.py 153 # First try the objfiles.
154 for objfile in gdb.objfiles():
  /src/external/gpl3/gdb/dist/gdb/python/lib/gdb/
frames.py 122 for objfile in gdb.objfiles():
134 for objfile in gdb.objfiles():
__init__.py 117 for objfile in objfiles():
200 def objfiles(): function
201 "Return a sequence of the current program space's objfiles."
202 return current_progspace().objfiles()
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.guile/
scm-pretty-print.scm 324 (let ((objfiles (filter (lambda (objfile)
327 (progspace-objfiles pspace)))
329 (if (not (= (length objfiles) 1))
335 (append-pretty-printer! (car objfiles) pp))))
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.guile/
scm-pretty-print.scm 324 (let ((objfiles (filter (lambda (objfile)
327 (progspace-objfiles pspace)))
329 (if (not (= (length objfiles) 1))
335 (append-pretty-printer! (car objfiles) pp))))

Completed in 47 milliseconds

1 2 3 4 5 6 7