Add the ability to suppress the creation of a persistent
authorJim Ingham <jingham@apple.com>
Sat, 19 Jul 2014 01:09:16 +0000 (01:09 +0000)
committerJim Ingham <jingham@apple.com>
Sat, 19 Jul 2014 01:09:16 +0000 (01:09 +0000)
commit4ac0443fd90e264762f71f30d7a03b585009e109
tree36dae089941127ab360d3e2146cadfc1238bae9c
parent3875a82d422230ba97c3c1a4fc452c5ad81af513
Add the ability to suppress the creation of a persistent
result variable and use in in "Process::LoadImage" so that,
for instance, "process load" doesn't increment the return
variable number.

llvm-svn: 213440
lldb/include/lldb/Target/Target.h
lldb/source/Expression/ClangUserExpression.cpp
lldb/source/Target/Process.cpp