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


On Fri, Sep 28, 2007 at 11:21:03AM -0700, Gordon Prieur wrote:
> 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?

No, I would expect the first one to work.

I suppose you could try "\"foo.c\":10" but I don't think it will help
if those don't.

-- 
Daniel Jacobowitz
CodeSourcery


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