Home
last modified time | relevance | path

Searched refs:empty_args (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/lldb/test/API/functionalities/breakpoint/breakpoint_command/
DTestBreakpointCommandsFromPython.py117 empty_args = lldb.SBStructuredData()
118 error = not_so_fancy_bkpt.SetScriptCallbackFunction("bktptcmd.empty_extra_args", empty_args)
/external/llvm-project/lldb/source/API/
DSBThreadPlan.cpp413 StructuredData::ObjectSP empty_args; in QueueThreadPlanForStepScripted() local
416 false, script_class_name, empty_args, false, plan_status)); in QueueThreadPlanForStepScripted()
DSBBreakpointName.cpp574 SBStructuredData empty_args; in SetScriptCallbackFunction() local
575 SetScriptCallbackFunction(callback_function_name, empty_args); in SetScriptCallbackFunction()
DSBBreakpoint.cpp623 SBStructuredData empty_args; in SetScriptCallbackFunction() local
624 SetScriptCallbackFunction(callback_function_name, empty_args); in SetScriptCallbackFunction()