[lldb-dev] Patch for scripted commands
Jim Ingham
jingham at apple.com
Mon Nov 7 14:47:28 PST 2011
That looks good to me.
Jim
On Nov 7, 2011, at 12:56 PM, Enrico Granata wrote:
> Hi all,
> attached is a patch that adds a new --synchronicity (-s) option for "command script add" that allows the user to decide if scripted commands should run synchronously or asynchronously (which can make a difference in how events are handled - this was discussed last week on the mailing list)
>
> this also provides some changes to other "command script" features:
> a) clears up several error messages
> b) adds a new --allow-reload (-r) option for "command script import" that allows the user to reload a module even if it has already been imported before
> c) allows filename completion for "command script import" (much like what happens for "target create")
> d) prevents "command script add" from replacing built-in commands with scripted commands
>
> plus, it fixes an issue in the "type summary add" command which caused several test suite errors
>
> Thanks,
> - Enrico Granata
> <synchro.diff>
> _______________________________________________
> lldb-dev mailing list
> lldb-dev at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev
More information about the lldb-dev
mailing list