This is the mail archive of the gdb@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]

Re: -break-insert and multi-byte file names



Daniel Jacobowitz wrote:
On Fri, Sep 28, 2007 at 10:56:34AM -0700, Gordon Prieur wrote:
If I type "b test.cc:10" I get a valid breakpoint. If I type "-break-insert test.cc:10"
I get "mi_cmd_break_insert: Garbage following <location>" and a failed breakpoint.
I've tried various quoting permutations but none have worked.

The MI version should probably have quotes in it somewhere...

I've tried:


   -break-insert "foo.c:10"
   -break-insert "foo.c":10
   -break-insert 'foo.c:10'
   -break-insert 'foo.c':10

Any other permutations I should try?

Gordon


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