Searched defs:debug (Results 201 - 225 of 273) sorted by relevance

1234567891011

/external/elfutils/src/
H A Dunstrip.c1 /* Combine stripped files with separate symbols and debug information.
87 N_("Create output for modules that have no separate debug information"),
924 find_alloc_sections_prelink (Elf *debug, Elf_Data *debug_shstrtab,
1055 while ((scn = elf_nextscn (debug, scn)) != NULL)
1363 /* Somehow some old .debug files wound up with SHT_NOBITS
2001 Elf *debug = dwarf_getelf (dwfl_module_getdwarf (mod, &bias));
2002 if (debug == NULL && !all)
2012 _("cannot find debug file for module '%s': %s"),
2016 _("cannot open debug file '%s' for module '%s': %s"),
2020 if (debug
922 find_alloc_sections_prelink(Elf *debug, Elf_Data *debug_shstrtab, Elf *main, const GElf_Ehdr *main_ehdr, Elf_Data *main_shstrtab, GElf_Addr bias, struct section *sections, size_t nalloc, size_t nsections) argument
1999 Elf *debug = dwarf_getelf (dwfl_module_getdwarf (mod, &bias)); local
2102 const char *debug; local
[all...]
/external/icu4c/test/intltest/
H A Dwbnf.cpp791 const char * history; // for debug
819 history = working; // for debug
1302 LanguageGenerator::PARSE_RESULT parseBNF(UBool debug = TRUE){
1308 if (debug) printf("The bnf definition is incomplete.\n");
1312 if (debug) printf("No top node is found.\n");
1316 if(debug) {
1340 LanguageGenerator::PARSE_RESULT LanguageGenerator::parseBNF(const char *const bnf_definition /*in*/, const char *const top_node/*in*/, UBool debug){ argument
1345 PARSE_RESULT r = lang_gen->parseBNF(debug);
/external/iproute2/include/linux/
H A Dpkt_sched.h268 __u32 debug; /* debug flags */ member in struct:tc_htb_glob
/external/iptables/libiptc/
H A Dlibiptc.c51 #define debug(x, args...) fprintf(stderr, x, ## args) macro
53 #define debug(x, args...) macro
348 debug("WARNING: handle->chain_index_sz == 0\n");
356 debug("bsearch Find chain:%s (pos:%d end:%d) (offset:%d)\n",
366 debug("bsearch Index[%d] name:%s ",
375 debug("head_offset:[%d] foot_offset:[%d] ",
386 debug("res:%d ", res);
393 debug("[found] Direct hit pos:%d end:%d\n", pos, end);
401 debug("[found] Reached first array elem (end%d)\n",end);
404 debug("jum
[all...]
/external/kernel-headers/original/linux/
H A Dpkt_sched.h285 __u32 debug; /* debug flags */ member in struct:tc_htb_glob
/external/libxml2/
H A Dxmllint.c126 static int debug = 0; variable
1738 if (debug) {
1917 if ((debug)
2032 if ((debug)
2503 if (!debug) {
2812 if (debug)
2974 printf("\t--debug : dump a debug tree of the in-memory document\n");
2976 printf("\t--debugent : debug the entities defined in the document\n");
2979 printf("\t--debug
[all...]
/external/openssl/apps/
H A Ds_client.c304 BIO_printf(bio_err," -debug - extra output\n");
400 int debug; /* copy from c_debug */ member in struct:srp_arg_st
456 if (srp_arg->debug || srp_arg->msg || srp_arg->amp == 1)
469 if (srp_arg->debug)
728 else if (strcmp(*argv,"-debug") == 0)
1206 srp_arg.debug = c_debug ;
H A Dapps.c1458 static ENGINE *try_load_engine(BIO *err, const char *engine, int debug) argument
1473 ENGINE *setup_engine(BIO *err, const char *engine, int debug) argument
1486 && (e = try_load_engine(err, engine, debug)) == NULL)
1492 if (debug)
/external/openssl/ssl/
H A Dssltest.c300 static int debug=0; variable
326 fprintf(stderr," -d - debug output\n");
561 debug = 0;
616 debug=1;
1077 if (debug)
1274 if (debug)
1307 if (debug)
1334 if (debug)
1360 if (debug)
1390 if (debug)
[all...]
H A Dssl_lib.c2729 ret->debug=s->debug;
3297 void SSL_set_debug(SSL *s, int debug) argument
3299 s->debug = debug;
/external/strace/
H A Dstrace.c88 int debug = 0, followfork = 0; variable
609 if (debug)
821 debug++;
971 if (debug)
1797 if (debug)
2472 if (debug)
2551 if (debug)
2581 if (debug)
/external/v8/src/
H A Dd8.cc52 #include "d8-debug.h"
53 #include "debug.h"
728 // utility, evaluation and debug context can all access each other.
736 i::Debug* debug = i::Isolate::Current()->debug(); local
737 debug->Load();
739 = i::Handle<i::JSObject>(debug->debug_context()->global());
740 utility_context_->Global()->Set(String::New("$debug"),
742 debug->debug_context()->set_security_token(HEAP->undefined_value());
H A Ddebug.h34 #include "debug-agent.h"
45 #include "../include/v8-debug.h"
199 // Linked list holding debug info objects. The debug info objects are kept as
200 // weak handles to avoid a debug info object to keep a function alive.
211 // Global (weak) handle to the debug info object.
221 // This class controls the debug info for all functions which currently have
222 // active breakpoints in them. This debug info is held in the heap root object
269 // Find the builtin to use for invoking the debug break
278 // Check whether a global object is the debug globa
946 Debug* debug = isolate->debug(); local
[all...]
H A Dic.cc343 // Don't clear debug break inline cache as it will remove the break point.
566 Debug* debug = isolate()->debug(); local
567 if (debug->StepInActive()) {
570 debug->HandleStepIn(function, object, fp(), false);
H A Dbootstrapper.cc34 #include "debug.h"
1938 // Expose the debug global object in global if a name for it is specified.
1940 Debug* debug = Isolate::Current()->debug(); local
1943 if (!debug->Load()) return;
1946 // exposing debug global object doesn't make much sense).
1947 debug->debug_context()->set_security_token(
1952 Handle<Object> global_proxy(debug->debug_context()->global_proxy());
H A Disolate.h31 #include "../include/v8-debug.h"
924 Debug* debug() { function in class:v8::internal::Isolate
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-generic.c208 // do anything with debug info (ie. it doesn't call VG_(di_notify_mmap)).
1054 Bool debug = False; local
1056 if (debug)
2570 // debug-only printing
/external/webkit/Source/WebCore/platform/graphics/gstreamer/
H A DMediaPlayerPrivateGStreamer.cpp709 GOwnPtr<gchar> debug; local
729 gst_message_parse_error(message, &err.outPtr(), &debug.outPtr());
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.runtime.compatibility_3.2.100.v20100505.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.util_1.0.200.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.garbagecollector_1.0.100.v20100503.jar ... BundleContext inContext org.eclipse.osgi.service.debug.DebugOptions debug public void stop (org.osgi. ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-weblogic.jar ... .String[] getCommandLine (boolean, java.io.File) boolean debug java.io.File descriptorFile java.util. ...
/external/kernel-headers/original/asm-arm/arch/
H A Dmux.h100 .debug = debug_status, \
118 .debug = debug_status, \
128 .debug = dbg, \
145 unsigned char debug; member in struct:pin_config
/external/kernel-headers/original/asm-x86/
H A Dvoyager.h312 __u8 debug; member in struct:voyager_bios_info
/external/libvpx/
H A Dvpxenc.c458 int debug; member in struct:EbmlGlobal
598 ebml->debug ? "vpxenc" : "vpxenc" VERSION_STRING);
600 ebml->debug ? "vpxenc" : "vpxenc" VERSION_STRING);
793 Ebml_SerializeUnsigned32(glob, TrackUID, glob->debug ? 0xDEADBEEF : hash);
866 static const arg_def_t debugmode = ARG_DEF("D", "debug", 0,
1205 ebml.debug = 1;
1638 if(!ebml.debug)

Completed in 797 milliseconds

1234567891011