Mirror of the gdb mailing list
 help / color / mirror / Atom feed
From: Denis PILAT <denis.pilat@st.com>
To: "André Pönitz" <apoenitz@trolltech.com>
Cc: gdb@sourceware.org
Subject: Re: Binding F10 key to 'next'
Date: Wed, 13 Feb 2008 10:02:00 -0000	[thread overview]
Message-ID: <47B2BC23.10102@st.com> (raw)
In-Reply-To: <200802131012.38311.apoenitz@trolltech.com>

If you're lazy like I am, you can also define some user commands:
You can even put them in a .gdbinit script like:

define d
  set confirm off
  del b
  set confirm on
end
document d
  delete all breakpoints
end

Denis

André Pönitz wrote:
> On Tuesday 12 February 2008 20:45:18 Michael Snyder wrote:
>   
>> On Mon, 2008-02-11 at 19:27 -0800, Chris Stankevitz wrote:
>>     
>>> Is it possible to bind the F10 key to the "next" operation? 
>>> [...]
>>>       
>> If it is possible (which is likely), it would have to be
>> supported by your terminal or window manager, not by gdb.
>>     
>
> Indeed. 
>
> If the environment you live in uses readline you can try putting
> the following line (including all quotes) in your ~/.inputrc :
>
>   "\e[21~": "next\n"
>
> Regards,
> Andre'
>
>   


      reply	other threads:[~2008-02-13 10:02 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-02-12  3:27 Chris Stankevitz
2008-02-12 19:45 ` Michael Snyder
2008-02-12 21:43   ` Chris Stankevitz
2008-02-12 22:10     ` Michael Snyder
2008-02-13  9:13   ` André Pönitz
2008-02-13 10:02     ` Denis PILAT [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=47B2BC23.10102@st.com \
    --to=denis.pilat@st.com \
    --cc=apoenitz@trolltech.com \
    --cc=gdb@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox