summaryrefslogtreecommitdiffstats
path: root/lldb/tools/lldb-perf
diff options
context:
space:
mode:
authorEnrico Granata <egranata@apple.com>2013-04-11 00:28:12 +0000
committerEnrico Granata <egranata@apple.com>2013-04-11 00:28:12 +0000
commitc1c31b2c986c96b0997b6d7914d9a1d665369462 (patch)
tree768cd4a1e090321a76c7545e44759175e086beb0 /lldb/tools/lldb-perf
parent96d2730a7b490d909450c20e5ae13964cf7a42ed (diff)
downloadbcm5719-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')
-rw-r--r--lldb/tools/lldb-perf/darwin/formatters/formatters.cpp2
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:
OpenPOWER on IntegriCloud