Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
idf.py: gdb action incorrectly generated EOL gdbinit scripts
GDB on Windows incorrectly reads EOL in the script files causing 'gdb' action to fail. (gdb) source .../build/gdbinit/py_extensions (gdb) source .../build\gdbinit\symbols add symbol table from file "C:\Sources\mhome-hub\build\bootloader\bootloader.elf" C:/Sources/mhome-hub/build\gdbinit\symbols:6: Error in sourced command file: Undefined command: "". Try "help". Forcing line separator to '\n' resolved the issue Signed-off-by: Michal Jenikovsky <jendo@jmsystems.sk>
- Loading branch information