Home
last modified time | relevance | path

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

/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/debugger/
H A Dbreakhandler.cpp1680 QList<Breakpoint> breakpointsInFile; in contextMenuEvent() local
1687 breakpointsInFile.append(findBreakpointByIndex(index)); in contextMenuEvent()
1692 breakpointsInFile.size() > 1, in contextMenuEvent()
1693 [breakpointsInFile] { in contextMenuEvent()
1694 for (Breakpoint bp : breakpointsInFile) in contextMenuEvent()
2665 GlobalBreakpoints breakpointsInFile; in contextMenuEvent() local
2670 forItemsAtLevel<1>([file, &breakpointsInFile](const GlobalBreakpoint &gbp) { in contextMenuEvent()
2672 breakpointsInFile.append(gbp); in contextMenuEvent()
2678 breakpointsInFile.size() > 1, in contextMenuEvent()
2679 [breakpointsInFile] { in contextMenuEvent()
[all …]