Add another Getdescription function for SBInstruction.
When trying to print the instruction, existing GetDescription function doesn't have access to Execution Context. Hence, it prints instructions of the following form for the added test case:
libc.so.6[0x3bce1]: movq 0x108(%rsp), %rax
When a target is passed with this new API call, it is able to extract execution context and hence it prints in the following form:
0x7ffff7af6ce1:movq 0x108(%rsp), %rax
clang-tidy: error: 'lldb/API/SBData.h' file not found [clang-diagnostic-error]
not useful