summary refs log tree commit diff stats
path: root/tests/untestable/gdb
diff options
context:
space:
mode:
authorArnaud Moura <arnaudmoura@gmail.com>2023-03-03 23:37:12 +0100
committerGitHub <noreply@github.com>2023-03-03 23:37:12 +0100
commitb2c5f8a05f2f9db6ed06663a077882eb112b3e3f (patch)
tree3786bd8ee67acdd235da9681d8cf5c6fd1b10bde /tests/untestable/gdb
parent2e2affb13ce13723e5ab1996d05f7b82c184a090 (diff)
downloadNim-b2c5f8a05f2f9db6ed06663a077882eb112b3e3f.tar.gz
fixes #21461 (#21463)
* fixes #21461; Move nim-gdb.py and add nim-lldb.py

* fixes bad path for nim-gdb.py
Diffstat (limited to 'tests/untestable/gdb')
-rw-r--r--tests/untestable/gdb/gdb_pretty_printer_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/untestable/gdb/gdb_pretty_printer_test.py b/tests/untestable/gdb/gdb_pretty_printer_test.py
index a96df9992..aed0cfeb0 100644
--- a/tests/untestable/gdb/gdb_pretty_printer_test.py
+++ b/tests/untestable/gdb/gdb_pretty_printer_test.py
@@ -8,7 +8,7 @@ import sys
 # frontends might still be broken.
 
 gdb.execute("set python print-stack full")
-gdb.execute("source ../../../tools/nim-gdb.py")
+gdb.execute("source ../../../tools/debug/nim-gdb.py")
 # debug all instances of the generic function `myDebug`, should be 14
 gdb.execute("rbreak myDebug")
 gdb.execute("run")