[Lldb-commits] [PATCH] D68671: Add the ability to pass extra args to a Python breakpoint command function
Adrian McCarthy via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Oct 25 15:52:26 PDT 2019
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