aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/gdb/linux
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/gdb/linux')
-rw-r--r--scripts/gdb/linux/symbols.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/gdb/linux/symbols.py b/scripts/gdb/linux/symbols.py
index 9a0f8923f67c..004b0ac7fa72 100644
--- a/scripts/gdb/linux/symbols.py
+++ b/scripts/gdb/linux/symbols.py
@@ -153,7 +153,7 @@ lx-symbols command."""
153 saved_state['breakpoint'].enabled = saved_state['enabled'] 153 saved_state['breakpoint'].enabled = saved_state['enabled']
154 154
155 def invoke(self, arg, from_tty): 155 def invoke(self, arg, from_tty):
156 self.module_paths = arg.split() 156 self.module_paths = [os.path.expanduser(p) for p in arg.split()]
157 self.module_paths.append(os.getcwd()) 157 self.module_paths.append(os.getcwd())
158 158
159 # enforce update 159 # enforce update