We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc8b7c0 commit bf107baCopy full SHA for bf107ba
pyocd/gdbserver/gdbserver.py
@@ -791,7 +791,7 @@ def _get_resume_step_addr(self, data):
791
elif data[0:1] in (b'C', b'S'):
792
addr = int(data[1:].split(b';')[1], base=16)
793
# else:
794
- # # Address is currently igonored - no need to log error
+ # # Address is currently ignored - no need to log error
795
# LOG.error("Invalid step address received from gdb")
796
return addr
797
0 commit comments