You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[LLDB] added getName method in SBModule (llvm#150331)
Summary:
added getObjectName method in SBModule.h and .cpp in order to get the name of the module from m_object_name.
---------
Co-authored-by: Bar Soloveychik <[email protected]>
(cherry picked from commit 402109e)
Test Plan:
```
./bin/llvm-lit -sv /home/barsolo/llvm-sand/external/llvm-project/lldb/test/API/python_api/sbmodule/TestSBModule.py
Testing Time: 1.32s
Total Discovered Tests: 1
Passed: 1 (100.00%)
```
Rollback Plan:
Reviewers: jalalonde, davidayoung
Reviewed By: jalalonde
Subscribers: #lldb_team
Differential Revision: https://phabricator.intern.facebook.com/D80573776
Tasks: T228909074
Tags: auto_accept2ship
0 commit comments