Home
last modified time | relevance | path

Searched refs:debugging (Results 1 – 25 of 728) sorted by relevance

12345678910>>...30

/external/libcxx/docs/DesignDocs/
DDebugMode.rst21 This macro is used to enable assertions and iterator debugging checks within
27 assertions. Defining ``_LIBCPP_DEBUG`` to ``1`` enables "iterator debugging"
73 "iterator debugging" which checks the validity of iterators used by the program.
89 The following containers and STL classes support iterator debugging:
99 The remaining containers do not currently support iterator debugging.
/external/e2fsprogs/debian/
Dcontrol.in279 Description: debugging information for e2fsprogs
280 This package includes the debug information useful for debugging e2fsprogs
291 Description: debugging information for uuid-runtime
292 This package includes the debug information useful for debugging the
294 The debugging information is used for execution tracing and core
303 Description: debugging information for e2fslibs
304 This package includes the debug information useful for debugging the
313 Description: debugging information for libcomerr2
314 This package includes the debug information useful for debugging the
315 com_err library, contained in the libcomerr2 package. The debugging
[all …]
/external/mesa3d/src/gallium/drivers/rbug/
DREADME7 It provides remote debugging functionality.
16 which should open gallium remote debugging session. While the program is running
17 you can launch the small remote debugging application from progs/rbug. More
/external/mockito/src/test/java/org/mockitousage/debugging/
DNewMockito.java5 package org.mockitousage.debugging;
9 import org.mockito.internal.debugging.MockitoDebuggerImpl;
DInvocationsPrinterTest.java1 package org.mockitousage.debugging;
6 import org.mockito.internal.debugging.InvocationsPrinter;
DFoo.java5 package org.mockitousage.debugging;
/external/mockito/src/test/java/org/mockitousage/internal/debugging/
DLocationImplTest.java5 package org.mockitousage.internal.debugging;
10 import org.mockito.internal.debugging.LocationImpl;
/external/bison/m4/
Ddmalloc.m49 [AC_MSG_CHECKING([if malloc debugging is wanted])
16 [Define if using the dmalloc debugging malloc package])
/external/strace/debian/
Dcontrol15 strace is a system call tracer, i.e. a debugging tool which prints out
29 strace is a system call tracer, i.e. a debugging tool which prints out
48 strace is a system call tracer, i.e. a debugging tool which prints out
57 This is a stripped down package intended for debugging use in the Debian
/external/smali/smalidea/src/main/java/org/jf/smalidea/debugging/
DSmaliExpressionEvaluator.java32 package org.jf.smalidea.debugging;
40 import org.jf.smalidea.debugging.value.LazyValue;
/external/syslinux/core/
Dtracers.inc23 ; %define DEBUG_TRACERS 1 ; Uncomment to get debugging tracers
24 ; %define DEBUG_MESSAGES ; Uncomment to get debugging messages
/external/antlr/antlr-3.4/runtime/C/doxygen/
Dchanges31.dox30 /// supports remote debugging only (you cannot generate C, compile and debug it from the
31 /// ANTLRWorks IDE.) However both parser and tree parser debugging is supported providing
32 /// you are using a version of ANTLRWorks that supports tree parser debugging. Generate
35 /// Note that when you invoke your debugging version of the parser, it will appear to hang
/external/llvm/docs/
DDebuggingJITedCode.rst8 Without special runtime support, debugging dynamically generated code with
32 better option for debugging JIT-ed code on Mac OS X.
38 The emerging MCJIT component of LLVM allows full debugging of JIT-ed code with
40 DWARF debugging information to GDB.
97 [Thread debugging using libthread_db enabled]
DBugpoint.rst19 For detailed case scenarios, such as debugging ``opt``, or one of the LLVM code
30 compiler-debugging process; consequently, it may take a long period of
32 that ``bugpoint`` is generally very quick unless debugging a miscompilation
68 passes triggers the bug. This is useful when debugging a problem exposed by
73 debugging intraprocedural optimizations. Once the number of functions has been
124 * In the code generator and miscompilation debuggers, debugging will go faster
213 being done. If that can be figured out, then do the usual debugging. If which
216 Alternatively, you can use "``printf``" style debugging to report waypoints.
/external/zlib/src/win32/
DREADME-WIN32.txt33 example.pdb Symbolic information for debugging example.exe
36 example_d.pdb Symbolic information for debugging example_d.exe
39 minigzip.pdb Symbolic information for debugging minigzip.exe
42 minigzip_d.pdb Symbolic information for debugging minigzip_d.exe
52 (zlib.pdb provides debugging info to the compile time linker)
/external/syslinux/mbr/i386/
Dmbr.ld39 /* Stabs debugging sections. */
48 Symbols in the DWARF debugging sections are relative to the beginning
/external/syslinux/mbr/
Dmbr.ld39 /* Stabs debugging sections. */
48 Symbols in the DWARF debugging sections are relative to the beginning
/external/syslinux/mbr/x86_64/
Dmbr.ld38 /* Stabs debugging sections. */
47 Symbols in the DWARF debugging sections are relative to the beginning
/external/valgrind/none/tests/
Dcmdline2.stdout.exp8 --help-debug show this message, plus debugging options
135 debugging options for all Valgrind tools:
136 -d show verbose debugging output
194 debugging options for Valgrind tools that report errors
198 debugging options for Valgrind tools that replace malloc:
201 debugging options for Nulgrind:
/external/mesa3d/src/gallium/drivers/trace/
DREADME27 == Remote debugging ==
29 For remote debugging see:
/external/wpa_supplicant_8/hostapd/
Dandroid.config140 # Remove debugging code that is printing out debug messages to stdout.
141 # This can be used to reduce the size of the hostapd considerably if debugging
158 # This can be used to reduce binary size at the cost of disabling a debugging
168 # Enable tracing code for developer debugging
177 # Use libbfd to get more details for developer debugging
/external/clang/test/Analysis/
Dpr_2542_rdar_6793404.m3 // BEGIN delta-debugging reduced header stuff
33 // END delta-debugging reduced header stuff
/external/vogar/src/vogar/android/
DJackDexTask.java81 String debuggingSubKey = "debug=" + run.debugging; in execute()
98 if (run.debugging) { in execute()
/external/mockito/src/main/java/org/mockito/internal/debugging/
Dpackage-info.java9 package org.mockito.internal.debugging;
/external/mockito/src/main/java/org/mockito/internal/progress/
DMockingProgressImpl.java9 import org.mockito.internal.debugging.Localized;
10 import org.mockito.internal.debugging.LocationImpl;

12345678910>>...30