[Lldb-commits] [lldb] [lldb] add stop-at-user-entry option to process launch (PR #67019)

José Lira Junior via lldb-commits lldb-commits at lists.llvm.org
Sun Oct 1 12:53:04 PDT 2023


================
@@ -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


More information about the lldb-commits mailing list