Index: test/settings/TestSettings.py
===================================================================
--- test/settings/TestSettings.py	(revision 190811)
+++ test/settings/TestSettings.py	(working copy)
@@ -116,7 +116,7 @@
         self.runCmd("file " + exe, CURRENT_EXECUTABLE_SET)
 
         def cleanup():
-            format_string = "frame #${frame.index}: ${frame.pc}{ ${module.file.basename}{`${function.name}${function.pc-offset}}}{ at ${line.file.basename}:${line.number}}\n"
+            format_string = "frame #${frame.index}: ${frame.pc}{ ${module.file.basename}`${function.name-with-args}{${function.pc-offset}}}{ at ${line.file.fullpath}:${line.number}}\n"
             self.runCmd("settings set frame-format %s" % format_string, check=False)
 
         # Execute the cleanup function during test case tear down.
