-
Notifications
You must be signed in to change notification settings - Fork 17.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
debug/elf: add SHT_GNU_VERDEF section parsing #69850
base: master
Are you sure you want to change the base?
Conversation
This PR (HEAD: cb93e16) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/619077. Important tips:
|
Message from Gopher Robot: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/619077. |
Message from Gopher Robot: Patch Set 1: Congratulations on opening your first change. Thank you for your contribution! Next steps: Most changes in the Go project go through a few rounds of revision. This can be During May-July and Nov-Jan the Go project is in a code freeze, during which Please don’t reply on this GitHub thread. Visit golang.org/cl/619077. |
Message from Ian Lance Taylor: Patch Set 1: Commit-Queue+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/619077. |
Message from Go LUCI: Patch Set 1: Dry run: CV is trying the patch. Bot data: {"action":"start","triggered_at":"2024-10-11T22:46:30Z","revision":"6203a63cc48ea53b37df5674e9a0a90d85bb3966"} Please don’t reply on this GitHub thread. Visit golang.org/cl/619077. |
Message from Ian Lance Taylor: Patch Set 1: -Commit-Queue Please don’t reply on this GitHub thread. Visit golang.org/cl/619077. |
Message from Go LUCI: Patch Set 1: This CL has failed the run. Reason: Tryjob golang/try/gotip-linux-amd64-typesalias has failed with summary (view all results):
Build or test failure, click here for results. To reproduce, try Additional links for debugging: Please don’t reply on this GitHub thread. Visit golang.org/cl/619077. |
Message from Go LUCI: Patch Set 1: LUCI-TryBot-Result-1 Please don’t reply on this GitHub thread. Visit golang.org/cl/619077. |
Message from Ian Lance Taylor: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/619077. |
This PR (HEAD: 8ad5e5d) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/619077. Important tips:
|
Message from Ian Lance Taylor: Patch Set 2: Commit-Queue+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/619077. |
Message from Go LUCI: Patch Set 2: Dry run: CV is trying the patch. Bot data: {"action":"start","triggered_at":"2024-10-12T14:59:34Z","revision":"9dc53b0b4c4d452a3991373d505f834a9a1e4a1e"} Please don’t reply on this GitHub thread. Visit golang.org/cl/619077. |
Message from Ian Lance Taylor: Patch Set 2: -Commit-Queue Please don’t reply on this GitHub thread. Visit golang.org/cl/619077. |
Message from Go LUCI: Patch Set 2: This CL has failed the run. Reason: Tryjob golang/try/gotip-linux-amd64 has failed with summary (view all results):
Build or test failure, click here for results. To reproduce, try Additional links for debugging: Please don’t reply on this GitHub thread. Visit golang.org/cl/619077. |
Message from Go LUCI: Patch Set 2: LUCI-TryBot-Result-1 Please don’t reply on this GitHub thread. Visit golang.org/cl/619077. |
This PR (HEAD: a0b2418) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/619077. Important tips:
|
Message from Ian Lance Taylor: Patch Set 3: Commit-Queue+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/619077. |
Message from Go LUCI: Patch Set 3: Dry run: CV is trying the patch. Bot data: {"action":"start","triggered_at":"2024-10-14T19:35:53Z","revision":"1bb3666abec93b24fc5177816a321e462de74215"} Please don’t reply on this GitHub thread. Visit golang.org/cl/619077. |
Message from Ian Lance Taylor: Patch Set 3: -Commit-Queue Please don’t reply on this GitHub thread. Visit golang.org/cl/619077. |
Message from Go LUCI: Patch Set 3: This CL has passed the run Please don’t reply on this GitHub thread. Visit golang.org/cl/619077. |
Message from Go LUCI: Patch Set 3: LUCI-TryBot-Result+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/619077. |
Message from Ian Lance Taylor: Patch Set 3: (8 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/619077. |
This PR (HEAD: 7657976) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/619077. Important tips:
|
Message from Ian Lance Taylor: Patch Set 4: (7 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/619077. |
This PR (HEAD: c123b5d) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/619077. Important tips:
|
Message from Ben Baker: Patch Set 5: (11 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/619077. |
Fixes #63952