summaryrefslogtreecommitdiff
path: root/lldb/test/API/python_api/sbmodule/Makefile
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>
2022-01-26[lldb/API] Add ability to check if module is backed by a file on diskMed Ismail Bennani
This patch introduces a new SBAPI method: `SBModule::IsFileBacked` As the name suggests, it tells the user if the module's object file is on disk or in memory. rdar://68538278 Differential Revision: https://reviews.llvm.org/D118261 Signed-off-by: Med Ismail Bennani <medismail.bennani@gmail.com>