diff options
author | Greg Clayton <gclayton@apple.com> | 2013-08-13 01:42:25 +0000 |
---|---|---|
committer | Greg Clayton <gclayton@apple.com> | 2013-08-13 01:42:25 +0000 |
commit | fd814c5a646a46217a1b99eb07a58302fa5e4aea (patch) | |
tree | 961739d436887f173a442fbdb10ab502bcb85f1b /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | e8fdc06e0dab2e7b98339425dbe369e27e2092a3 (diff) | |
download | bcm5719-llvm-fd814c5a646a46217a1b99eb07a58302fa5e4aea.tar.gz bcm5719-llvm-fd814c5a646a46217a1b99eb07a58302fa5e4aea.zip |
<rdar://problem/14717184>
LLDB needs in memory module load level settings to control how much information is read from memory when loading in memory modules. This change adds a new setting:
(lldb) settings set target.memory-module-load-level [minimal|partial|complete]
minimal will load only sections (no symbols, or function bounds via function starts or EH frame)
partial will load sections + bounds
complete will load sections + bounds + symbols
llvm-svn: 188246
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions