Skip to content

Commit

Permalink
Updated docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
korcankaraokcu committed Feb 21, 2017
1 parent 1f2c6f4 commit b5c6b6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libPINCE/GDB_Engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ def wait_for_stop(timeout=1):


def interrupt_inferior(interrupt_reason=type_defs.STOP_REASON.DEBUG):
"""Interrupt the inferior
"""Interrupt the inferior, can be also used to cancel the current gdb command
Args:
interrupt_reason (int): Just changes the global variable stop_reason. Can be a member of type_defs.STOP_REASON
Expand Down

0 comments on commit b5c6b6f

Please sign in to comment.