Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion autils/devel/gdb.py
Original file line number Diff line number Diff line change
Expand Up @@ -839,7 +839,6 @@ def cmd(self, command_data, expected_response=None):
:param expected_response: the (optional) response that is expected
as a response for the command sent
:type expected_response: str
:raises: RetransmissionRequestedError, UnexpectedResponseError
:returns: raw data read from from the remote server
:rtype: str
:raises NotConnectedError: if the socket is not initialized
Expand Down