You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by GitBox <gi...@apache.org> on 2020/10/07 11:44:36 UTC

[GitHub] [mynewt-core] kasjer opened a new pull request #2389: da1469x load and debug fixes

kasjer opened a new pull request #2389:
URL: https://github.com/apache/mynewt-core/pull/2389


   There were two problems with this gdb script that prevent
   it usage on Windows:
   1. echo command from cmd.exe don't have -n option
     shell command that was creating foo.gdb script used echo which
     did not used /usb/bin/echo.exe from msys, but Windows build in
     echo that does not have -n option
   2. /tmp folder is not valid for cmd.exe redirection
   
   To fix this problems echo is not used, instead awk that is already
   present is used to output whole line
   foo.gdb is not created in /tmp folder (which would fail on Windows)
   instead is created in current folder for a while. It was deleted
   after source command so it's not that important to have it in /tmp
   folder.
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [mynewt-core] kasjer merged pull request #2389: da1469x load and debug fixes

Posted by GitBox <gi...@apache.org>.
kasjer merged pull request #2389:
URL: https://github.com/apache/mynewt-core/pull/2389


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [mynewt-core] apache-mynewt-bot commented on pull request #2389: da1469x load and debug fixes

Posted by GitBox <gi...@apache.org>.
apache-mynewt-bot commented on pull request #2389:
URL: https://github.com/apache/mynewt-core/pull/2389#issuecomment-704880300


   
   <!-- style-bot -->
   
   ## Style check summary
   
   #### No suggestions at this time!
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [mynewt-core] kasjer merged pull request #2389: da1469x load and debug fixes

Posted by GitBox <gi...@apache.org>.
kasjer merged pull request #2389:
URL: https://github.com/apache/mynewt-core/pull/2389


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org