[lldb] Fix breakpoint resolver serialization bug (#76766)
commit49029f926d359075d59ad4aec2d01a21d9514b02
authorAlex Langford <alangford@apple.com>
Wed, 3 Jan 2024 23:02:37 +0000 (3 15:02 -0800)
committerGitHub <noreply@github.com>
Wed, 3 Jan 2024 23:02:37 +0000 (3 15:02 -0800)
tree9280ee603c0672b00ce854cec9ed919947e129e5
parent09de5e5c6d8c25fe76840c69056afca72275dd6b
[lldb] Fix breakpoint resolver serialization bug (#76766)

BreakpointResolverAddress optionally can include the module name related
to the address that gets resolved. Currently this will never work
because it sets the name to itself (which is empty).
lldb/source/Breakpoint/BreakpointResolverAddress.cpp
lldb/test/API/functionalities/breakpoint/serialize/TestBreakpointSerialization.py