[roll] Roll fuchsia [debugger] Fix bug with overlapping ranges.

AddressRange.Overlaps() would consider adjacent ranges on one side but
not the other.

Made Overlaps() not consider adjacent ranges as overlapping. Added a new
function OverlapsOrAdjacent() for this and use it for AddressRanges
canonicalization.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1034975
Original-Revision: bc7167cd60f82cd16cb36d720368c8e6a6b074e9
GitOrigin-RevId: c853e4bc60def2686deafe1b307d5236e848bd7b
Change-Id: I749a0c0dbbe9710ade8bf118152a0b3257214e6e
diff --git a/stem b/stem
index ef8b312..2a41593 100644
--- a/stem
+++ b/stem
@@ -11,7 +11,7 @@
              githooks="integration/git-hooks"
              remote="https://fuchsia.googlesource.com/fuchsia"
              gerrithost="https://fuchsia-review.googlesource.com"
-             revision="e6e08b66fc2b66621ac5f0016d809e0d256c9566"/>
+             revision="bc7167cd60f82cd16cb36d720368c8e6a6b074e9"/>
   </projects>
   <hooks>
     <hook name="install-environment"