commit | 94e908d29465c5d8d66c159bb970f8d58a654f12 | [log] [tgz] |
---|---|---|
author | Brett Wilson <brettw@fuchsia.infra.roller.google.com> | Tue Apr 23 23:29:25 2024 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Tue Apr 23 16:32:21 2024 -0700 |
tree | 4d05a0def0729e4befe975b128fb5246a2abfd6f | |
parent | e1869187201041ec13ae2b3d3259a9b754ed84e7 [diff] |
[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
This repository contains Fuchsia's Global Integration manifest files.
All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.
Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia
on Freenode.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party
.