[Lldb-commits] [PATCH] D68671: Add the ability to pass extra args to a Python breakpoint command function
Jim Ingham via lldb-commits
lldb-commits at lists.llvm.org
Fri Oct 25 17:15:05 PDT 2019
Ack, sorry. Thanks for fixing it.
Jim
> On Oct 25, 2019, at 3:52 PM, Adrian McCarthy via Phabricator <reviews at reviews.llvm.org> wrote:
>
> amccarth added a comment.
>
> FYI: This broke the build for me.
>
>
>
> ================
> Comment at: lldb/include/lldb/Interpreter/ScriptInterpreter.h:323
> + const char *function_name,
> + StructuredData::ObjectSP extra_args_sp) {}
>
> ----------------
> This breaks some builds because it doesn't return a value.
>
>
> Repository:
> rLLDB LLDB
>
> CHANGES SINCE LAST ACTION
> https://reviews.llvm.org/D68671/new/
>
> https://reviews.llvm.org/D68671
>
>
>
More information about the lldb-commits
mailing list