Hello,
i try to work with a propritary software and a openocd gdb connection to my dsp563xx target. This software sends a very important command "qset memspace 3". This command switch between the different target memory types (p,x,y,l) before a data upload/download. I have tracked down the gdb parser to command.c::command_run_line, this function is called because the "q" as prefix. In this funtions there is something done with jimtcl .... Now my question, is it possible to write a tcl function that is able to wrap this gdb command to a known target command? Thanks, Mathias _______________________________________________ Openocd-development mailing list [email protected] https://lists.berlios.de/mailman/listinfo/openocd-development
