From c1c31b2c986c96b0997b6d7914d9a1d665369462 Mon Sep 17 00:00:00 2001 From: Enrico Granata Date: Thu, 11 Apr 2013 00:28:12 +0000 Subject: [PATCH] Updated the line on which to break for the formatters test MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Moving over to source-regex might be a good idea, but it’s not what we really want to test. Ideally, we would set a regex breakpoint to find the right line, then delete it and set one by file and line with the right line info from before. llvm-svn: 179246 --- lldb/tools/lldb-perf/darwin/formatters/formatters.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lldb/tools/lldb-perf/darwin/formatters/formatters.cpp b/lldb/tools/lldb-perf/darwin/formatters/formatters.cpp index 91bfc85aa382..92ef5a7c238e 100644 --- a/lldb/tools/lldb-perf/darwin/formatters/formatters.cpp +++ b/lldb/tools/lldb-perf/darwin/formatters/formatters.cpp @@ -148,7 +148,7 @@ public: switch (counter) { case 0: - m_target.BreakpointCreateByLocation("fmts_tester.mm", 68); + m_target.BreakpointCreateByLocation("fmts_tester.mm", 78); next_action.Continue(); break; case 1: -- GitLab