aboutsummaryrefslogtreecommitdiff
path: root/lldb.xcodeproj/xcshareddata
diff options
context:
space:
mode:
authorGreg Clayton <gclayton@apple.com>2012-02-22 04:37:26 +0000
committerGreg Clayton <gclayton@apple.com>2012-02-22 04:37:26 +0000
commit761133029ba2d5bb0c21c3a871dede340b2775fc (patch)
tree143b0e482ff85ae1aa65f6f458ff7cb8749707d6 /lldb.xcodeproj/xcshareddata
parent9a5bbd2a14cacac731424f7a253f6cc16b22c10a (diff)
downloadlldb-761133029ba2d5bb0c21c3a871dede340b2775fc.tar.gz
For stepping performance I added the ability to outlaw all memory accesseses
to the __PAGEZERO segment on darwin. The dynamic loader now correctly doesn't slide __PAGEZERO and it also registers it as an invalid region of memory. This allows us to not make any memory requests from the local or remote debug session for any addresses in this region. Stepping performance can improve when uninitialized local variables that point to locations in __PAGEZERO are attempted to be read from memory as we won't even make the memory read or write request. git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@151128 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lldb.xcodeproj/xcshareddata')
-rw-r--r--lldb.xcodeproj/xcshareddata/xcschemes/lldb-tool.xcscheme6
1 files changed, 0 insertions, 6 deletions
diff --git a/lldb.xcodeproj/xcshareddata/xcschemes/lldb-tool.xcscheme b/lldb.xcodeproj/xcshareddata/xcschemes/lldb-tool.xcscheme
index 3a6ee591b..5c24cc3fc 100644
--- a/lldb.xcodeproj/xcshareddata/xcschemes/lldb-tool.xcscheme
+++ b/lldb.xcodeproj/xcshareddata/xcschemes/lldb-tool.xcscheme
@@ -100,12 +100,6 @@
ReferencedContainer = "container:lldb.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
- <CommandLineArguments>
- <CommandLineArgument
- argument = "/private/tmp/a.out"
- isEnabled = "YES">
- </CommandLineArgument>
- </CommandLineArguments>
<EnvironmentVariables>
<EnvironmentVariable
key = "LLDB_LAUNCH_FLAG_DISABLE_ASLR"