internal/gocore: don't crash on missing producer

Handle CUs with no DW_AT_producer attribute as non-Go CUs.

Change-Id: Ib573489211ba5fd7b8ad58d00a5adfd77783d3b6
Reviewed-on: https://go-review.googlesource.com/135275
Run-TryBot: Heschi Kreinick <heschi@google.com>
Run-TryBot: Hyang-Ah Hana Kim <hyangah@gmail.com>
Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
1 file changed
tree: 644722c07795d9b582dd3c3e329ca4445ca50e79
  1. cmd/
  2. internal/
  3. AUTHORS
  4. codereview.cfg
  5. CONTRIBUTING.md
  6. CONTRIBUTORS
  7. LICENSE
  8. README.md
README.md

Go Debug

This repository holds utilities and libraries for debugging Go programs.

WARNING! Please expect breaking changes and unstable APIs. Most of them are currently are at an early, experimental stage.

Report Issues & Send Changes