[Lldb-commits] [PATCH] D68671: Add the ability to pass extra args to a Python breakpoint command function
Shafik Yaghmour via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Oct 8 16:55:57 PDT 2019
shafik added inline comments.
================
Comment at: lldb/include/lldb/API/SBBreakpointLocation.h:59
+ void SetScriptCallbackFunction(const char *callback_function_name,
+ SBStructuredData &extra_args);
+
----------------
Could this be a `const &`
================
Comment at: lldb/include/lldb/API/SBBreakpointName.h:89
+ void SetScriptCallbackFunction(const char *callback_function_name,
+ SBStructuredData &extra_args);
+
----------------
Could this be a `const &`
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