Skip to content
Snippets Groups Projects
Commit 6146f39f authored by Daniel Salzman's avatar Daniel Salzman
Browse files

tests-extra: add 'info threads' into backtrace

parent 0cefb3c3
No related branches found
No related tags found
No related merge requests found
......@@ -343,6 +343,7 @@ class Server(object):
check_call([params.gdb_bin, "-ex", "set confirm off", "-ex",
"target remote | %s --pid=%s" %
(params.vgdb_bin, self.proc.pid),
"-ex", "info threads",
"-ex", "thread apply all bt full", "-ex", "q",
self.daemon_bin],
stdout=open(self.dir + "/gdb.out", mode="a"),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment