From b5c6b6f329938a5b22b4d1c887b5d06d807f0812 Mon Sep 17 00:00:00 2001 From: korcankaraokcu Date: Tue, 21 Feb 2017 19:15:11 +0200 Subject: [PATCH] Updated docstrings --- libPINCE/GDB_Engine.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libPINCE/GDB_Engine.py b/libPINCE/GDB_Engine.py index c0c7e22e..6d329f45 100644 --- a/libPINCE/GDB_Engine.py +++ b/libPINCE/GDB_Engine.py @@ -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