HomeSort by: relevance | last modified time | path
    Searched defs:is_module (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/python/lib/gdb/dap/
modules.py 29 def is_module(objfile): function
38 The objfile must pass the 'is_module' test."""
52 objfiles = [x for x in gdb.objfiles() if is_module(x)]
modules.py 29 def is_module(objfile): function
38 The objfile must pass the 'is_module' test."""
52 objfiles = [x for x in gdb.objfiles() if is_module(x)]
events.py 18 from .modules import is_module, make_module namespace
106 if is_module(event.new_objfile):
119 if is_module(event.objfile):
events.py 18 from .modules import is_module, make_module namespace
106 if is_module(event.new_objfile):
119 if is_module(event.objfile):
  /src/external/gpl3/gdb/dist/gdb/python/lib/gdb/dap/
modules.py 29 def is_module(objfile): function
38 The objfile must pass the 'is_module' test."""
52 objfiles = [x for x in gdb.objfiles() if is_module(x)]
modules.py 29 def is_module(objfile): function
38 The objfile must pass the 'is_module' test."""
52 objfiles = [x for x in gdb.objfiles() if is_module(x)]
events.py 18 from .modules import is_module, make_module namespace
106 if is_module(event.new_objfile):
119 if is_module(event.objfile):
events.py 18 from .modules import is_module, make_module namespace
106 if is_module(event.new_objfile):
119 if is_module(event.objfile):

Completed in 118 milliseconds