Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] (Bug?) mi_cmd_disassemble: Invalid filename.

Looks like a bug. Please, create a bugzilla entry.
Thanks.

----- Original Message ----- 
From: "Sascha Radike" <sradike@xxxxxxxxxxxx>
To: "'CDT General developers list.'" <cdt-dev@xxxxxxxxxxx>
Sent: Sunday, June 18, 2006 9:54 AM
Subject: [cdt-dev] (Bug?) mi_cmd_disassemble: Invalid filename.


> I'm debugging an ARM executable using
> C/C++ Local Application and the "gdbserver Debugger".
>
> After halting the program and the disassembly showing up, the GDB console
> reports
> "mi_cmd_disassemble: Invalid filename."
>
> I had a look at the MIDataDisassemble command and the file being passed to
> it is
> "D:\Data\Projects\Workspaces\Eclipse.CDT.Arm.DEBUG\Test/D/../src/main.c"
>
> The path looks kind of weird. The real path is:
> D:\Data\Projects\Workspaces\Eclipse.CDT.Arm.DEBUG\Test\src\main.c
>
> Especially the "D/.." part looks weird. I guess instead of "D" "Debug" is
> meant as the build output folder is
> D:\Data\Projects\Workspaces\Eclipse.CDT.Arm.DEBUG\Test\Debug
>
> A disassembly shows up though. But that's because CDT tries to disassemble
> again without the filename.
>
> Am I the only one experiencing the problem? Is there a problem on my side
or
> is it a bug ?
>
> Sascha
>
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/cdt-dev



Back to the top