/external/llvm-project/lldb/include/lldb/Breakpoint/ |
D | BreakpointOptions.h | 45 struct CommandData { struct 46 CommandData() in CommandData() function 50 CommandData(const StringList &user_source, lldb::ScriptLanguage interp) in CommandData() argument 54 virtual ~CommandData() = default; 60 static std::unique_ptr<CommandData> argument 86 class CommandBaton : public TypedBaton<CommandData> { argument 88 explicit CommandBaton(std::unique_ptr<CommandData> Data) in CommandBaton() 343 void SetCommandDataCallback(std::unique_ptr<CommandData> &cmd_data);
|
D | WatchpointOptions.h | 168 struct CommandData { struct 169 CommandData() : user_source(), script_source(), stop_on_error(true) {} in CommandData() function 171 ~CommandData() = default; 178 class CommandBaton : public TypedBaton<CommandData> { argument 180 CommandBaton(std::unique_ptr<CommandData> Data) in CommandBaton()
|
/external/llvm-project/lldb/source/Breakpoint/ |
D | BreakpointOptions.cpp | 27 *BreakpointOptions::CommandData::g_option_names[static_cast<uint32_t>( 28 BreakpointOptions::CommandData::OptionNames::LastOptionName)]{ 32 BreakpointOptions::CommandData::SerializeToStructuredData() { in SerializeToStructuredData() 59 std::unique_ptr<BreakpointOptions::CommandData> 60 BreakpointOptions::CommandData::CreateFromStructuredData( in CreateFromStructuredData() 62 std::unique_ptr<CommandData> data_up(new CommandData()); in CreateFromStructuredData() 107 return std::unique_ptr<BreakpointOptions::CommandData>(); in CreateFromStructuredData() 298 std::unique_ptr<CommandData> cmd_data_up; in CreateFromStructuredData() 301 CommandData::GetSerializationKey(), cmds_dict); in CreateFromStructuredData() 304 cmd_data_up = CommandData::CreateFromStructuredData(*cmds_dict, cmds_error); in CreateFromStructuredData() [all …]
|
D | WatchpointOptions.cpp | 162 const CommandData *data = getItem(); in GetDescription()
|
/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ |
D | ScriptInterpreterPython.h | 31 class CommandDataPython : public BreakpointOptions::CommandData { 33 CommandDataPython() : BreakpointOptions::CommandData() { in CommandDataPython() 37 BreakpointOptions::CommandData(), in CommandDataPython()
|
D | ScriptInterpreterPython.cpp | 641 auto data_up = std::make_unique<WatchpointOptions::CommandData>(); in IOHandlerInputComplete() 1258 std::unique_ptr<BreakpointOptions::CommandData> &cmd_data_up) { in SetBreakpointCommandCallback() 1306 auto data_up = std::make_unique<WatchpointOptions::CommandData>(); in SetWatchpointCommandCallback() 2333 WatchpointOptions::CommandData *wp_option_data = in WatchpointCallbackFunction() 2334 (WatchpointOptions::CommandData *)baton; in WatchpointCallbackFunction()
|
D | ScriptInterpreterPythonImpl.h | 263 std::unique_ptr<BreakpointOptions::CommandData> &data_up) override;
|
/external/llvm-project/lldb/source/Commands/ |
D | CommandObjectWatchpointCommand.cpp | 230 std::unique_ptr<WatchpointOptions::CommandData> data_up( in IOHandlerInputComplete() 231 new WatchpointOptions::CommandData()); in IOHandlerInputComplete() 253 std::unique_ptr<WatchpointOptions::CommandData> data_up( in SetWatchpointCommandCallback() 254 new WatchpointOptions::CommandData()); in SetWatchpointCommandCallback() 277 WatchpointOptions::CommandData *data = in WatchpointOptionsCallbackFunction() 278 (WatchpointOptions::CommandData *)baton; in WatchpointOptionsCallbackFunction()
|
D | CommandObjectBreakpointCommand.cpp | 244 auto cmd_data = std::make_unique<BreakpointOptions::CommandData>(); in IOHandlerInputComplete() 265 auto cmd_data = std::make_unique<BreakpointOptions::CommandData>(); in SetBreakpointCommandCallback()
|
D | CommandObjectBreakpoint.cpp | 148 auto cmd_data = std::make_unique<BreakpointOptions::CommandData>(); in OptionParsingFinished()
|
/external/vulkan-validation-layers/scripts/ |
D | layer_dispatch_table_generator.py | 89 …self.CommandData = namedtuple('CommandData', ['name', 'ext_name', 'ext_type', 'protect', 'return_t… 232 self.CommandData(name=name, ext_name=extension_name, 242 self.CommandData(name=name, ext_name=extension_name, 254 self.CommandData(name=name, ext_name=extension_name, 265 self.CommandData(name=name, ext_name=extension_name,
|
D | parameter_validation_generator.py | 233 …self.CommandData = namedtuple('CommandData', ['name', 'params', 'cdecl', 'extension_type', 'result… 671 …self.commands.append(self.CommandData(name=name, params=paramsInfo, cdecl=self.makeCDecls(cmdinfo.…
|
/external/oss-fuzz/projects/unrar/ |
D | unrar_fuzzer.cc | 39 std::unique_ptr<CommandData> cmd_data(new CommandData); in LLVMFuzzerTestOneInput()
|
/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/ |
D | ScriptInterpreterLua.h | 20 class CommandDataLua : public BreakpointOptions::CommandData { 22 CommandDataLua() : BreakpointOptions::CommandData() { in CommandDataLua()
|
/external/llvm-project/lldb/source/API/ |
D | SBBreakpointLocation.cpp | 283 std::unique_ptr<BreakpointOptions::CommandData> cmd_data_up( in SetCommandLineCommands() 284 new BreakpointOptions::CommandData(*commands, eScriptLanguageNone)); in SetCommandLineCommands()
|
D | SBBreakpointName.cpp | 486 std::unique_ptr<BreakpointOptions::CommandData> cmd_data_up( in SetCommandLineCommands() 487 new BreakpointOptions::CommandData(*commands, eScriptLanguageNone)); in SetCommandLineCommands()
|
D | SBBreakpoint.cpp | 506 std::unique_ptr<BreakpointOptions::CommandData> cmd_data_up( in SetCommandLineCommands() 507 new BreakpointOptions::CommandData(*commands, eScriptLanguageNone)); in SetCommandLineCommands()
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelinePushConstantTests.cpp | 97 struct CommandData struct 1912 const std::vector<CommandData> &cmdList); 1922 std::vector<CommandData> m_cmdList; 1930 const std::vector<CommandData> &cmdList); 1942 std::vector<CommandData> m_cmdList; 1983 const std::vector<CommandData> &cmdList) in PushConstantLifetimeTest() 2055 const std::vector<CommandData>& cmdList) in PushConstantLifetimeTestInstance() 3136 std::vector<CommandData> cmdList; in createPushConstantTests()
|
/external/llvm-project/lldb/include/lldb/Interpreter/ |
D | ScriptInterpreter.h | 358 std::unique_ptr<BreakpointOptions::CommandData> &data_up) { in SetBreakpointCommandCallback()
|