forked from OSchip/llvm-project
Also report any OS python plugin in use.
llvm-svn: 184487
This commit is contained in:
parent
9bb9fa84df
commit
e445f8fb4d
|
@ -142,6 +142,9 @@ to be helpful when reporting the problem.
|
|||
print ""
|
||||
print "============================================================================================="
|
||||
print ""
|
||||
print "OS plugin setting:"
|
||||
debugger.HandleCommand("settings show target.process.python-os-plugin-path")
|
||||
print ""
|
||||
print "Live register context:"
|
||||
thread.SetSelectedFrame(0)
|
||||
debugger.HandleCommand("register read")
|
||||
|
|
Loading…
Reference in New Issue