Searched refs:callstackArray (Results 1 – 6 of 6) sorted by relevance
/dports/devel/cppcheck/cppcheck-2.6.3/cli/ |
H A D | cppcheckexecutor.cpp | 273 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 D | cppcheckexecutor.cpp | 273 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 D | DebugWrapper.cpp | 84 …DebugGetCallstack(StackFrameInfo *callstackArray, uint32_t &callstackSize) { GetDebugger()->GetCal… in DebugGetCallstack() argument
|
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/Core/ |
H A D | Debugger.h | 180 void GetCallstack(StackFrameInfo* callstackArray, uint32_t &callstackSize);
|
H A D | Debugger.cpp | 1253 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 D | InteropEmu.cs | 656 …lstack")] private static extern void DebugGetCallstackWrapper(IntPtr callstackArray, ref UInt32 ca… in DebugGetCallstackWrapper() argument
|