================
@@ -782,7 +824,7 @@ void Target::ApplyNameToBreakpoints(BreakpointName
&bp_name) {
void Target::GetBreakpointNames(std::vector<std::string> &names) {
names.clear();
- for (const auto& bp_name_entry : m_breakpoint_names) {
+ for (const auto &bp_name_entry : m_breakpoint_names) {
----------------
junior-jl wrote:
I was wondering if that was a problem, thank you for clarifying and for the
step-by-step!
Should I squash the two commits again?
https://github.com/llvm/llvm-project/pull/67019
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits