mirror of
https://github.com/intel/llvm.git
synced 2026-01-20 19:07:53 +08:00
[Reproducers] Add missing LLDB_RECORD_DUMMY macros
Re-ran lldb-inst on the API folder to insert missing LLDB_RECORD_DUMMY macros. llvm-svn: 355711
This commit is contained in:
@@ -611,6 +611,10 @@ bool SBCommandInterpreter::EventIsCommandInterpreterEvent(
|
||||
bool SBCommandInterpreter::SetCommandOverrideCallback(
|
||||
const char *command_name, lldb::CommandOverrideCallback callback,
|
||||
void *baton) {
|
||||
LLDB_RECORD_DUMMY(bool, SBCommandInterpreter, SetCommandOverrideCallback,
|
||||
(const char *, lldb::CommandOverrideCallback, void *),
|
||||
command_name, callback, baton);
|
||||
|
||||
if (command_name && command_name[0] && IsValid()) {
|
||||
llvm::StringRef command_name_str = command_name;
|
||||
CommandObject *cmd_obj =
|
||||
|
||||
Reference in New Issue
Block a user