-
Notifications
You must be signed in to change notification settings - Fork 103
New issue
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
PyPanda: disable -monitor #101
Comments
Hi!
But i would be in favor on changing the default behavior via a new option in PyPanda target. |
I tried that, but doesn't raw_monitor needs to be passed as a kwarg, not an array of strings. Can you show me? |
My bad, it's kwargs from from avatar2 import Avatar
from avatar2.targets import PyPandaTarget
av = Avatar()
pp = PyPandaTarget(av)
pp.init(raw_monitor=True)
pp.shutdown() |
PyPanda's Panda() top-level class by default creates an interactive monitor like
-monitor unix:/tmp/pypanda_mbwril7yr,server,nowait
. I dont believe monitor is not the same as QMP, but a text based protocolThere are couple of ideas:
raw_monitor=True
(https://github.com/panda-re/panda/blob/716b782f3f604d990f361cbab3186b4e0c73540f/panda/python/core/pandare/panda.py#L59)The main reason for disabling this is that running PyPanda many times can end up polluting /tmp
The text was updated successfully, but these errors were encountered: