Re: Inquiry about Development Features and Integration of Source Code Version Control Systems

2024-04-10 Thread Matt Schulte
> i.e., a situation where even an internal debuginfod instance cannot be > trusted with the source code, but some version control system can be? That was my thought exactly. On Wed, Apr 10, 2024 at 9:07 AM Frank Ch. Eigler wrote: > > Hi - > > > Support for reading source code directly from a cod

Re: Inquiry about Development Features and Integration of Source Code Version Control Systems

2024-04-10 Thread Frank Ch. Eigler
Hi - > Support for reading source code directly from a code hosting service > (such as GitHub) has been supported for years by Microsoft via > SourceLink[1]. [...] Thanks for that reminder. Yeah, eventually that could be an alternate way. > [...] > > Can you explain under what situations you th

Re: Inquiry about Development Features and Integration of Source Code Version Control Systems

2024-04-10 Thread Matt Schulte
Hi Tobias, I wanted to provide an alternative solution that may work for you (with or without support from debuginfod). Support for reading source code directly from a code hosting service (such as GitHub) has been supported for years by Microsoft via SourceLink[1]. In 2018, a proposal[2] was sub

Re: Inquiry about Development Features and Integration of Source Code Version Control Systems

2024-04-10 Thread Frank Ch. Eigler
Hi - > [...] Specifically, I am interested in understanding how the > Debuginfod Server can facilitate the direct download of source code > from Git repositories. [...] Can you explain under what situations you think this would be helpful? The main challenge is that compilers don't generally ha

Inquiry about Development Features and Integration of Source Code Version Control Systems

2024-04-09 Thread T R
Dear Debuginfod developers, I hope this email finds you well. My name is Tobias Rebele and I am a developer interested in utilizing the Debuginfod server for debugging purposes. I have been following the development of Debuginfod and I am particularly interested in the features that are current