using the lldb plugin python goodies with the commandline lldb?
Aleix Pol
aleixpol at kde.org
Sun Sep 18 22:52:18 BST 2016
On Sat, Sep 17, 2016 at 1:31 PM, René J.V. Bertin <rjvbertin at gmail.com> wrote:
> 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
More information about the KDevelop
mailing list