Erik,
You can make a file that contains GDB commands and have GDB or Insight
execute it when you start, just use the --command= command line option
for GDB.
See the GDB documentation for details.
Steven
erik w. wrote:
Hello,
Some windows users might be interested to know that the Bloodshed
Dev-C++ IDE (http://www.bloodshed.net/) can be configured to work with
the msp430-gcc toolchain ? including automatic makefile creation.
Is anyone else using Dev-C++ ? I find it has a very nice editor and much
cleaner/easier to use then the existing msp430 IDE?s. It also includes a
debugger with support for gdb, though I have not yet been able to get
this working for msp430-gdb . I was hoping that someone else will have
or (did have) more success, but it may not be possible as it seems to
lack some of the basic essential features that Insight has (like
?continue?) . Even so I think it would be a nice IDE to use with Insight
or other GDB GUI if the onboard debugger doesn?t work out.
On that note, is there a flag/parameter that can be passed in to
Insight/gdb on launch to specify the opening file and the? target
msp430 host:1000? setting?
Best,
-e