Searched refs:debugging (Results 1 – 25 of 728) sorted by relevance
12345678910>>...30
/external/libcxx/docs/DesignDocs/ |
D | DebugMode.rst | 21 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/ |
D | control.in | 279 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/ |
D | README | 7 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/ |
D | NewMockito.java | 5 package org.mockitousage.debugging; 9 import org.mockito.internal.debugging.MockitoDebuggerImpl;
|
D | InvocationsPrinterTest.java | 1 package org.mockitousage.debugging; 6 import org.mockito.internal.debugging.InvocationsPrinter;
|
D | Foo.java | 5 package org.mockitousage.debugging;
|
/external/mockito/src/test/java/org/mockitousage/internal/debugging/ |
D | LocationImplTest.java | 5 package org.mockitousage.internal.debugging; 10 import org.mockito.internal.debugging.LocationImpl;
|
/external/bison/m4/ |
D | dmalloc.m4 | 9 [AC_MSG_CHECKING([if malloc debugging is wanted]) 16 [Define if using the dmalloc debugging malloc package])
|
/external/strace/debian/ |
D | control | 15 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/ |
D | SmaliExpressionEvaluator.java | 32 package org.jf.smalidea.debugging; 40 import org.jf.smalidea.debugging.value.LazyValue;
|
/external/syslinux/core/ |
D | tracers.inc | 23 ; %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/ |
D | changes31.dox | 30 /// 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/ |
D | DebuggingJITedCode.rst | 8 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]
|
D | Bugpoint.rst | 19 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/ |
D | README-WIN32.txt | 33 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/ |
D | mbr.ld | 39 /* Stabs debugging sections. */ 48 Symbols in the DWARF debugging sections are relative to the beginning
|
/external/syslinux/mbr/ |
D | mbr.ld | 39 /* Stabs debugging sections. */ 48 Symbols in the DWARF debugging sections are relative to the beginning
|
/external/syslinux/mbr/x86_64/ |
D | mbr.ld | 38 /* Stabs debugging sections. */ 47 Symbols in the DWARF debugging sections are relative to the beginning
|
/external/valgrind/none/tests/ |
D | cmdline2.stdout.exp | 8 --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/ |
D | README | 27 == Remote debugging == 29 For remote debugging see:
|
/external/wpa_supplicant_8/hostapd/ |
D | android.config | 140 # 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/ |
D | pr_2542_rdar_6793404.m | 3 // BEGIN delta-debugging reduced header stuff 33 // END delta-debugging reduced header stuff
|
/external/vogar/src/vogar/android/ |
D | JackDexTask.java | 81 String debuggingSubKey = "debug=" + run.debugging; in execute() 98 if (run.debugging) { in execute()
|
/external/mockito/src/main/java/org/mockito/internal/debugging/ |
D | package-info.java | 9 package org.mockito.internal.debugging;
|
/external/mockito/src/main/java/org/mockito/internal/progress/ |
D | MockingProgressImpl.java | 9 import org.mockito.internal.debugging.Localized; 10 import org.mockito.internal.debugging.LocationImpl;
|
12345678910>>...30