diff options
author | Dan Williams <dan.j.williams@intel.com> | 2022-10-02 05:16:16 +0300 |
---|---|---|
committer | Dan Williams <dan.j.williams@intel.com> | 2022-10-02 05:16:16 +0300 |
commit | 305a72efa791c826fe84768ca55e31adc4113ea8 (patch) | |
tree | 35c72646ea4b81528d73d3d79650004abed3285b /scripts/gdb/vmlinux-gdb.py | |
parent | 53fc59511fc4c567342b2ef3f7b99a086430e0b4 (diff) | |
parent | 6a02124c87f0b61dcaaeb65e7fd406d8afb40fd4 (diff) | |
download | linux-305a72efa791c826fe84768ca55e31adc4113ea8.tar.xz |
Merge branch 'for-6.1/nvdimm' into libnvdimm-for-next
Add v6.1 content on top of some straggling updates that missed v6.0.
Diffstat (limited to 'scripts/gdb/vmlinux-gdb.py')
-rw-r--r-- | scripts/gdb/vmlinux-gdb.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/gdb/vmlinux-gdb.py b/scripts/gdb/vmlinux-gdb.py index 4136dc2c59df..3e8d3669f0ce 100644 --- a/scripts/gdb/vmlinux-gdb.py +++ b/scripts/gdb/vmlinux-gdb.py @@ -13,7 +13,7 @@ import os -sys.path.insert(0, os.path.dirname(__file__) + "/scripts/gdb") +sys.path.insert(0, os.path.dirname(os.path.abspath(__file__)) + "/scripts/gdb") try: gdb.parse_and_eval("0") |