Skip to content

Commit 9ce3e95

Browse files
authored
[amd] Remove mock gpu example breakpoint (#13)
We accidentally left in the mock gpu breakpoint in LLDBServerPluginAMDGPU when copying the sources as an example.
1 parent 864d5dc commit 9ce3e95

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

lldb/tools/lldb-server/Plugins/AMDGPU/LLDBServerPluginAMDGPU.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -584,10 +584,5 @@ GPUActions LLDBServerPluginAMDGPU::GetInitializeActions() {
584584
GPUActions init_actions;
585585
init_actions.plugin_name = GetPluginName();
586586

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));
592587
return init_actions;
593588
}

0 commit comments

Comments
 (0)