comparison runtime/pack/dist/opt/termdebug/plugin/termdebug.vim @ 18750:82a28df1e2d5

Update runtime files. Commit: https://github.com/vim/vim/commit/91359014b359cf816bf943fe2c7d492996263def Author: Bram Moolenaar <Bram@vim.org> Date: Sat Nov 30 17:57:03 2019 +0100 Update runtime files.
author Bram Moolenaar <Bram@vim.org>
date Sat, 30 Nov 2019 18:00:05 +0100
parents 40344f717010
children ef90e5bbb971
comparison
equal deleted inserted replaced
18749:8217e179eb58 18750:82a28df1e2d5
259 break 259 break
260 endif 260 endif
261 sleep 10m 261 sleep 10m
262 endwhile 262 endwhile
263 263
264 " Interpret commands while the target is running. This should usualy only be 264 " Interpret commands while the target is running. This should usually only be
265 " exec-interrupt, since many commands don't work properly while the target is 265 " exec-interrupt, since many commands don't work properly while the target is
266 " running. 266 " running.
267 call s:SendCommand('-gdb-set mi-async on') 267 call s:SendCommand('-gdb-set mi-async on')
268 " Older gdb uses a different command. 268 " Older gdb uses a different command.
269 call s:SendCommand('-gdb-set target-async on') 269 call s:SendCommand('-gdb-set target-async on')
315 endif 315 endif
316 " Mark the buffer modified so that it's not easy to close. 316 " Mark the buffer modified so that it's not easy to close.
317 set modified 317 set modified
318 let s:gdb_channel = job_getchannel(s:gdbjob) 318 let s:gdb_channel = job_getchannel(s:gdbjob)
319 319
320 " Interpret commands while the target is running. This should usualy only 320 " Interpret commands while the target is running. This should usually only
321 " be exec-interrupt, since many commands don't work properly while the 321 " be exec-interrupt, since many commands don't work properly while the
322 " target is running. 322 " target is running.
323 call s:SendCommand('-gdb-set mi-async on') 323 call s:SendCommand('-gdb-set mi-async on')
324 " Older gdb uses a different command. 324 " Older gdb uses a different command.
325 call s:SendCommand('-gdb-set target-async on') 325 call s:SendCommand('-gdb-set target-async on')