Dario Vecchio wrote: >> 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. Problem solved: There is no "cd" command in openocd. so the cur dir cannot be changed!
Thus - it should always be in the "current directory" - not some place else. That way they go with the project, my assumption is: one often has a project directory with files for that project in that directory. -Duane. _______________________________________________ Openocd-development mailing list [email protected] https://lists.berlios.de/mailman/listinfo/openocd-development
