[all-commits] [llvm/llvm-project] 49029f: [lldb] Fix breakpoint resolver serialization bug (...

Alex Langford via All-commits all-commits at lists.llvm.org
Wed Jan 3 15:02:50 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 49029f926d359075d59ad4aec2d01a21d9514b02
      https://github.com/llvm/llvm-project/commit/49029f926d359075d59ad4aec2d01a21d9514b02
  Author: Alex Langford <alangford at apple.com>
  Date:   2024-01-03 (Wed, 03 Jan 2024)

  Changed paths:
    M lldb/source/Breakpoint/BreakpointResolverAddress.cpp
    M lldb/test/API/functionalities/breakpoint/serialize/TestBreakpointSerialization.py

  Log Message:
  -----------
  [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).




More information about the All-commits mailing list