Discussion:
using the lldb plugin python goodies with the commandline lldb?
René J.V. Bertin
2016-09-17 11:31:57 UTC
Permalink
Hi,

Can one use the python stuff from the lldb plugin that allows lldb to deal with Qt objects in the regular driver, lldb?

Alternatively, is there a MI equivalent to the regular lldb command

process attach --name <fullPath> --waitFor

which the plugin could implement?

This allows attaching to an as-yet unlaunched process, very useful for debugging helper tools.

Thanks,
R.
Aleix Pol
2016-09-18 21:52:18 UTC
Permalink
Post by René J.V. Bertin
Hi,
Can one use the python stuff from the lldb plugin that allows lldb to deal with Qt objects in the regular driver, lldb?
Alternatively, is there a MI equivalent to the regular lldb command
process attach --name <fullPath> --waitFor
which the plugin could implement?
This allows attaching to an as-yet unlaunched process, very useful for debugging helper tools.
Thanks,
R.
Yes. Aetf can probably give you a more detailed answer, but scripts
for Qt introspection and display are available.

This is unrelated to attaching though.

Aleix

Loading...