HomeSort by relevance Sort by last modified time
    Searched refs:locus (Results 1 - 17 of 17) sorted by null

  /prebuilts/gdb/darwin-x86/share/gdb/python/gdb/
unwinder.py 53 def register_unwinder(locus, unwinder, replace=False):
54 """Register unwinder in given locus.
56 The unwinder is prepended to the locus's unwinders list. Unwinder
60 locus: Either an objfile, progspace, or None (in which case
72 TypeError: Bad locus type
74 if locus is None:
77 locus = gdb
78 elif isinstance(locus, gdb.Objfile) or isinstance(locus, gdb.Progspace):
81 (unwinder.name, locus.filename)
    [all...]
xmethod.py 231 # xmethod matcher with NAME in LOCUS. Returns the index of the xmethod
232 # matcher in 'xmethods' sequence attribute of the LOCUS. If NAME is not
233 # found in LOCUS, then -1 is returned.
235 def _lookup_xmethod_matcher(locus, name):
236 for i in range(0, len(locus.xmethods)):
237 if locus.xmethods[i].name == name:
242 def register_xmethod_matcher(locus, matcher, replace=False):
243 """Registers a xmethod matcher MATCHER with a LOCUS.
246 locus: The locus in which the xmethods should be registered
    [all...]
types.py 168 def register_type_printer(locus, printer):
171 LOCUS is either an objfile, a program space, or None, indicating
174 if locus is None:
175 locus = gdb
176 locus.type_printers.insert(0, printer)
  /prebuilts/gdb/linux-x86/share/gdb/python/gdb/
unwinder.py 53 def register_unwinder(locus, unwinder, replace=False):
54 """Register unwinder in given locus.
56 The unwinder is prepended to the locus's unwinders list. Unwinder
60 locus: Either an objfile, progspace, or None (in which case
72 TypeError: Bad locus type
74 if locus is None:
77 locus = gdb
78 elif isinstance(locus, gdb.Objfile) or isinstance(locus, gdb.Progspace):
81 (unwinder.name, locus.filename)
    [all...]
xmethod.py 231 # xmethod matcher with NAME in LOCUS. Returns the index of the xmethod
232 # matcher in 'xmethods' sequence attribute of the LOCUS. If NAME is not
233 # found in LOCUS, then -1 is returned.
235 def _lookup_xmethod_matcher(locus, name):
236 for i in range(0, len(locus.xmethods)):
237 if locus.xmethods[i].name == name:
242 def register_xmethod_matcher(locus, matcher, replace=False):
243 """Registers a xmethod matcher MATCHER with a LOCUS.
246 locus: The locus in which the xmethods should be registered
    [all...]
types.py 168 def register_type_printer(locus, printer):
171 LOCUS is either an objfile, a program space, or None, indicating
174 if locus is None:
175 locus = gdb
176 locus.type_printers.insert(0, printer)
  /external/clang/test/CodeGen/
2005-09-24-BitFieldCrash.c 17 long long locus, y; member in struct:tree_function_decl
  /prebuilts/gdb/darwin-x86/share/gdb/python/gdb/command/
xmethods.py 37 A 3-tuple: (<locus matching regular expression>,
59 return (validate_xm_regexp("locus", locus_regexp),
90 locus_re: If a locus is an objfile, then xmethod matchers will be
92 expression LOCUS_RE. If a locus is the current progspace,
103 for locus in loci:
104 if isinstance(locus, gdb.Progspace):
109 if not locus_re.match(locus.filename):
112 locus_str = "%s %s" % (locus_type, locus.filename)
114 m for m in locus.xmethods if matcher_re.match(m.name)]
180 Usage: info xmethod [locus-regexp [name-regexp]
    [all...]
  /prebuilts/gdb/linux-x86/share/gdb/python/gdb/command/
xmethods.py 37 A 3-tuple: (<locus matching regular expression>,
59 return (validate_xm_regexp("locus", locus_regexp),
90 locus_re: If a locus is an objfile, then xmethod matchers will be
92 expression LOCUS_RE. If a locus is the current progspace,
103 for locus in loci:
104 if isinstance(locus, gdb.Progspace):
109 if not locus_re.match(locus.filename):
112 locus_str = "%s %s" % (locus_type, locus.filename)
114 m for m in locus.xmethods if matcher_re.match(m.name)]
180 Usage: info xmethod [locus-regexp [name-regexp]
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
pretty-print.h 37 location_t *locus; member in struct:__anon63413
tree-flow-inline.h 418 return gimple_phi_arg (gs, i)->locus;
426 return gimple_phi_arg (gs, e->dest_idx)->locus;
434 gimple_phi_arg (gs, i)->locus = loc;
1182 return v->locus;
    [all...]
line-map.h 263 source_location locus; variable
277 in which the locus and associated data is stored. */
503 /* Return a positive value if LOCATION is the locus of a token that is
505 is the locus of a token that is located in a system header, and 2
506 if LOCATION is the locus of a token located in a C system header
674 The virtual location is resolved to the locus where the token has
681 The virtual location is resolved to the locus of the token in the
684 If LOC is the locus of a token that is an argument of a
686 of the macro] the virtual location is resolved to the locus of the
690 If LOC is the locus of a token that is not an argument of
    [all...]
tree.h 1888 location_t locus; variable
1988 location_t locus; variable
2006 location_t locus; variable
2082 location_t locus; variable
2643 location_t locus; variable
    [all...]
tree-flow.h 479 source_location locus; /* PHI arg location. */ member in struct:_edge_var_map
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/cp/
cp-tree.h 686 (((struct tree_lambda_expr *)LAMBDA_EXPR_CHECK (NODE))->locus)
717 location_t locus;
739 location_t locus;
716 location_t locus; variable
738 location_t locus; variable
4903 location_t locus; variable
    [all...]
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/bin/
aarch64-linux-android-gcc-4.9.x     [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/bin/
arm-linux-androideabi-gcc-4.9.x     [all...]

Completed in 1069 milliseconds