diff options
author | Enrico Granata <egranata@apple.com> | 2013-04-11 00:28:12 +0000 |
---|---|---|
committer | Enrico Granata <egranata@apple.com> | 2013-04-11 00:28:12 +0000 |
commit | c1c31b2c986c96b0997b6d7914d9a1d665369462 (patch) | |
tree | 768cd4a1e090321a76c7545e44759175e086beb0 /lldb/tools/lldb-perf/darwin/formatters/formatters.cpp | |
parent | 96d2730a7b490d909450c20e5ae13964cf7a42ed (diff) | |
download | bcm5719-llvm-c1c31b2c986c96b0997b6d7914d9a1d665369462.tar.gz bcm5719-llvm-c1c31b2c986c96b0997b6d7914d9a1d665369462.zip |
Updated the line on which to break for the formatters test
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
Diffstat (limited to 'lldb/tools/lldb-perf/darwin/formatters/formatters.cpp')
-rw-r--r-- | lldb/tools/lldb-perf/darwin/formatters/formatters.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/tools/lldb-perf/darwin/formatters/formatters.cpp b/lldb/tools/lldb-perf/darwin/formatters/formatters.cpp index 91bfc85aa38..92ef5a7c238 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: |