aboutsummaryrefslogtreecommitdiff
path: root/debug/gdbserver.py
diff options
context:
space:
mode:
authorTim Newsome <tim@sifive.com>2018-08-23 17:08:18 -0700
committerTim Newsome <tim@sifive.com>2018-08-23 17:08:18 -0700
commitc0aa8a601202a5de0d3334cb74f75105df627eee (patch)
tree3ad4468bf67748e2fe9c91908cb85d92dcc46b00 /debug/gdbserver.py
parent3e972b3d78bc62914d6920c06cc9e99ef82ed492 (diff)
downloadriscv-tests-c0aa8a601202a5de0d3334cb74f75105df627eee.zip
riscv-tests-c0aa8a601202a5de0d3334cb74f75105df627eee.tar.gz
riscv-tests-c0aa8a601202a5de0d3334cb74f75105df627eee.tar.bz2
Make pylint happy with change d1d2d953b5016b465.
Diffstat (limited to 'debug/gdbserver.py')
-rwxr-xr-xdebug/gdbserver.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/debug/gdbserver.py b/debug/gdbserver.py
index 887770a..a56d4a1 100755
--- a/debug/gdbserver.py
+++ b/debug/gdbserver.py
@@ -650,8 +650,9 @@ class MulticoreRtosSwitchActiveHartTest(GdbTest):
if self.gdb.one_hart_per_gdb():
return 'not_applicable'
- # Set breakpoint near '_start' label to increase the chances of a situation
- # when all harts hit breakpoint immediately and simultaneously.
+ # Set breakpoint near '_start' label to increase the chances of a
+ # situation when all harts hit breakpoint immediately and
+ # simultaneously.
self.gdb.b("set_trap_handler")
# Check that all harts hit breakpoint one by one.