> * Support for debuginfod, an HTTP server for distributing ELF/DWARF debugging information as well as source code. This is huge! Microsoft's symbol servers have long made it easier to deal with PDBs. This will finally help with the annoyingness of -debuginfo and -debug Linux packages. Edit: Background on debuginfod: https://developers.redhat.com/blog/2019/10/14/introducing-de...
GDB 10.1
11–20 of 31 posts
Re: GDB 10.1
#12Earlier quoted context omitted.
Is there any other implementation of the same API, but not GPLv3? I'm thinking from LLVM or similar?
Are you hoping to modify it and refuse to contribute your changes back to the community? If not, the GPL will not affect you. If so, does that not feel like mooching off the community?
GPLv2 can be approved fairly easily. GPLv3 is a much tougher sell. For example, GCC is fine because there's really no alternative (or there wasn't before clang had full compatibility).
Re: GDB 10.1
#13Earlier quoted context omitted.
Is there any other implementation of the same API, but not GPLv3? I'm thinking from LLVM or similar?
I’m a huge proponent of MIT/BSD but I wouldn’t blink twice at deploying this. The code running on your end doesn’t need to be GPL to communicate with a GPL’d server over the network.
Re: GDB 10.1
#14> * Support for debuginfod, an HTTP server for distributing ELF/DWARF debugging information as well as source code. This is huge! Microsoft's symbol servers have long made it easier to deal with PDBs. This will finally help with the annoyingness of -debuginfo and -debug Linux packages. Edit: Background on debuginfod: https://developers.redhat.com/blog/2019/10/14/introducing-de...
Re: GDB 10.1
#15> * Support for debuginfod, an HTTP server for distributing ELF/DWARF debugging information as well as source code. This is huge! Microsoft's symbol servers have long made it easier to deal with PDBs. This will finally help with the annoyingness of -debuginfo and -debug Linux packages. Edit: Background on debuginfod: https://developers.redhat.com/blog/2019/10/14/introducing-de...
Is there any other implementation of the same API, but not GPLv3? I'm thinking from LLVM or similar?
https://reviews.llvm.org/D75750
The feature itself is multi-platform and is not original to GDB.
Re: GDB 10.1
#16> Multi-target debugging support This is great! I really needed this multiple times over the years. Always wanted to compare some data between 2 executions of the same applications with 2 different inputs or 2 revisions of an application. This should really help with triangulation of regressions etc. automatically using a single script within gdb!
Re: GDB 10.1
#17Earlier quoted context omitted.
Are you hoping to modify it and refuse to contribute your changes back to the community? If not, the GPL will not affect you. If so, does that not feel like mooching off the community?
I don't personally care it's GPLv3. I know given the way I'd use it there's no actual risk, or if I did modify it there'd be no reason not to contribute back. I do care about getting fired for violating company policy. GPLv2 can be approved fairly easily. GPLv3 is a much tougher sell. For example, GCC is fine because there's really no alternative (or there wasn't before clang had full compatibility).
Re: GDB 10.1
#18Earlier quoted context omitted.
I don't personally care it's GPLv3. I know given the way I'd use it there's no actual risk, or if I did modify it there'd be no reason not to contribute back. I do care about getting fired for violating company policy. GPLv2 can be approved fairly easily. GPLv3 is a much tougher sell. For example, GCC is fine because there's really no alternative (or there wasn't before clang had full compatibility).
Why would GPL 2 vs 3 matter? Is the company doing hardware appliances or something?
Re: GDB 10.1
#19Earlier quoted context omitted.
I don't personally care it's GPLv3. I know given the way I'd use it there's no actual risk, or if I did modify it there'd be no reason not to contribute back. I do care about getting fired for violating company policy. GPLv2 can be approved fairly easily. GPLv3 is a much tougher sell. For example, GCC is fine because there's really no alternative (or there wasn't before clang had full compatibility).
Why would GPL 2 vs 3 matter? Is the company doing hardware appliances or something?
That's probably all not very applicable to gdb, but corporate policies might not allow such a nuanced perspective.
Re: GDB 10.1
#20Earlier quoted context omitted.
Why would GPL 2 vs 3 matter? Is the company doing hardware appliances or something?
Many corporations accept using GPLv2 code to some extent, while GPLv3 is just a red flag. Tivoization is one problem. If you have GPLv3 in your (embedded) product, you must provide tools to the customer to reflash it. Many corporations don't want that, and in cases where type appovals are required it might be illegal. Think of a car owner reprogramming the engine control unit or the brakes. That's probably all not ve…
Also, reprogramming the ECU is already possible, and it's also not illegal to do it. It may very well void your warranty and it might be illegal to use the car on public roads after having reprogrammed the ECU, but neither of those two things are incompatible with the GPL.