This is the mail archive of the gdb-patches@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: [PATCH v4 6/9] Explicit locations: introduce explicit locations


On 05/19/2015 03:14 PM, Pedro Alves wrote:
> On 05/19/2015 11:12 PM, Keith Seitz wrote:
>> On 05/19/2015 03:09 PM, Pedro Alves wrote:
>>
> OK, as long as
> 
>   b -source 'file with spaces -line 10' -line 20
> 
> works as expected (might be worth it of a test), the point is
> moot then.

I think it does what is expected:

(gdb) b -source 'file with spaces -line 10' -line 20
No source file named file with spaces -line 10.

I'll add a test if one is missing. These "with spaces" tests appear in
ls-errs.exp and can be obscured by the fact that they test the parsing
by generating errors.

Keith


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