Skip to content

Commit 1fc4480

Browse files
authored
Merge pull request #1413 from vim-jp/hh-update-terminal
Update terminal.{txt,jax}
2 parents 4e99cd2 + 533d3e0 commit 1fc4480

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

doc/terminal.jax

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1314,13 +1314,15 @@ gdb ウィンドウにフォーカスを移しコマンドを入力します。
13141314
ソースコードを表示するウィンドウで、これらのコマンドをgdbの制御に使用できます:
13151315
`:Run` [args] [args] または以前の引数でプログラムを実行する
13161316
`:Arguments` {args} 次の `:Run` のために引数を設定する
1317-
*:Break* カーソル位置にブレークポイントを設定する
1317+
*:Break* カーソル位置にブレークポイントを設定する
13181318
:Break {position}
1319-
指定位置にブレークポイントを設定する。
1319+
指定位置にブレークポイントを設定する
1320+
*:Tbreak* カーソル位置に一時的なブレークポイントを設定する
1321+
:Tbreak {position}
1322+
指定位置に一時的なブレークポイントを設定する
13201323
*:Clear* カーソル位置のブレークポイントを削除する
13211324
*:Step* gdb の "step" コマンドを実行する
1322-
*:Over* gdb の "next" コマンドを実行する
1323-
(`:Next` だと Vim のコマンドとかぶるので)
1325+
*:Over* gdb の "next" コマンドを実行する (`:Next` は Vim のコマンド)
13241326
*:Until* gdb の "until" コマンドを実行する
13251327
*:Finish* gdb の "finish" コマンドを実行する
13261328
*:Continue* gdb の "continue" コマンドを実行する

en/terminal.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1331,6 +1331,9 @@ gdb:
13311331
*:Break* set a breakpoint at the cursor position
13321332
:Break {position}
13331333
set a breakpoint at the specified position
1334+
*:Tbreak* set a temporary breakpoint at the cursor position
1335+
:Tbreak {position}
1336+
set a temporary breakpoint at the specified position
13341337
*:Clear* delete the breakpoint at the cursor position
13351338

13361339
*:Step* execute the gdb "step" command

0 commit comments

Comments
 (0)