<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
This commit is contained in:
Greg Clayton
2013-08-13 01:42:25 +00:00
parent e8fdc06e0d
commit fd814c5a64
8 changed files with 880 additions and 802 deletions

File diff suppressed because it is too large Load Diff