[roll] Roll fuchsia [debugger] Catch failures stepping through PLT.

When there is a problem with the breakpoint that is step throught a PLT
call, currently we'll just resume execution.

This patch adds a breakpoint at the return address of the PLT call to
catch the various errors that can occur handling the PLT trampoline.
While this ends up stepping over the PLT call rather than into it, at
least execution is not implicitly resumed. In most places we step over
PLT trampolines and something fails (see bug 128935) the user is
actually trying to step over anyway so the problem is not visible.

Original-Bug: 127391

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/869899
Original-Revision: cf8f3a2a5540429496ed23782d8f3d7d4c65e5b9
GitOrigin-RevId: 88b4a26b72cbeabea8147921175f3be5c3558179
Change-Id: Iac60456cbc9b439372920b32e8bbfb40cfd0aeb7
1 file changed
tree: 14c8f7f3b5d1f97f8449268e2d16f83867720676
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

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.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.