I’m trying to remote debug a linux program from a Qt Creator 2.7.1 instance in a windows machine. I cross compiled GDB with “—host=i686-pc-mingw32 —target=i586-suse-linux” options and created a MinGW-remote Kit to use this specific GDB debugger. If I debug in a terminal with the cross-compiled GDB, everything works correctly. However, when trying to use Qt Creator, I go to “Debug -> Start Debugging -> Attach to remote debug server…” and while there is a Port field, there is no way to configure the hostname and the logger shows GDB doing “target remote tcp::<my-port>”, failing after a timeout.
How come there is no way to set a hostname in this dialog?
↧