Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
GDB のコマンドに任意のキーの組み合わせを定義することは可能ですか? VIM map コマンドのようなものがあれば知りたいです。たとえば、次へ、ステップへなどにマップしたいと思います。
GDB は GNU readline を使用して入力を読み取ります。ドキュメンテーションはこちら(または単に入力してくださいman readline)。
man readline
特に、 F1 をバインドしてテキストを挿入する方法の例に注意してくださいFunction key 1。
Function key 1