summaryrefslogtreecommitdiffstats
path: root/Tests/CMakeLib/testDebuggerThread.cxx
Commit message (Collapse)AuthorAgeFilesLines
* Debugger: report function name in DAP stackframesDmitry.Neverov2023-10-261-0/+33
Before a file name and a line were returned, but they can be obtained by other means. Fixes: #25091