public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug cli/15715] New: 'show history filename' does not show absolute path after  'set history filename' command
@ 2013-07-03  7:25 mbilal at codesourcery dot com
  2013-07-03  7:25 ` [Bug cli/15715] " mbilal at codesourcery dot com
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: mbilal at codesourcery dot com @ 2013-07-03  7:25 UTC (permalink / raw)
  To: gdb-prs

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

            Bug ID: 15715
           Summary: 'show history filename' does not show absolute path
                    after  'set history filename' command
           Product: gdb
           Version: unknown
            Status: NEW
          Severity: normal
          Priority: P2
         Component: cli
          Assignee: unassigned at sourceware dot org
          Reporter: mbilal at codesourcery dot com

currently 'set history filename ' command does not convert relative path to
absolute path

-- 
You are receiving this mail because:
You are on the CC list for the bug.


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

* [Bug cli/15715] 'show history filename' does not show absolute path after  'set history filename' command
  2013-07-03  7:25 [Bug cli/15715] New: 'show history filename' does not show absolute path after 'set history filename' command mbilal at codesourcery dot com
@ 2013-07-03  7:25 ` mbilal at codesourcery dot com
  2013-07-03  7:27 ` mbilal at codesourcery dot com
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: mbilal at codesourcery dot com @ 2013-07-03  7:25 UTC (permalink / raw)
  To: gdb-prs

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

hmb <mbilal at codesourcery dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|unassigned at sourceware dot org   |mbilal at codesourcery dot com

-- 
You are receiving this mail because:
You are on the CC list for the bug.


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

* [Bug cli/15715] 'show history filename' does not show absolute path after  'set history filename' command
  2013-07-03  7:25 [Bug cli/15715] New: 'show history filename' does not show absolute path after 'set history filename' command mbilal at codesourcery dot com
  2013-07-03  7:25 ` [Bug cli/15715] " mbilal at codesourcery dot com
@ 2013-07-03  7:27 ` mbilal at codesourcery dot com
  2013-07-30 12:06 ` cvs-commit at gcc dot gnu.org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: mbilal at codesourcery dot com @ 2013-07-03  7:27 UTC (permalink / raw)
  To: gdb-prs

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

hmb <mbilal at codesourcery dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Depends on|                            |15224

-- 
You are receiving this mail because:
You are on the CC list for the bug.


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

* [Bug cli/15715] 'show history filename' does not show absolute path after  'set history filename' command
  2013-07-03  7:25 [Bug cli/15715] New: 'show history filename' does not show absolute path after 'set history filename' command mbilal at codesourcery dot com
  2013-07-03  7:25 ` [Bug cli/15715] " mbilal at codesourcery dot com
  2013-07-03  7:27 ` mbilal at codesourcery dot com
@ 2013-07-30 12:06 ` cvs-commit at gcc dot gnu.org
  2013-07-31  4:51 ` mbilal at codesourcery dot com
  2013-11-07 11:01 ` palves at redhat dot com
  4 siblings, 0 replies; 6+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2013-07-30 12:06 UTC (permalink / raw)
  To: gdb-prs

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

--- Comment #1 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
CVSROOT:    /cvs/src
Module name:    src
Changes by:    mbilal@sourceware.org    2013-07-30 12:06:04

Modified files:
    gdb            : top.c ChangeLog 
    gdb/testsuite/gdb.base: setshow.exp 
    gdb/testsuite  : ChangeLog 

Log message:
    2013-07-30  Muhammad Bilal  <mbilal@codesorcery.com>

    PR gdb/15715
    * top.c: Include "filenames.h".
    (set_history_filename): New function.
    (init_main): Install it as set hook of the "set history filename"
    command.
    2013-07-30  Muhammad Bilal  <mbilal@codesourcery.com>

    PR gdb/15715
    * gdb.base/setshow.exp: Test that relative paths passed to
    'set history filename' are converted to absolute paths.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/top.c.diff?cvsroot=src&r1=1.239&r2=1.240
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.15844&r2=1.15845
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.base/setshow.exp.diff?cvsroot=src&r1=1.33&r2=1.34
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/ChangeLog.diff?cvsroot=src&r1=1.3748&r2=1.3749

-- 
You are receiving this mail because:
You are on the CC list for the bug.


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

* [Bug cli/15715] 'show history filename' does not show absolute path after  'set history filename' command
  2013-07-03  7:25 [Bug cli/15715] New: 'show history filename' does not show absolute path after 'set history filename' command mbilal at codesourcery dot com
                   ` (2 preceding siblings ...)
  2013-07-30 12:06 ` cvs-commit at gcc dot gnu.org
@ 2013-07-31  4:51 ` mbilal at codesourcery dot com
  2013-11-07 11:01 ` palves at redhat dot com
  4 siblings, 0 replies; 6+ messages in thread
From: mbilal at codesourcery dot com @ 2013-07-31  4:51 UTC (permalink / raw)
  To: gdb-prs

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

hmb <mbilal at codesourcery dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #2 from hmb <mbilal at codesourcery dot com> ---
fixed

-- 
You are receiving this mail because:
You are on the CC list for the bug.


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

* [Bug cli/15715] 'show history filename' does not show absolute path after  'set history filename' command
  2013-07-03  7:25 [Bug cli/15715] New: 'show history filename' does not show absolute path after 'set history filename' command mbilal at codesourcery dot com
                   ` (3 preceding siblings ...)
  2013-07-31  4:51 ` mbilal at codesourcery dot com
@ 2013-11-07 11:01 ` palves at redhat dot com
  4 siblings, 0 replies; 6+ messages in thread
From: palves at redhat dot com @ 2013-11-07 11:01 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=15715

Pedro Alves <palves at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Blocks|                            |15224
         Depends on|15224                       |

-- 
You are receiving this mail because:
You are on the CC list for the bug.


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

end of thread, other threads:[~2013-11-07 11:01 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-07-03  7:25 [Bug cli/15715] New: 'show history filename' does not show absolute path after 'set history filename' command mbilal at codesourcery dot com
2013-07-03  7:25 ` [Bug cli/15715] " mbilal at codesourcery dot com
2013-07-03  7:27 ` mbilal at codesourcery dot com
2013-07-30 12:06 ` cvs-commit at gcc dot gnu.org
2013-07-31  4:51 ` mbilal at codesourcery dot com
2013-11-07 11:01 ` palves 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).