Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-debug-dev] Debugging session dies if

On Wed, Jun 20, 2007 at 07:18:04AM -0700, veenu khanna wrote:
> Hello,
> Our projects can have space in its name and we create gdb log under the project in eclipse.
> We have extended LocalCDILaunchDelegate to provide our own launch and we use createMIGDBSet class to create a -gdb-set command for logging
> 
> Path is escaped with "" by CDI (MICommand class ) if it contains space.
> But GDB throws an error only if there is "" for a path with space.  See GDB output for details.

GDB is inconsistent about this.  Quotes are currently not needed for
some commands (like -gdb-set), but are for others.  Hopefully it will
be fixed in a future release.  Maybe for -i=mi3.

-- 
Daniel Jacobowitz
CodeSourcery


Back to the top