[Lldb-commits] [lldb] [lldb][DynamicLoader] Fix lldb unable to stop at _dl_debug_state if user set it before the process launched. (PR #88792)
Zequan Wu via lldb-commits
lldb-commits at lists.llvm.org
Tue Apr 16 08:25:42 PDT 2024
ZequanWu wrote:
> why not just call ModulesDidLoad and delegate this (and possibly other binary-just-loaded) behaviors to it?
That's what I did first, but it breaks the test `TestModuleLoadedNotifys.ModuleLoadedNotifysTestCase.test_launch_notifications` because of extra broadcaster event. So, I moved out the part of the part just updating breakpoints.
https://github.com/llvm/llvm-project/pull/88792
More information about the lldb-commits
mailing list