This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug breakpoints/14657] quotes in breakpoint linespec not saved


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

Pedro Alves <palves at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |palves at redhat dot com

--- Comment #1 from Pedro Alves <palves at redhat dot com> 2012-10-02 17:25:29 UTC ---
Also affects "save breakpoints":

(gdb) b 'thread.c':42
Breakpoint 5 at 0x5ca5ec: file ../../src/gdb/thread.c, line 42.
(gdb) info breakpoints 5
Num     Type           Disp Enb Address            What
5       breakpoint     keep y   0x00000000005ca5ec in inferior_thread at
../../src/gdb/thread.c:42
(gdb) save breakpoints foo.txt
Saved to file 'foo.txt'.
(gdb) shell cat foo.txt 
break thread.c:42

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]