We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pdbg -b sbefifo -p0 -c12 -t0 stop
pdbg -b sbefifo -p0 -c12 -t0 start
The start command fails and the thread remains quiesced if the thread was inactive (in stop).
start
stop
The sreset command succeeds in this case. The start command succeeds if the thread was active when stopped (e.g., powersave=off).
sreset
When using a scom based backend (https://lists.ozlabs.org/pipermail/pdbg/2020-December/002345.html) everything works correctly.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
pdbg -b sbefifo -p0 -c12 -t0 stop
pdbg -b sbefifo -p0 -c12 -t0 start
The
start
command fails and the thread remains quiesced if the thread was inactive (instop
).The
sreset
command succeeds in this case. Thestart
command succeeds if the thread was active when stopped (e.g., powersave=off).When using a scom based backend (https://lists.ozlabs.org/pipermail/pdbg/2020-December/002345.html) everything works correctly.
The text was updated successfully, but these errors were encountered: