Home
last modified time | relevance | path

Searched refs:callstackArray (Results 1 – 6 of 6) sorted by relevance

/dports/devel/cppcheck/cppcheck-2.6.3/cli/
H A Dcppcheckexecutor.cpp273 void *callstackArray[32]= {nullptr}; // the less resources the better... in print_stacktrace() local
274 const int currentdepth = backtrace(callstackArray, (int)getArrayLength(callstackArray)); in print_stacktrace()
282 backtrace_symbols_fd(callstackArray+offset, maxdepth, fd); in print_stacktrace()
284 char **symbolStringList = backtrace_symbols(callstackArray, currentdepth); in print_stacktrace()
/dports/devel/cppcheck-gui/cppcheck-2.6.3/cli/
H A Dcppcheckexecutor.cpp273 void *callstackArray[32]= {nullptr}; // the less resources the better... in print_stacktrace() local
274 const int currentdepth = backtrace(callstackArray, (int)getArrayLength(callstackArray)); in print_stacktrace()
282 backtrace_symbols_fd(callstackArray+offset, maxdepth, fd); in print_stacktrace()
284 char **symbolStringList = backtrace_symbols(callstackArray, currentdepth); in print_stacktrace()
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/InteropDLL/
H A DDebugWrapper.cpp84 …DebugGetCallstack(StackFrameInfo *callstackArray, uint32_t &callstackSize) { GetDebugger()->GetCal… in DebugGetCallstack() argument
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/Core/
H A DDebugger.h180 void GetCallstack(StackFrameInfo* callstackArray, uint32_t &callstackSize);
H A DDebugger.cpp1253 void Debugger::GetCallstack(StackFrameInfo* callstackArray, uint32_t &callstackSize) in GetCallstack() argument
1258 callstackArray[i] = info; in GetCallstack()
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/
H A DInteropEmu.cs656 …lstack")] private static extern void DebugGetCallstackWrapper(IntPtr callstackArray, ref UInt32 ca… in DebugGetCallstackWrapper() argument