-
Notifications
You must be signed in to change notification settings - Fork 38
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
PYTHONPATHin gdb's environment, sogdb_svd.pyknows where to findpysvd.py. - change the
sys.path.append('.')line ingdb_svd.pyto point to the directory wherepysvd.pyis 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