Home
last modified time | relevance | path

Searched refs:GetDebugInfo (Results 1 – 25 of 482) sorted by relevance

12345678910>>...20

/dports/finance/moneymanagerex/moneymanagerex-1.2.7/3rd/ctpp/include/
H A DCTPP2VMException.hpp64 virtual UINT_64 GetDebugInfo() const throw() = 0;
118 UINT_64 GetDebugInfo() const throw();
174 UINT_64 GetDebugInfo() const throw();
228 UINT_64 GetDebugInfo() const throw();
280 UINT_64 GetDebugInfo() const throw();
332 UINT_64 GetDebugInfo() const throw();
386 UINT_64 GetDebugInfo() const throw();
H A DCTPP2VMStackException.hpp82 inline UINT_64 GetDebugInfo() const throw() { return iDebugInfo; } in GetDebugInfo() function in CTPP::StackOverflow
141 inline UINT_64 GetDebugInfo() const throw() { return iDebugInfo; } in GetDebugInfo() function in CTPP::StackUnderflow
/dports/textproc/ctpp2/ctpp2-2.8.3/include/
H A DCTPP2VMException.hpp64 virtual UINT_64 GetDebugInfo() const throw() = 0;
118 UINT_64 GetDebugInfo() const throw();
174 UINT_64 GetDebugInfo() const throw();
228 UINT_64 GetDebugInfo() const throw();
280 UINT_64 GetDebugInfo() const throw();
332 UINT_64 GetDebugInfo() const throw();
386 UINT_64 GetDebugInfo() const throw();
H A DCTPP2VMStackException.hpp82 inline UINT_64 GetDebugInfo() const throw() { return iDebugInfo; } in GetDebugInfo() function in CTPP::StackOverflow
141 inline UINT_64 GetDebugInfo() const throw() { return iDebugInfo; } in GetDebugInfo() function in CTPP::StackUnderflow
/dports/finance/moneymanagerex/moneymanagerex-1.2.7/3rd/ctpp/src/
H A DCTPP2VMException.cpp87 UINT_64 IllegalOpcode::GetDebugInfo() const throw() { return iDebugInfo; } in GetDebugInfo() function in CTPP::IllegalOpcode
133 UINT_64 InvalidSyscall::GetDebugInfo() const throw() { return iDebugInfo; } in GetDebugInfo() function in CTPP::InvalidSyscall
177 UINT_64 CodeSegmentOverrun::GetDebugInfo() const throw() { return iDebugInfo; } in GetDebugInfo() function in CTPP::CodeSegmentOverrun
219 UINT_64 ExecutionLimitReached::GetDebugInfo() const throw() { return iDebugInfo; } in GetDebugInfo() function in CTPP::ExecutionLimitReached
261 UINT_64 ZeroDivision::GetDebugInfo() const throw() { return iDebugInfo; } in GetDebugInfo() function in CTPP::ZeroDivision
305 UINT_64 InvalidCall::GetDebugInfo() const throw() { return iDebugInfo; } in GetDebugInfo() function in CTPP::InvalidCall
/dports/textproc/ctpp2/ctpp2-2.8.3/src/
H A DCTPP2VMException.cpp87 UINT_64 IllegalOpcode::GetDebugInfo() const throw() { return iDebugInfo; } in GetDebugInfo() function in CTPP::IllegalOpcode
133 UINT_64 InvalidSyscall::GetDebugInfo() const throw() { return iDebugInfo; } in GetDebugInfo() function in CTPP::InvalidSyscall
177 UINT_64 CodeSegmentOverrun::GetDebugInfo() const throw() { return iDebugInfo; } in GetDebugInfo() function in CTPP::CodeSegmentOverrun
219 UINT_64 ExecutionLimitReached::GetDebugInfo() const throw() { return iDebugInfo; } in GetDebugInfo() function in CTPP::ExecutionLimitReached
261 UINT_64 ZeroDivision::GetDebugInfo() const throw() { return iDebugInfo; } in GetDebugInfo() function in CTPP::ZeroDivision
305 UINT_64 InvalidCall::GetDebugInfo() const throw() { return iDebugInfo; } in GetDebugInfo() function in CTPP::InvalidCall
/dports/lang/mono/mono-5.10.1.57/external/corert/src/ILCompiler.Compiler/src/Compiler/
H A DDebugInformationProvider.cs14 public virtual MethodDebugInformation GetDebugInfo(MethodIL methodIL) in GetDebugInfo() method in ILCompiler.DebugInformationProvider
16 return methodIL.GetDebugInfo(); in GetDebugInfo()
25 public override MethodDebugInformation GetDebugInfo(MethodIL methodIL) in GetDebugInfo() method in ILCompiler.NullDebugInformationProvider
/dports/devel/youcompleteme/YouCompleteMe-ab73ca2/third_party/ycmd/ycmd/tests/clangd/
H A Dserver_management_test.py38 def GetDebugInfo( app ): function
44 return GetDebugInfo( app )[ 'completer' ][ 'servers' ][ 0 ][ 'pid' ]
56 GetDebugInfo( app ),
146 GetDebugInfo( app ),
161 GetDebugInfo( app ),
/dports/lang/mono/mono-5.10.1.57/external/ikvm/reflect/Impl/
H A DSymbolSupport.cs54 byte[] GetDebugInfo(ref IMAGE_DEBUG_DIRECTORY idd); in GetDebugInfo() method
63 byte[] GetDebugInfo(ref IMAGE_DEBUG_DIRECTORY idd); in GetDebugInfo() method
93 internal static byte[] GetDebugInfo(ISymbolWriterImpl writer, ref IMAGE_DEBUG_DIRECTORY idd) in GetDebugInfo() method in IKVM.Reflection.Impl.SymbolSupport
95 return writer.GetDebugInfo(ref idd); in GetDebugInfo()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/Common/src/TypeSystem/IL/
H A DMethodIL.Symbols.cs14 public virtual MethodDebugInformation GetDebugInfo() in GetDebugInfo() method in Internal.IL.MethodIL
22 public override MethodDebugInformation GetDebugInfo() in GetDebugInfo() method in Internal.IL.InstantiatedMethodIL
24 return _methodIL.GetDebugInfo(); in GetDebugInfo()
/dports/net-mgmt/icinga2/icinga2-2.13.2/lib/base/
H A Dconfigtype.cpp40 …Convert::ToString(it->second->GetDebugInfo()) + "), new declaration: " + Convert::ToString(object-… in RegisterObject()
41 object->GetDebugInfo())); in RegisterObject()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/ILCompiler/src/
H A DEcmaOnlyDebugInformationProvider.cs14 public override MethodDebugInformation GetDebugInfo(MethodIL methodIL) in GetDebugInfo() method in ILCompiler.EcmaOnlyDebugInformationProvider
18 return methodIL.GetDebugInfo(); in GetDebugInfo()
/dports/devel/grpc/grpc-1.42.0/src/csharp/Grpc.IntegrationTesting/
H A DCustomErrorDetailsTest.cs80 var debugInfo = GetDebugInfo(call.GetTrailers()); in ErrorDetailsFromCallObject()
97 var debugInfo = GetDebugInfo(e.Trailers); in ErrorDetailsFromRpcException()
103 private static DebugInfo GetDebugInfo(Metadata trailers) in GetDebugInfo() method in Grpc.IntegrationTesting.CustomErrorDetailsTest
/dports/devel/grpc130/grpc-1.30.2/src/csharp/Grpc.IntegrationTesting/
H A DCustomErrorDetailsTest.cs80 var debugInfo = GetDebugInfo(call.GetTrailers()); in ErrorDetailsFromCallObject()
97 var debugInfo = GetDebugInfo(e.Trailers); in ErrorDetailsFromRpcException()
103 private static DebugInfo GetDebugInfo(Metadata trailers) in GetDebugInfo() method in Grpc.IntegrationTesting.CustomErrorDetailsTest
/dports/devel/grpc134/grpc-1.34.1/src/csharp/Grpc.IntegrationTesting/
H A DCustomErrorDetailsTest.cs80 var debugInfo = GetDebugInfo(call.GetTrailers()); in ErrorDetailsFromCallObject()
97 var debugInfo = GetDebugInfo(e.Trailers); in ErrorDetailsFromRpcException()
103 private static DebugInfo GetDebugInfo(Metadata trailers) in GetDebugInfo() method in Grpc.IntegrationTesting.CustomErrorDetailsTest
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/src/csharp/Grpc.IntegrationTesting/
H A DCustomErrorDetailsTest.cs80 var debugInfo = GetDebugInfo(call.GetTrailers()); in ErrorDetailsFromCallObject()
97 var debugInfo = GetDebugInfo(e.Trailers); in ErrorDetailsFromRpcException()
103 private static DebugInfo GetDebugInfo(Metadata trailers) in GetDebugInfo() method in Grpc.IntegrationTesting.CustomErrorDetailsTest
/dports/lang/mono-basic/mono-basic-4.7/vbnc/cecil/symbols/pdb/Mono.Cecil.Pdb/
H A DSymWriter.cs66 public byte[] GetDebugInfo (out ImageDebugDirectory idd) in GetDebugInfo() method in Mono.Cecil.Pdb.SymWriter
71 m_writer.GetDebugInfo (out idd, 0, out size, null); in GetDebugInfo()
74 m_writer.GetDebugInfo (out idd, size, out size, debug_info); in GetDebugInfo()
/dports/lang/mono/mono-5.10.1.57/external/linker/cecil/symbols/pdb/Mono.Cecil.Pdb/
H A DSymWriter.cs45 public byte[] GetDebugInfo (out ImageDebugDirectory idd) in GetDebugInfo() method in Mono.Cecil.Pdb.SymWriter
50 m_writer.GetDebugInfo (out idd, 0, out size, null); in GetDebugInfo()
53 m_writer.GetDebugInfo (out idd, size, out size, debug_info); in GetDebugInfo()
/dports/lang/mono/mono-5.10.1.57/external/cecil-legacy/symbols/pdb/Mono.Cecil.Pdb/
H A DSymWriter.cs66 public byte[] GetDebugInfo (out ImageDebugDirectory idd) in GetDebugInfo() method in Mono.Cecil.Pdb.SymWriter
71 m_writer.GetDebugInfo (out idd, 0, out size, null); in GetDebugInfo()
74 m_writer.GetDebugInfo (out idd, size, out size, debug_info); in GetDebugInfo()
/dports/lang/mono/mono-5.10.1.57/external/cecil/symbols/pdb/Mono.Cecil.Pdb/
H A DSymWriter.cs45 public byte[] GetDebugInfo (out ImageDebugDirectory idd) in GetDebugInfo() method in Mono.Cecil.Pdb.SymWriter
50 m_writer.GetDebugInfo (out idd, 0, out size, null); in GetDebugInfo()
53 m_writer.GetDebugInfo (out idd, size, out size, debug_info); in GetDebugInfo()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/sync/engine_impl/
H A Ddebug_info_event_listener_unittest.cc31 sync_pb::DebugInfo debug_info = debug_info_event_listener.GetDebugInfo(); in TEST_F()
42 sync_pb::DebugInfo debug_info = debug_info_event_listener.GetDebugInfo(); in TEST_F()
/dports/games/openclonk/openclonk-release-8.1-src/src/platform/
H A DC4MusicFile.h52 virtual StdStrBuf GetDebugInfo() const { return StdStrBuf(FileName); } in GetDebugInfo() function
103 StdStrBuf GetDebugInfo() const override;
/dports/net-mgmt/icinga2/icinga2-2.13.2/lib/config/
H A Dexpression.cpp55 ScriptBreakpoint(frame, &ex, GetDebugInfo()); in Evaluate()
60 …OW_EXCEPTION(ScriptError("Error while evaluating expression: " + String(ex.what()), GetDebugInfo()) in Evaluate()
72 const DebugInfo& Expression::GetDebugInfo() const in GetDebugInfo() function in Expression
98 const DebugInfo& DebuggableExpression::GetDebugInfo() const in GetDebugInfo() function in DebuggableExpression
176 BOOST_THROW_EXCEPTION(ScriptError("Invalid reference specified.", GetDebugInfo())); in DoEvaluate()
684 ShowCodeLocation(msgbuf, GetDebugInfo(), false); in DoEvaluate()
782 old_value = VMOps::GetField(vparent, vindex, frame.Sandboxed, m_Operand1->GetDebugInfo()); in GetReference()
785 … VMOps::SetField(vparent, vindex, new Dictionary(), m_OverrideFrozen, m_Operand1->GetDebugInfo()); in GetReference()
846 expr.reset(new IndexerExpression(std::move(scope), std::move(expr), lexpr->GetDebugInfo())); in BindToScope()
853 …new IndexerExpression(std::move(scope), MakeLiteral(vexpr->GetVariable()), vexpr->GetDebugInfo())); in BindToScope()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.Jit/src/Internal/Runtime/JitSupport/
H A DJitCompilation.cs61 public MethodDebugInformation GetDebugInfo(MethodIL methodIL) in GetDebugInfo() method in ILCompiler.Compilation
65 return methodIL.GetDebugInfo(); in GetDebugInfo()
/dports/net-mgmt/icinga2/icinga2-2.13.2/lib/remote/
H A Dendpoint.cpp26 "' does not belong to a zone.", GetDebugInfo())); in OnAllConfigLoaded()
33 + "' is in more than one zone.", GetDebugInfo())); in SetCachedZone()

12345678910>>...20