Files
clang-p2996/lldb/source/Breakpoint/Breakpoint.cpp
Alex Langford d95aec2de2 [lldb][NFCI] Small adjustment to Breakpoint::AddName
m_name_list is a std::unordered_set<std::string>, we can insert the
string directly instead of grabbing the c_str and creating yet another
one.
2023-05-16 10:39:44 -07:00

40 KiB