[all-commits] [llvm/llvm-project] c697a1: Fix the order of modules-loaded event and the resu...

jimingham via All-commits all-commits at lists.llvm.org
Thu Mar 3 12:12:44 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c697a1f06b6240d62eec8890ac1314728906d707
      https://github.com/llvm/llvm-project/commit/c697a1f06b6240d62eec8890ac1314728906d707
  Author: Jim Ingham <jingham at apple.com>
  Date:   2022-03-03 (Thu, 03 Mar 2022)

  Changed paths:
    M lldb/source/Target/Target.cpp

  Log Message:
  -----------
  Fix the order of modules-loaded event and the resultant breakpoint-changed event.

The order used to be breakpoint-changed first, which didn't make much sense.

Differential Revision: https://reviews.llvm.org/D120919




More information about the All-commits mailing list