Skip to content

Commit

Permalink
Generated by GitHub workflow 7606716593
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 22, 2024
1 parent e599e6b commit ef1e803
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
1 change: 1 addition & 0 deletions tags.html
Original file line number Diff line number Diff line change
Expand Up @@ -2141,6 +2141,7 @@
<a class="Identifier" href="terminal.html#:Stop">:Stop</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; terminal.jax<br>
<a class="Identifier" href="syntax.html#:TOhtml">:TOhtml</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; syntax.jax<br>
<a class="Identifier" href="pi_tar.html#:TarDiff">:TarDiff</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;pi_tar.jax<br>
<a class="Identifier" href="terminal.html#:Tbreak">:Tbreak</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; terminal.jax<br>
<a class="Identifier" href="terminal.html#:Termdebug">:Termdebug</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;terminal.jax<br>
<a class="Identifier" href="terminal.html#:TermdebugCommand">:TermdebugCommand</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; terminal.jax<br>
<a class="Identifier" href="pi_netrw.html#:Texplore">:Texplore</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; pi_netrw.jax<br>
Expand Down
10 changes: 6 additions & 4 deletions terminal.html
Original file line number Diff line number Diff line change
Expand Up @@ -1319,13 +1319,15 @@
ソースコードを表示するウィンドウで、これらのコマンドをgdbの制御に使用できます:<br>
&nbsp;<a class="Comment" href="terminal.html#:Run">:Run</a>&nbsp;<span class="Special">[args]</span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span class="Special">[args]</span>&nbsp;または以前の引数でプログラムを実行する<br>
&nbsp;<a class="Comment" href="terminal.html#:Arguments">:Arguments</a>&nbsp;<span class="Special">{args}</span>&nbsp;&nbsp;次の&nbsp;<a class="Comment" href="terminal.html#:Run">:Run</a>&nbsp;のために引数を設定する<br>
&nbsp;<a class="Constant" href="terminal.html#:Break" name=":Break">:Break</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; カーソル位置にブレークポイントを設定する<br>
&nbsp;<a class="Constant" href="terminal.html#:Break" name=":Break">:Break</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; カーソル位置にブレークポイントを設定する<br>
&nbsp;:Break&nbsp;<span class="Special">{position}</span><br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;指定位置にブレークポイントを設定する。<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;指定位置にブレークポイントを設定する<br>
&nbsp;<a class="Constant" href="terminal.html#:Tbreak" name=":Tbreak">:Tbreak</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;カーソル位置に一時的なブレークポイントを設定する<br>
&nbsp;:Tbreak&nbsp;<span class="Special">{position}</span><br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;指定位置に一時的なブレークポイントを設定する<br>
&nbsp;<a class="Constant" href="terminal.html#:Clear" name=":Clear">:Clear</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; カーソル位置のブレークポイントを削除する<br>
&nbsp;<a class="Constant" href="terminal.html#:Step" name=":Step">:Step</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;gdb の &quot;step&quot; コマンドを実行する<br>
&nbsp;<a class="Constant" href="terminal.html#:Over" name=":Over">:Over</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;gdb の &quot;next&quot; コマンドを実行する<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;(<a class="Comment" href="editing.html#:Next">:Next</a>&nbsp;だと Vim のコマンドとかぶるので)<br>
&nbsp;<a class="Constant" href="terminal.html#:Over" name=":Over">:Over</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;gdb の &quot;next&quot; コマンドを実行する (<a class="Comment" href="editing.html#:Next">:Next</a>&nbsp;は Vim のコマンド)<br>
&nbsp;<a class="Constant" href="terminal.html#:Until" name=":Until">:Until</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; gdb の &quot;until&quot; コマンドを実行する<br>
&nbsp;<a class="Constant" href="terminal.html#:Finish" name=":Finish">:Finish</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;gdb の &quot;finish&quot; コマンドを実行する<br>
&nbsp;<a class="Constant" href="terminal.html#:Continue" name=":Continue">:Continue</a>&nbsp;&nbsp;&nbsp;&nbsp;gdb の &quot;continue&quot; コマンドを実行する<br>
Expand Down
2 changes: 1 addition & 1 deletion version9.html
Original file line number Diff line number Diff line change
Expand Up @@ -31772,7 +31772,7 @@
&nbsp;&nbsp;なクラッシュに対するさまざまな修正。<br>
- Termdebug: 変数ウィンドウ (<a class="Identifier" href="terminal.html#termdebug_variables_window">termdebug_variables_window</a>) のサポート、スタッ<br>
&nbsp;&nbsp;クフレームの上下の移動 (<a class="Identifier" href="terminal.html#termdebug-frames">termdebug-frames</a>)、および一時的なブレークポイント<br>
&nbsp;&nbsp;の設定 (<span class="MissingTag">:Tbreak</span>)。<br>
&nbsp;&nbsp;の設定 (<a class="Identifier" href="terminal.html#:Tbreak">:Tbreak</a>)。<br>
- xxd: 16進ダンプ出力でのカラーの使用サポート (xxd -R)。<br>
- xxd: ビットダンプを反転する (xxd -r)。<br>
- xxd: C インクルード出力で使用される変数名をカスタマイズする (xxd -n)。<br>
Expand Down

0 comments on commit ef1e803

Please sign in to comment.