| Name: | delve |
|---|---|
| Version: | 1.21.2 |
| Release: | 2.0.1.el9 |
| Architecture: | aarch64 |
| Group: | Unspecified |
| Size: | 12769841 |
| License: | MIT |
| RPM: | delve-1.21.2-2.0.1.el9.aarch64.rpm |
| Source RPM: | delve-1.21.2-2.0.1.el9.src.rpm |
| Build Date: | Thu Apr 11 2024 |
| Build Host: | build-ol9-aarch64.oracle.com |
| Vendor: | Oracle America |
| URL: | https://github.com/go-delve/delve |
| Summary: | A debugger for the Go programming language |
| Description: | Delve is a debugger for the Go programming language. The goal of the project is to provide a simple, full featured debugging tool for Go. Delve should be easy to invoke and easy to use. Chances are if you're using a debugger, things aren't going your way. With that in mind, Delve should stay out of your way as much as possible. |
- Disable DWARF compression which has issues (Alex Burmashev)
- Modify ports: Some CI systems complain about the usage of the 8888 port. - Improve the way PPC64LE support is enabled. - Resolves: RHEL-22429
- Rebase to 1.21.2 - Add support for ppc64le and aarch64 - Enable the test suite - Resolves: RHEL-22429
- Rebase to 1.20.2 - Resolves: rhbz#2186496
- Rebase to 1.9.1 - Related: rhbz#2131028
- Rebase to 1.8.3 - Related: rhbz#2098063