Home
last modified time | relevance | path

Searched refs:isDebug (Results 1 – 25 of 1382) sorted by relevance

12345678910>>...56

/dports/devel/py-pydevd/pydevd-1.1.1/pydevd_attach_to_process/linux/
H A Dattach_linux.c42 extern "C" int SetSysTraceFunc(bool showDebugInfo, bool isDebug);
46 int _PYDEVD_ExecWithGILSetSysStrace(bool showDebugInfo, bool isDebug);
66 if (object != NULL && isDebug) { in GetPyObjectPointerNoDebugInfo()
75 if (object != NULL && isDebug) { in GetPyObjectPointerNoDebugInfo2()
84 void DecRef(PyObject* object, bool isDebug) { in DecRef() argument
85 PyObject* noDebug = GetPyObjectPointerNoDebugInfo(isDebug, object); in DecRef()
94 void IncRef(PyObject* object, bool isDebug) { in IncRef() argument
107 PyObjectHolder(bool isDebug, PyObject *object) { in PyObjectHolder() argument
109 _isDebug = isDebug; in PyObjectHolder()
126 int DoAttach(bool isDebug, const char *command, bool showDebugInfo) in DoAttach() argument
[all …]
/dports/net-p2p/eiskaltdcpp-cli/eiskaltdcpp-2.2.10/eiskaltdcpp-daemon/
H A Djsonrpcmethods.cpp40 if (isDebug) std::cout << "StopDaemon (root): " << root << std::endl; in StopDaemon()
51 if (isDebug) std::cout << "MagnetAdd (root): " << root << std::endl; in MagnetAdd()
74 if (isDebug) std::cout << "HubAdd (root): " << root << std::endl; in HubAdd()
93 if (isDebug) std::cout << "HubDel (root): " << root << std::endl; in HubDel()
111 if (isDebug) std::cout << "HubSay (root): " << root << std::endl; in HubSay()
134 if (isDebug) std::cout << "HubSayPM (root): " << root << std::endl; in HubSayPM()
158 if (isDebug) std::cout << "ListHubs (root): " << root << std::endl; in ListHubs()
249 if (isDebug) std::cout << "ListShare (root): " << root << std::endl; in ListShare()
302 if (isDebug) std::cout << "GetChatPub (root): " << root << std::endl; in GetChatPub()
395 if (isDebug) std::cout << "ShowRatio (root): " << root << std::endl; in ShowRatio()
[all …]
/dports/net-p2p/eiskaltdcpp-lib/eiskaltdcpp-2.2.10/eiskaltdcpp-daemon/
H A Djsonrpcmethods.cpp40 if (isDebug) std::cout << "StopDaemon (root): " << root << std::endl; in StopDaemon()
51 if (isDebug) std::cout << "MagnetAdd (root): " << root << std::endl; in MagnetAdd()
74 if (isDebug) std::cout << "HubAdd (root): " << root << std::endl; in HubAdd()
93 if (isDebug) std::cout << "HubDel (root): " << root << std::endl; in HubDel()
111 if (isDebug) std::cout << "HubSay (root): " << root << std::endl; in HubSay()
134 if (isDebug) std::cout << "HubSayPM (root): " << root << std::endl; in HubSayPM()
158 if (isDebug) std::cout << "ListHubs (root): " << root << std::endl; in ListHubs()
249 if (isDebug) std::cout << "ListShare (root): " << root << std::endl; in ListShare()
302 if (isDebug) std::cout << "GetChatPub (root): " << root << std::endl; in GetChatPub()
395 if (isDebug) std::cout << "ShowRatio (root): " << root << std::endl; in ShowRatio()
[all …]
/dports/net-p2p/eiskaltdcpp-gtk/eiskaltdcpp-2.2.10/eiskaltdcpp-daemon/
H A Djsonrpcmethods.cpp40 if (isDebug) std::cout << "StopDaemon (root): " << root << std::endl; in StopDaemon()
51 if (isDebug) std::cout << "MagnetAdd (root): " << root << std::endl; in MagnetAdd()
74 if (isDebug) std::cout << "HubAdd (root): " << root << std::endl; in HubAdd()
93 if (isDebug) std::cout << "HubDel (root): " << root << std::endl; in HubDel()
111 if (isDebug) std::cout << "HubSay (root): " << root << std::endl; in HubSay()
134 if (isDebug) std::cout << "HubSayPM (root): " << root << std::endl; in HubSayPM()
158 if (isDebug) std::cout << "ListHubs (root): " << root << std::endl; in ListHubs()
249 if (isDebug) std::cout << "ListShare (root): " << root << std::endl; in ListShare()
302 if (isDebug) std::cout << "GetChatPub (root): " << root << std::endl; in GetChatPub()
395 if (isDebug) std::cout << "ShowRatio (root): " << root << std::endl; in ShowRatio()
[all …]
/dports/net-p2p/eiskaltdcpp-data/eiskaltdcpp-2.2.10/eiskaltdcpp-daemon/
H A Djsonrpcmethods.cpp40 if (isDebug) std::cout << "StopDaemon (root): " << root << std::endl; in StopDaemon()
51 if (isDebug) std::cout << "MagnetAdd (root): " << root << std::endl; in MagnetAdd()
74 if (isDebug) std::cout << "HubAdd (root): " << root << std::endl; in HubAdd()
93 if (isDebug) std::cout << "HubDel (root): " << root << std::endl; in HubDel()
111 if (isDebug) std::cout << "HubSay (root): " << root << std::endl; in HubSay()
134 if (isDebug) std::cout << "HubSayPM (root): " << root << std::endl; in HubSayPM()
158 if (isDebug) std::cout << "ListHubs (root): " << root << std::endl; in ListHubs()
249 if (isDebug) std::cout << "ListShare (root): " << root << std::endl; in ListShare()
302 if (isDebug) std::cout << "GetChatPub (root): " << root << std::endl; in GetChatPub()
395 if (isDebug) std::cout << "ShowRatio (root): " << root << std::endl; in ShowRatio()
[all …]
/dports/net-p2p/eiskaltdcpp-daemon/eiskaltdcpp-2.2.10/eiskaltdcpp-daemon/
H A Djsonrpcmethods.cpp40 if (isDebug) std::cout << "StopDaemon (root): " << root << std::endl; in StopDaemon()
51 if (isDebug) std::cout << "MagnetAdd (root): " << root << std::endl; in MagnetAdd()
74 if (isDebug) std::cout << "HubAdd (root): " << root << std::endl; in HubAdd()
93 if (isDebug) std::cout << "HubDel (root): " << root << std::endl; in HubDel()
111 if (isDebug) std::cout << "HubSay (root): " << root << std::endl; in HubSay()
134 if (isDebug) std::cout << "HubSayPM (root): " << root << std::endl; in HubSayPM()
158 if (isDebug) std::cout << "ListHubs (root): " << root << std::endl; in ListHubs()
249 if (isDebug) std::cout << "ListShare (root): " << root << std::endl; in ListShare()
302 if (isDebug) std::cout << "GetChatPub (root): " << root << std::endl; in GetChatPub()
395 if (isDebug) std::cout << "ShowRatio (root): " << root << std::endl; in ShowRatio()
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/writeengine/index/
H A Dwe_freemgr.cpp119 if ( isDebug( DEBUG_3 )) in init()
438 if ( isDebug( DEBUG_2 )) in init()
491 if ( isDebug( DEBUG_3 )) in assignSegment()
560 if ( isDebug( DEBUG_2 )) in assignSegment()
890 if ( isDebug( DEBUG_3 )) in assignSubblock()
900 if ( isDebug( DEBUG_2 )) in assignSubblock()
927 if ( isDebug( DEBUG_2 )) in assignSubblock()
1062 if (isDebug(DEBUG_3)) in assignSubblock()
1129 if ( isDebug( DEBUG_3 )) in releaseSegment()
1134 if ( isDebug( DEBUG_2 )) in releaseSegment()
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/writeengine/index/
H A Dwe_freemgr.cpp119 if ( isDebug( DEBUG_3 )) in init()
438 if ( isDebug( DEBUG_2 )) in init()
491 if ( isDebug( DEBUG_3 )) in assignSegment()
560 if ( isDebug( DEBUG_2 )) in assignSegment()
890 if ( isDebug( DEBUG_3 )) in assignSubblock()
900 if ( isDebug( DEBUG_2 )) in assignSubblock()
927 if ( isDebug( DEBUG_2 )) in assignSubblock()
1062 if (isDebug(DEBUG_3)) in assignSubblock()
1129 if ( isDebug( DEBUG_3 )) in releaseSegment()
1134 if ( isDebug( DEBUG_2 )) in releaseSegment()
[all …]
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/common/
H A Dref_utils.hpp5 PyObject* GetPyObjectPointerNoDebugInfo(bool isDebug, PyObject* object) { in GetPyObjectPointerNoDebugInfo() argument
6 if (object != nullptr && isDebug) { in GetPyObjectPointerNoDebugInfo()
13 void DecRef(PyObject* object, bool isDebug) { in DecRef() argument
14 auto noDebug = GetPyObjectPointerNoDebugInfo(isDebug, object); in DecRef()
17 … ((PyTypeObject*)GetPyObjectPointerNoDebugInfo(isDebug, noDebug->ob_type))->tp_dealloc(object); in DecRef()
31 PyObjectHolder(bool isDebug) { in PyObjectHolder() argument
33 _isDebug = isDebug; in PyObjectHolder()
36 PyObjectHolder(bool isDebug, PyObject *object) { in PyObjectHolder() argument
38 _isDebug = isDebug; in PyObjectHolder()
41 PyObjectHolder(bool isDebug, PyObject *object, bool addRef) { in PyObjectHolder() argument
[all …]
H A Dpy_custom_pyeval_settrace.hpp33 bool isDebug; member
105 DecRef(args, internalInitializeCustomPyEvalSetTrace->isDebug); in PyObject_FastCallDictCustom()
168 DecRef(temp_f_trace, internalInitializeCustomPyEvalSetTrace->isDebug); in InternalTraceTrampoline()
175 DecRef(tmp, internalInitializeCustomPyEvalSetTrace->isDebug); in InternalTraceTrampoline()
178 DecRef(result, internalInitializeCustomPyEvalSetTrace->isDebug); in InternalTraceTrampoline()
185 void InternalPySetTrace_Template(T tstate, PyObjectHolder* traceFunc, bool isDebug) in InternalPySetTrace_Template() argument
199 DecRef(temp, isDebug); in InternalPySetTrace_Template()
210 void InternalPySetTrace(PyThreadState* curThread, PyObjectHolder* traceFunc, bool isDebug, PythonVe… in InternalPySetTrace() argument
213 …plate<PyThreadState_25_27*>(reinterpret_cast<PyThreadState_25_27*>(curThread), traceFunc, isDebug); in InternalPySetTrace()
215 …plate<PyThreadState_30_33*>(reinterpret_cast<PyThreadState_30_33*>(curThread), traceFunc, isDebug); in InternalPySetTrace()
[all …]
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/pydev/pydevd_attach_to_process/common/
H A Dref_utils.hpp5 PyObject* GetPyObjectPointerNoDebugInfo(bool isDebug, PyObject* object) { in GetPyObjectPointerNoDebugInfo() argument
6 if (object != nullptr && isDebug) { in GetPyObjectPointerNoDebugInfo()
13 void DecRef(PyObject* object, bool isDebug) { in DecRef() argument
14 auto noDebug = GetPyObjectPointerNoDebugInfo(isDebug, object); in DecRef()
17 … ((PyTypeObject*)GetPyObjectPointerNoDebugInfo(isDebug, noDebug->ob_type))->tp_dealloc(object); in DecRef()
31 PyObjectHolder(bool isDebug) { in PyObjectHolder() argument
33 _isDebug = isDebug; in PyObjectHolder()
36 PyObjectHolder(bool isDebug, PyObject *object) { in PyObjectHolder() argument
38 _isDebug = isDebug; in PyObjectHolder()
41 PyObjectHolder(bool isDebug, PyObject *object, bool addRef) { in PyObjectHolder() argument
[all …]
/dports/devel/py-debugpy/debugpy-1.5.1/src/debugpy/_vendored/pydevd/pydevd_attach_to_process/common/
H A Dref_utils.hpp5 PyObject* GetPyObjectPointerNoDebugInfo(bool isDebug, PyObject* object) { in GetPyObjectPointerNoDebugInfo() argument
6 if (object != nullptr && isDebug) { in GetPyObjectPointerNoDebugInfo()
13 void DecRef(PyObject* object, bool isDebug) { in DecRef() argument
14 auto noDebug = GetPyObjectPointerNoDebugInfo(isDebug, object); in DecRef()
17 … ((PyTypeObject*)GetPyObjectPointerNoDebugInfo(isDebug, noDebug->ob_type))->tp_dealloc(object); in DecRef()
31 PyObjectHolder(bool isDebug) { in PyObjectHolder() argument
33 _isDebug = isDebug; in PyObjectHolder()
36 PyObjectHolder(bool isDebug, PyObject *object) { in PyObjectHolder() argument
38 _isDebug = isDebug; in PyObjectHolder()
41 PyObjectHolder(bool isDebug, PyObject *object, bool addRef) { in PyObjectHolder() argument
[all …]
H A Dpy_custom_pyeval_settrace.hpp55 DecRef(args, internalInitializeCustomPyEvalSetTrace->isDebug); in PyObject_FastCallDictCustom()
127 DecRef(temp_f_trace, internalInitializeCustomPyEvalSetTrace->isDebug); in InternalTraceTrampoline()
134 DecRef(tmp, internalInitializeCustomPyEvalSetTrace->isDebug); in InternalTraceTrampoline()
137 DecRef(result, internalInitializeCustomPyEvalSetTrace->isDebug); in InternalTraceTrampoline()
144 void InternalPySetTrace_Template(T tstate, PyObjectHolder* traceFunc, bool isDebug) in InternalPySetTrace_Template() argument
158 DecRef(temp, isDebug); in InternalPySetTrace_Template()
169 void InternalPySetTrace(PyThreadState* curThread, PyObjectHolder* traceFunc, bool isDebug, PythonVe… in InternalPySetTrace() argument
172 …plate<PyThreadState_25_27*>(reinterpret_cast<PyThreadState_25_27*>(curThread), traceFunc, isDebug); in InternalPySetTrace()
174 …plate<PyThreadState_30_33*>(reinterpret_cast<PyThreadState_30_33*>(curThread), traceFunc, isDebug); in InternalPySetTrace()
180 …ce_Template<PyThreadState_39*>(reinterpret_cast<PyThreadState_39*>(curThread), traceFunc, isDebug); in InternalPySetTrace()
[all …]
/dports/finance/prestashop/prestashop/src/Adapter/
H A DEnvironment.php42 private $isDebug; variable in PrestaShop\\PrestaShop\\Adapter\\Environment
50 * @param bool|null $isDebug
53 public function __construct($isDebug = null, $name = null) argument
55 if (null === $isDebug) {
56 $this->isDebug = defined(_PS_MODE_DEV_) ? _PS_MODE_DEV_ : true;
58 $this->isDebug = $isDebug;
67 $this->name = $this->isDebug ? 'dev' : 'prod';
83 public function isDebug() function in PrestaShop\\PrestaShop\\Adapter\\Environment
85 return $this->isDebug;
H A DGeneralConfiguration.php51 private $isDebug; variable in PrestaShop\\PrestaShop\\Adapter\\GeneralConfiguration
56 * @param bool|null $isDebug
58 public function __construct(Configuration $configuration, Cookie $cookie, bool $isDebug = null) argument
62 … $this->isDebug = $isDebug === null ? (defined(_PS_MODE_DEV_) ? _PS_MODE_DEV_ : true) : $isDebug;
77 if ($this->isDebug) {
107 if ($this->isDebug) {
133 if ($this->isDebug) {
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/primitives/primproc/
H A Dprimproc.h44 if ( isDebug(SUMMARY) ) \
50 if ( isDebug(SUMMARY) ) \
56 if ( isDebug(SUMMARY) ) \
62 if ( isDebug(DETAIL) ) \
68 if ( isDebug(DETAIL) ) \
74 if ( isDebug(DETAIL) ) \
80 if ( isDebug(VERBOSE) ) \
86 if ( isDebug(VERBOSE) ) \
92 if ( isDebug(VERBOSE) ) \
106 bool isDebug( const DebugLevel level );
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/primitives/primproc/
H A Dprimproc.h44 if ( isDebug(SUMMARY) ) \
50 if ( isDebug(SUMMARY) ) \
56 if ( isDebug(SUMMARY) ) \
62 if ( isDebug(DETAIL) ) \
68 if ( isDebug(DETAIL) ) \
74 if ( isDebug(DETAIL) ) \
80 if ( isDebug(VERBOSE) ) \
86 if ( isDebug(VERBOSE) ) \
92 if ( isDebug(VERBOSE) ) \
106 bool isDebug( const DebugLevel level );
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/windows/
H A Dpy_win_helpers.hpp4 bool IsPythonModule(HMODULE module, bool &isDebug) { in IsPythonModule() argument
6 isDebug = false; in IsPythonModule()
10 isDebug = true; in IsPythonModule()
31 bool isDebug; member
40 moduleInfo.isDebug = false; in GetPythonModule()
65 bool isDebug; in GetPythonModule() local
66 if (IsPythonModule(hMods[i], isDebug)) { in GetPythonModule()
67 moduleInfo.isDebug = isDebug; in GetPythonModule()
/dports/devel/py-debugpy/debugpy-1.5.1/src/debugpy/_vendored/pydevd/pydevd_attach_to_process/windows/
H A Dpy_win_helpers.hpp4 bool IsPythonModule(HMODULE module, bool &isDebug) { in IsPythonModule() argument
6 isDebug = false; in IsPythonModule()
10 isDebug = true; in IsPythonModule()
31 bool isDebug; member
40 moduleInfo.isDebug = false; in GetPythonModule()
65 bool isDebug; in GetPythonModule() local
66 if (IsPythonModule(hMods[i], isDebug)) { in GetPythonModule()
67 moduleInfo.isDebug = isDebug; in GetPythonModule()
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/linux_and_mac/
H A Dattach.cpp44 int _PYDEVD_ExecWithGILSetSysStrace(bool showDebugInfo, bool isDebug);
54 extern "C" int DoAttach(bool isDebug, const char *command, bool showDebugInfo);
56 int DoAttach(bool isDebug, const char *command, bool showDebugInfo) in DoAttach() argument
105 bool isDebug = false; in AttachDebuggerTracing() local
106 PyObjectHolder traceFunc(isDebug, (PyObject*) pTraceFunc, true); in AttachDebuggerTracing()
107 PyObjectHolder setTraceFunc(isDebug, (PyObject*) pSetTraceFunc, true); in AttachDebuggerTracing()
108 PyObjectHolder pyNone(isDebug, reinterpret_cast<PyObject*>(pPyNone), true); in AttachDebuggerTracing()
109 …return InternalSetSysTraceFunc(module, isDebug, showDebugInfo, &traceFunc, &setTraceFunc, threadId… in AttachDebuggerTracing()
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/pydev/pydevd_attach_to_process/linux_and_mac/
H A Dattach.cpp44 int _PYDEVD_ExecWithGILSetSysStrace(bool showDebugInfo, bool isDebug);
54 extern "C" int DoAttach(bool isDebug, const char *command, bool showDebugInfo);
56 int DoAttach(bool isDebug, const char *command, bool showDebugInfo) in DoAttach() argument
105 bool isDebug = false; in AttachDebuggerTracing() local
106 PyObjectHolder traceFunc(isDebug, (PyObject*) pTraceFunc, true); in AttachDebuggerTracing()
107 PyObjectHolder setTraceFunc(isDebug, (PyObject*) pSetTraceFunc, true); in AttachDebuggerTracing()
108 PyObjectHolder pyNone(isDebug, reinterpret_cast<PyObject*>(pPyNone), true); in AttachDebuggerTracing()
109 …return InternalSetSysTraceFunc(module, isDebug, showDebugInfo, &traceFunc, &setTraceFunc, threadId… in AttachDebuggerTracing()
/dports/devel/py-debugpy/debugpy-1.5.1/src/debugpy/_vendored/pydevd/pydevd_attach_to_process/linux_and_mac/
H A Dattach.cpp44 int _PYDEVD_ExecWithGILSetSysStrace(bool showDebugInfo, bool isDebug);
54 extern "C" int DoAttach(bool isDebug, const char *command, bool showDebugInfo);
56 int DoAttach(bool isDebug, const char *command, bool showDebugInfo) in DoAttach() argument
105 bool isDebug = false; in AttachDebuggerTracing() local
106 PyObjectHolder traceFunc(isDebug, (PyObject*) pTraceFunc, true); in AttachDebuggerTracing()
107 PyObjectHolder setTraceFunc(isDebug, (PyObject*) pSetTraceFunc, true); in AttachDebuggerTracing()
108 PyObjectHolder pyNone(isDebug, reinterpret_cast<PyObject*>(pPyNone), true); in AttachDebuggerTracing()
109 …return InternalSetSysTraceFunc(module, isDebug, showDebugInfo, &traceFunc, &setTraceFunc, threadId… in AttachDebuggerTracing()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ua/org.eclipse.help.base/src/org/eclipse/help/internal/standalone/
H A DEclipseConnection.java63 if (Options.isDebug()) { in connect()
71 if (Options.isDebug()) { in connect()
75 if (Options.isDebug()) { in connect()
79 if (Options.isDebug()) { in connect()
89 if (Options.isDebug()) { in connect()
95 if (Options.isDebug()) { in connect()
102 if (Options.isDebug()) { in connect()
122 if (Options.isDebug()) { in renew()
125 if (Options.isDebug()) { in renew()
/dports/devel/gammaray/GammaRay-2.11.3/launcher/core/
H A Dprobeabi.cpp58 bool isDebug = false; member in GammaRay::ProbeABIPrivate
131 bool ProbeABI::isDebug() const in isDebug() function in ProbeABI
133 return d->isDebug; in isDebug()
138 d->isDebug = debug; in setIsDebug()
170 && (isDebugRelevant() ? d->isDebug == referenceABI.isDebug() : true) in isCompatible()
190 && isDebug() ? QStringLiteral( in id()
248 … details.push_back(isDebug() ? ProbeABIContext::tr("debug") : ProbeABIContext::tr("release")); in displayString()
265 && isDebug() == rhs.isDebug(); in operator ==()
/dports/finance/prestashop/prestashop/src/PrestaShopBundle/Form/Admin/Configure/AdvancedParameters/Administration/
H A DGeneralType.php48 private $isDebug; variable in PrestaShopBundle\\Form\\Admin\\Configure\\AdvancedParameters\\Administration\\GeneralType
53 * @param bool|null $isDebug
58 bool $isDebug = null argument
62 … $this->isDebug = $isDebug === null ? (defined(_PS_MODE_DEV_) ? _PS_MODE_DEV_ : true) : $isDebug;
75 if ($this->isDebug) {

12345678910>>...56