[lldb-dev] Overview of regular online sync-ups on specific topics

2021-03-18 Thread Kristof Beyls via lldb-dev
I thought it'd be useful to collect an overview of all regular sync-ups that are organized in the LLVM community. Therefore, I started a list with all sync-ups that I'm aware of at the Getting Involved page at https://llvm.org/docs/GettingInvolved.html#online-sync-ups I hope it helps: - advertising

[lldb-dev] Allowing PlatformPOSIX::LoadImage to lazy bind symbols

2021-03-18 Thread Vedant Kumar via lldb-dev
Hello, I'd like to allow PlatformPOSIX::LoadImage to lazy bind symbols (instead of failing to load a library if one of its exported symbols is in fact unavailable). Essentially, I'd like for RTLD_LAZY to replace the current default of RTLD_NOW. In general, it seems like the debugger should all