We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 864d5dc commit 9ce3e95Copy full SHA for 9ce3e95
lldb/tools/lldb-server/Plugins/AMDGPU/LLDBServerPluginAMDGPU.cpp
@@ -584,10 +584,5 @@ GPUActions LLDBServerPluginAMDGPU::GetInitializeActions() {
584
GPUActions init_actions;
585
init_actions.plugin_name = GetPluginName();
586
587
- GPUBreakpointInfo bp1;
588
- bp1.identifier = "gpu_initialize";
589
- bp1.name_info = {"a.out", "gpu_initialize"};
590
- bp1.symbol_names.push_back("gpu_shlib_load");
591
- init_actions.breakpoints.emplace_back(std::move(bp1));
592
return init_actions;
593
}
0 commit comments