Eclipse give me the following messages: first of all a dialog windows says: unable to set temporary breakpointin main. Reason: Target request failed: No program loaded. Continue ?
If I answer yes another window appears: execution suspended because of error and in the details of this window: the program is not being run. It seems to me that Eclipse is not able to manage msp430-gdb if the target sim commnad is sent. Maybe it expects a particular answer from msp430-gdb after sending the target command; so if I create a gdb.ini file with target remote:3333 and connect to gdbproxy everything works fine; If I create a gdb.ini file with the command target sim Eclipse fails. Thanks Frank