Files
llvm/lldb/source/Target
Greg Clayton fd814c5a64 <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
2013-08-13 01:42:25 +00:00
..
2013-08-13 01:42:25 +00:00
2013-07-11 22:46:58 +00:00
2013-08-13 01:42:25 +00:00
2013-07-30 00:23:06 +00:00