Lines Matching refs:breakpoint
74 let s:break_id = 14 " breakpoint number is added to this
81 " Take a breakpoint number as used by GDB and turn it into an integer.
82 " The breakpoint may contain a dot: 123.4 -> 123004
83 " The main breakpoint has a zero subid.
417 call s:SendCommand('set breakpoint pending on')
452 " breakpoint number.
454 " For a breakpoint that is just a number the subid is zero.
455 " For a breakpoint "123.4" the id is "123" and subid is "4".
456 " Example, when breakpoint "44", "123", "123.1" and "123.2" exist:
461 " Each entry is a list of breakpoint IDs at that position.
512 " breakpoint.
765 elseif msg =~ '^\^done,bkpt=' || msg =~ '^=breakpoint-created,'
767 elseif msg =~ '^=breakpoint-deleted,'
833 an 1.210 PopUp.Set\ breakpoint :Break<CR>
834 an 1.220 PopUp.Clear\ breakpoint :Clear<CR>
904 aunmenu PopUp.Set\ breakpoint
905 aunmenu PopUp.Clear\ breakpoint
926 " :Break - Set a breakpoint at the cursor position.
928 " Setting a breakpoint may not work while the program is running.
950 " :Clear - Delete a breakpoint at the cursor position.
1056 " Only evaluate when stopped, otherwise setting a breakpoint using the
1214 " Handle setting a breakpoint
1215 " Will update the sign that shows the breakpoint
1271 " Handle deleting a breakpoint
1272 " Will remove the sign that shows the breakpoint