-
Notifications
You must be signed in to change notification settings - Fork 36
Open
Description
If I don't have pysvd.py in the current working directory, I get errors when trying to use gdb_svd. I've solved this problem in two ways:
- set
PYTHONPATH
in gdb's environment, sogdb_svd.py
knows where to findpysvd.py
. - change the
sys.path.append('.')
line ingdb_svd.py
to point to the directory wherepysvd.py
is located.
Neither of these is really ideal - is consolidating both into a single source file the only way to solve the problem?
Metadata
Metadata
Assignees
Labels
No labels