GetModule, GetExeModule methods added
authorIlya Bukonkin <fallkrum@yahoo.com>
Tue, 29 Sep 2020 12:51:49 +0000 (15:51 +0300)
committerIlya Bukonkin <fallkrum@yahoo.com>
Thu, 29 Oct 2020 20:44:51 +0000 (23:44 +0300)
commit2c0cbc47cae4e69195a883771664ef3d5a54c7d2
tree40a3699d8886e09f58bac513a221cc415ef78fd5
parent19225704890632cd2552f41ada41600a20db1371
GetModule, GetExeModule methods added
lldb/bindings/interface/SBType.i
lldb/include/lldb/API/SBModule.h
lldb/include/lldb/API/SBType.h
lldb/include/lldb/Symbol/Type.h
lldb/source/API/SBType.cpp
lldb/source/Symbol/Type.cpp
lldb/test/API/functionalities/type_get_module/Makefile [new file with mode: 0644]
lldb/test/API/functionalities/type_get_module/TestTypeGetModule.py [new file with mode: 0644]
lldb/test/API/functionalities/type_get_module/compile_unit1.c [new file with mode: 0644]
lldb/test/API/functionalities/type_get_module/compile_unit2.c [new file with mode: 0644]
lldb/test/API/functionalities/type_get_module/main.c [new file with mode: 0644]