Home
last modified time | relevance | path

Searched refs:debug_flag (Results 1 – 25 of 27) sorted by relevance

12

/external/lldb/scripts/
Dfinish-swig-wrapper-classes.sh34 debug_flag=$1
38 debug_flag=""
91 …urlang}-LLDB.sh $SRC_ROOT $TARGET_DIR $CONFIG_BUILD_DIR "${PREFIX}" "${debug_flag}" "${makefile_fl…
Dbuild-swig-wrapper-classes.sh38 debug_flag="$1"
42 debug_flag=""
147 …lang}.sh "$SRC_ROOT" "$TARGET_DIR" "$CONFIG_BUILD_DIR" "${PREFIX}" "${debug_flag}" "${SWIG}" "${m…
/external/lldb/scripts/Python/
Dfinish-swig-Python-LLDB.sh34 debug_flag=$5
43 if [ -n "$debug_flag" -a "$debug_flag" = "-debug" ]
Dbuild-swig-Python.sh18 debug_flag=$5
61 if [ -n "$debug_flag" -a "$debug_flag" = "-debug" ]
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
Dp8.cpp39 class debug_flag { // expected-note {{not an aggregate and has no constexpr constructors}} class
41 explicit debug_flag(bool);
/external/strace/
Dstrace.c82 bool debug_flag = 0; variable
713 if (debug_flag) in alloctcb()
734 if (debug_flag) in droptcb()
866 if (debug_flag) in detach()
1022 if (debug_flag) in startup_attach()
1026 if (debug_flag) in startup_attach()
1070 if (debug_flag) in startup_attach()
1423 if (debug_flag) in test_ptrace_setoptions_followfork()
1525 if (debug_flag) in test_ptrace_setoptions_for_all()
1563 } else if (debug_flag) { in test_ptrace_seize()
[all …]
Dsyscall.c1409 if (debug_flag) in get_scno()
1422 if (debug_flag) in get_scno()
1439 if (debug_flag) in get_scno()
1517 if (debug_flag) in get_scno()
1591 if (debug_flag) in syscall_fixup_on_sysenter()
1606 if (debug_flag) in syscall_fixup_on_sysenter()
1616 if (debug_flag) in syscall_fixup_on_sysenter()
1626 if (debug_flag) in syscall_fixup_on_sysenter()
1634 if (debug_flag) in syscall_fixup_on_sysenter()
1642 if (debug_flag) in syscall_fixup_on_sysenter()
Dunwind.c41 #define DPRINTF(F, A, ...) if (debug_flag) fprintf(stderr, " [unwind(" A ")] " F "\n", __VA_ARGS__)
Ddefs.h559 extern bool debug_flag;
/external/chromium_org/sandbox/linux/seccomp-bpf/
Dtrap.cc320 const char* debug_flag = getenv(kSandboxDebuggingEnv); in SandboxDebuggingAllowedByUser() local
321 return debug_flag && *debug_flag; in SandboxDebuggingAllowedByUser()
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
Dparse-events-flex.h256 void parse_events_set_debug (int debug_flag ,yyscan_t yyscanner );
Dpmu-flex.c530 void perf_pmu_set_debug (int debug_flag );
Dparse-events-flex.c1173 void parse_events_set_debug (int debug_flag ,yyscan_t yyscanner );
/external/elfutils/0.153/libcpu/
Di386_lex.c606 void i386_set_debug (int debug_flag );
/external/bison/examples/calc++/
Dcalc++-scanner.cc606 void yyset_debug (int debug_flag );
/external/bison/src/
Dscan-skel.c693 void skel_set_debug (int debug_flag );
Dscan-code.c778 void code_set_debug (int debug_flag );
Dscan-gram.c1102 void gram_set_debug (int debug_flag );
/external/elfutils/0.153/src/
Dldlex.c1182 void ldset_debug (int debug_flag );
/external/libpcap/
Dscanner.c2816 void pcap_set_debug (int debug_flag );
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
Dglcpp-lex.c702 void glcpp_set_debug (int debug_flag ,yyscan_t yyscanner );
Dglsl_lexer.cc1211 void _mesa_glsl_set_debug (int debug_flag ,yyscan_t yyscanner );
Dlex.yy.c1250 void _mesa_program_set_debug (int debug_flag ,yyscan_t yyscanner );
/external/chromium_org/third_party/angle/src/compiler/preprocessor/
DTokenizer.cpp647 void ppset_debug (int debug_flag ,yyscan_t yyscanner );
/external/chromium_org/third_party/angle/src/compiler/translator/
Dglslang_lex.cpp1089 void yyset_debug (int debug_flag ,yyscan_t yyscanner );

12