summaryrefslogtreecommitdiff
path: root/lldb/test/API/python_api/sbmodule/a.c
AgeCommit message (Collapse)Author
2025-08-19[LLDB] added getName method in SBModule (#150331)barsolo2000
added getName method in SBModule.h and .cpp in order to get the name of the module from m_object_name. --------- Co-authored-by: Bar Soloveychik <barsolo@fb.com>