> Dario Vecchio wrote: >> if <filename> is omitted it defaults to "BreakPoints.bpt" in the current >> working dir. > I have a nit to pick with that. > > I do not think MixeDCaseFilEnames are good, all filenames should be lower > case. > > Reason: Openocd is very cross platform - where cAseMATters > > -Duane. >
I agree, also a shorter file name can be used. Another command like "bprest" can run the default script for breakpoints restore so you don't have to know at all the default file name. One issue can be the location of that file: we have to be sure that the current working dir is not changed or we have to point to an absolute path or relative to the openocd executable dir. Regards, Dario _______________________________________________ Openocd-development mailing list [email protected] https://lists.berlios.de/mailman/listinfo/openocd-development
