public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug gdb/10688] New: rev abbreviation for reverse-search no longer works
@ 2009-09-23  8:47 konrad dot schwarz at siemens dot com
  2009-09-23  8:49 ` [Bug gdb/10688] " konrad dot schwarz at siemens dot com
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: konrad dot schwarz at siemens dot com @ 2009-09-23  8:47 UTC (permalink / raw)
  To: gdb-prs

The addition of the reverse execution commands (reverse-search, ...) has broken
the command abbreviation "rev" for reverse-search.

On the other hand, the ninth edition of the GDB manual documents rev as the
official abbreviation for reverse-search.

Please reinstate this behavior!

Typing reverse-search just to disambiguate it from the reverse execution
commands, which are supported for a tiny number of platforms, is too painful
---yes, I know about autocompletion, but it doesn't/hasn't work/ed for all
platforms.  Furthermore, the original designers of GDB clearly intended and
documented rev to mean reverse-search, and it has for many releases.

s always means step, so GDB supports "hard-wired" abbreviations.

Thanks,

Konrad Schwarz

-- 
           Summary: rev abbreviation for reverse-search no longer works
           Product: gdb
           Version: 6.8
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: gdb
        AssignedTo: unassigned at sourceware dot org
        ReportedBy: konrad dot schwarz at siemens dot com
                CC: gdb-prs at sourceware dot org
  GCC host triplet: GNU gdb (GDB; openSUSE 11.1) 6.8.50.20081120-cvs


http://sourceware.org/bugzilla/show_bug.cgi?id=10688

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug gdb/10688] rev abbreviation for reverse-search no longer works
  2009-09-23  8:47 [Bug gdb/10688] New: rev abbreviation for reverse-search no longer works konrad dot schwarz at siemens dot com
@ 2009-09-23  8:49 ` konrad dot schwarz at siemens dot com
  2009-09-23  8:53 ` konrad dot schwarz at siemens dot com
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: konrad dot schwarz at siemens dot com @ 2009-09-23  8:49 UTC (permalink / raw)
  To: gdb-prs


------- Additional Comments From konrad dot schwarz at siemens dot com  2009-09-23 08:49 -------
Sorry, the above example for a reverse-execution command should have been
reverse-step.

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=10688

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug gdb/10688] rev abbreviation for reverse-search no longer works
  2009-09-23  8:47 [Bug gdb/10688] New: rev abbreviation for reverse-search no longer works konrad dot schwarz at siemens dot com
  2009-09-23  8:49 ` [Bug gdb/10688] " konrad dot schwarz at siemens dot com
@ 2009-09-23  8:53 ` konrad dot schwarz at siemens dot com
  2009-09-24  2:52 ` teawater at gmail dot com
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: konrad dot schwarz at siemens dot com @ 2009-09-23  8:53 UTC (permalink / raw)
  To: gdb-prs


------- Additional Comments From konrad dot schwarz at siemens dot com  2009-09-23 08:53 -------
I just noticed that "fo" for forward-search is also broken.

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=10688

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug gdb/10688] rev abbreviation for reverse-search no longer works
  2009-09-23  8:47 [Bug gdb/10688] New: rev abbreviation for reverse-search no longer works konrad dot schwarz at siemens dot com
  2009-09-23  8:49 ` [Bug gdb/10688] " konrad dot schwarz at siemens dot com
  2009-09-23  8:53 ` konrad dot schwarz at siemens dot com
@ 2009-09-24  2:52 ` teawater at gmail dot com
  2009-09-24  3:39 ` msnyder at vmware dot com
  2010-08-24 22:06 ` tromey at redhat dot com
  4 siblings, 0 replies; 6+ messages in thread
From: teawater at gmail dot com @ 2009-09-24  2:52 UTC (permalink / raw)
  To: gdb-prs


------- Additional Comments From teawater at gmail dot com  2009-09-24 02:52 -------
There is not "add_alias_cmd" for "reverse-search".

But can find a line "You can abbreviate this command as @code{rev}." in @kindex
reverse-search.

Michael, what do you think about this issue?

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |msnyder at sourceware dot
                   |                            |org


http://sourceware.org/bugzilla/show_bug.cgi?id=10688

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug gdb/10688] rev abbreviation for reverse-search no longer works
  2009-09-23  8:47 [Bug gdb/10688] New: rev abbreviation for reverse-search no longer works konrad dot schwarz at siemens dot com
                   ` (2 preceding siblings ...)
  2009-09-24  2:52 ` teawater at gmail dot com
@ 2009-09-24  3:39 ` msnyder at vmware dot com
  2010-08-24 22:06 ` tromey at redhat dot com
  4 siblings, 0 replies; 6+ messages in thread
From: msnyder at vmware dot com @ 2009-09-24  3:39 UTC (permalink / raw)
  To: gdb-prs


------- Additional Comments From msnyder at vmware dot com  2009-09-24 03:39 -------
Subject: Re:  rev abbreviation for reverse-search no longer
 works

teawater at gmail dot com wrote:
> ------- Additional Comments From teawater at gmail dot com  2009-09-24 02:52 -------
> There is not "add_alias_cmd" for "reverse-search".
> 
> But can find a line "You can abbreviate this command as @code{rev}." in @kindex
> reverse-search.
> 
> Michael, what do you think about this issue?

I agree -- reverse-search should have precedence, since it was 
implemented before the others.




-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=10688

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug gdb/10688] rev abbreviation for reverse-search no longer works
  2009-09-23  8:47 [Bug gdb/10688] New: rev abbreviation for reverse-search no longer works konrad dot schwarz at siemens dot com
                   ` (3 preceding siblings ...)
  2009-09-24  3:39 ` msnyder at vmware dot com
@ 2010-08-24 22:06 ` tromey at redhat dot com
  4 siblings, 0 replies; 6+ messages in thread
From: tromey at redhat dot com @ 2010-08-24 22:06 UTC (permalink / raw)
  To: gdb-prs


------- Additional Comments From tromey at redhat dot com  2010-08-24 22:06 -------
Fixed in 7.2.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|6.8                         |7.2


http://sourceware.org/bugzilla/show_bug.cgi?id=10688

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2010-08-24 22:06 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-09-23  8:47 [Bug gdb/10688] New: rev abbreviation for reverse-search no longer works konrad dot schwarz at siemens dot com
2009-09-23  8:49 ` [Bug gdb/10688] " konrad dot schwarz at siemens dot com
2009-09-23  8:53 ` konrad dot schwarz at siemens dot com
2009-09-24  2:52 ` teawater at gmail dot com
2009-09-24  3:39 ` msnyder at vmware dot com
2010-08-24 22:06 ` tromey at redhat dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).