| 35 | } |
| 36 | |
| 37 | bool testStackFrameFormatParameters() |
| 38 | { |
| 39 | dap::StackFrameFormat format; |
| 40 | format.parameters = true; |
| 41 | return testStackFrameFunctionName(format, "function_name()"); |
| 42 | } |
| 43 | |
| 44 | bool testStackFrameFormatParameterValues() |
| 45 | { |
nothing calls this directly
no test coverage detected
searching dependent graphs…