Thanks to visit codestin.com Credit goes to github.com
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 1cd6cd7 commit 5e7e735Copy full SHA for 5e7e735
testgres/plugins/pg_probackup2/pg_probackup2/gdb.py
@@ -108,6 +108,9 @@ def kill(self):
108
self.proc.stdin.close()
109
self.proc.stdout.close()
110
111
+ def terminate_subprocess(self):
112
+ self._execute('kill')
113
+
114
def set_breakpoint(self, location):
115
116
result = self._execute('break ' + location)
0 commit comments