Add a test case test_image_search_paths() to test lldb's ability to do image search paths
substitutions in order to achieve file mappings.

Modify CommandObjectTarget.cpp to properly set the status of the return object to make
scripting like this:

    self.runCmd("target image-search-paths add %s %s" % (os.getcwd(), new_dir))

works.


git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@124762 91177308-0d34-0410-b5e6-96231b3b80d8
2 files changed