[lldb][NFCI] Small adjustment to Breakpoint::AddName
authorAlex Langford <alangford@apple.com>
Tue, 16 May 2023 17:38:49 +0000 (10:38 -0700)
committerAlex Langford <alangford@apple.com>
Tue, 16 May 2023 17:39:44 +0000 (10:39 -0700)
commitd95aec2de2be114b4c331783fcceae233bf49aff
tree7ef0f03fc34a6b313076754a26573cf979e6f620
parent198f6a9f36e4ffd056e27fac8c0636476958d3cf
[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.
lldb/source/Breakpoint/Breakpoint.cpp