summaryrefslogtreecommitdiffstats
path: root/lldb/source/Target/Target.cpp
diff options
context:
space:
mode:
authorJim Ingham <jingham@apple.com>2013-04-04 01:38:54 +0000
committerJim Ingham <jingham@apple.com>2013-04-04 01:38:54 +0000
commit34951275497192fc5bad19004d45d84f0418347b (patch)
tree7fddde2d5fd564b4c7f8eb5d8e079b08aed75b6f /lldb/source/Target/Target.cpp
parente48f389ce6c1990b5e92e5d13b81405a7ec679de (diff)
downloadbcm5719-llvm-34951275497192fc5bad19004d45d84f0418347b.tar.gz
bcm5719-llvm-34951275497192fc5bad19004d45d84f0418347b.zip
Change the default for "use-fast-stepping" to on.
<rdar://problem/11319574> llvm-svn: 178732
Diffstat (limited to 'lldb/source/Target/Target.cpp')
-rw-r--r--lldb/source/Target/Target.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Target/Target.cpp b/lldb/source/Target/Target.cpp
index ab8fb865926..ba61678375b 100644
--- a/lldb/source/Target/Target.cpp
+++ b/lldb/source/Target/Target.cpp
@@ -2271,7 +2271,7 @@ g_properties[] =
"file and line breakpoints." },
// FIXME: This is the wrong way to do per-architecture settings, but we don't have a general per architecture settings system in place yet.
{ "x86-disassembly-flavor" , OptionValue::eTypeEnum , false, eX86DisFlavorDefault, NULL, g_x86_dis_flavor_value_types, "The default disassembly flavor to use for x86 or x86-64 targets." },
- { "use-fast-stepping" , OptionValue::eTypeBoolean , false, false, NULL, NULL, "Use a fast stepping algorithm based on running from branch to branch rather than instruction single-stepping." },
+ { "use-fast-stepping" , OptionValue::eTypeBoolean , false, true, NULL, NULL, "Use a fast stepping algorithm based on running from branch to branch rather than instruction single-stepping." },
{ NULL , OptionValue::eTypeInvalid , false, 0 , NULL, NULL, NULL }
};
enum
OpenPOWER on IntegriCloud