barsolo2000 402109e1c4
[LLDB] added getName method in SBModule (#150331)
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>
2025-08-19 14:24:10 -07:00

8 lines
98 B
C

extern int a(int);
extern int b(int);
int main() {
while (1) // break here
;
return 42;
}