Alessandro Arzilli

Results 223 comments of Alessandro Arzilli
trafficstars

It's ok, I've been trying to get a review for this for 4 months: https://reviews.llvm.org/D128504 🤣

If the IDE, which theoretically has access to the build configuration, doesn't know how a source file ended up inside a binary then Delve, which only reads the binary file,...

The minimal implementation of this is to give the option to the user to stop the process on every exec (or maybe every exec that matches a given regexp) so...

I think at this point the ship has sailed, the current behavior has existed for too long and thus we should not auto-advance to main.main, or runtime.main or anything else....

> Oh nice. Can it be done without a file? `--init

Two things: * logpoints could be reimplemented as (breaklet callbacks)[https://github.com/go-delve/delve/blob/1669711c0e7c95eea04f7b2ce71ce53f980babc5/pkg/proc/breakpoints.go#L117], which would simplify the auto-resume logic a lot, since it would only have to support stops induced by setting breakpoints...

The intended way to implement this would be to add options to `--log-output`.

This is complicated. We're just printing the name of the type that's in debug_info, to remove those prefixes we'd have to parse that string and strip them. Unfortunately there's no...