Home
last modified time | relevance | path

Searched refs:elided (Results 1 – 25 of 28) sorted by relevance

12

/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
Dpy-framefilter.py65 def elided(self): member in Dummy
92 def elided(self): member in ElidingFrameDecorator
118 elided = next(self.input_iterator)
119 return ElidingFrameDecorator(frame, [elided])
Dpy-framefilter.c107 const char *elided = "Elided frame"; in func2() local
/netbsd/src/external/gpl3/gdb/dist/gdb/python/lib/gdb/
DFrameDecorator.py45 def elided(self): member in _FrameDecoratorBase
49 return self._base.elided()
/netbsd/src/external/bsd/tcpdump/dist/tests/
Drpl-dao-oobr.out1 …eff:fe11:3424: ICMP6, RPL, (CLR)Destination Advertisement Object [dagid:<elided>,seq:0,instance:42…
/netbsd/src/external/gpl3/gdb/dist/gdb/python/
Dpy-framefilter.c1049 gdbpy_ref<> elided (get_py_iter_from_func (filter, "elided")); in py_print_frame()
1050 if (elided == NULL) in py_print_frame()
1053 if (elided != Py_None) in py_print_frame()
1061 while ((item = PyIter_Next (elided.get ()))) in py_print_frame()
/netbsd/src/sbin/mount_portal/examples/
Dcvs.132 [ diffs elided ]
/netbsd/src/external/gpl3/binutils/dist/gas/
DChangeLog-2013439 Add a "must be an immediate expression" error. Handle elided offsets
517 suffixes to be elided too.
570 (mips_ip): Use it. Allow "+K" operands to be elided at the end
943 for 'A' and assume that the constant has been elided if the result
972 Handle elided 'A' constants. Allow 'A' constants to use
/netbsd/src/external/gpl2/xcvs/dist/doc/
Dgetdate.texi269 part of the time of day may not be elided when a time zone correction
Dgetdate-cvs.texi276 part of the time of day may not be elided when a time zone correction
/netbsd/src/external/gpl3/gdb/dist/gdb/doc/
Dpython.texi2381 @defun FrameDecorator.elided (self)
2383 The @code{elided} method groups frames together in a hierarchical
2390 The @code{elided} function must return an iterable and this iterable
2391 must contain the frames that are being elided wrapped in a suitable
2392 frame decorator. If no frames are being elided this function may
2398 It is the frame filter's task to also filter out the elided frames from
2736 want to hierarchically represent frames, the @code{elided} frame
2739 This example approaches the issue with the @code{elided} method. This
2799 elided frame, and the eliding frame.
2809 def elided(self):
[all …]
Dgdb.info-91068 * FrameDecorator.elided: Frame Decorator API. (line 29)
Dgdb.texinfo8468 such elided frames are still printed, but they are indented relative
8469 to the filtered frames that cause them to be elided. The @code{-hide}
8470 option causes elided frames to not be printed at all.
37945 file name) of a source file, though the fullname can be elided if this
37952 of the file. The @var{fullname} field can be elided if the absolute
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dpt.cc30212 bool elided = false; in do_class_deduction() local
30215 for (lkp_iterator iter (cands); !elided && iter; ++iter) in do_class_deduction()
30217 elided = true; in do_class_deduction()
30219 if (elided) in do_class_deduction()
30260 if (elided && !cands) in do_class_deduction()
30283 if (elided) in do_class_deduction()
DChangeLog-20173938 elided.
/netbsd/src/external/bsd/file/dist/
DChangeLog292 - More syscalls elided for sandboxing
/netbsd/src/external/gpl3/gcc/dist/gcc/config/m68k/
Dm68k.md254 ;; elided.
/netbsd/src/external/gpl3/gcc/dist/gcc/
DChangeLog-20013887 Ignore elided switches.
14103 Ignore elided switches.
15569 Ignore elided switches.
DChangeLog-200211938 CODE_FOR_nothing for all elided patterns.
11941 function here for all elided patterns, which simply returns
11943 (gen_insn): Do not define HAVE_xxx for elided patterns.
/netbsd/src/external/gpl3/gdb/dist/libiberty/
DChangeLog9265 elided; needed by gdb and not present in libc.
/netbsd/src/external/gpl3/binutils/dist/libiberty/
DChangeLog9265 elided; needed by gdb and not present in libc.
/netbsd/src/external/gpl3/gcc/dist/libiberty/
DChangeLog8774 elided; needed by gdb and not present in libc.
/netbsd/src/external/gpl3/gdb/dist/gdb/
DNEWS3578 if elided. This command is renamed from the "maint demangle" command.
DChangeLog-201512861 'elided' to a new inner block.
DChangeLog-201810353 whether the frame should be elided.
/netbsd/src/external/gpl3/gcc/dist/
DNEWS4448 Those [...] elided parameters can be seen using -fno-elide-type:

12