Re: apply patch to avr-gdb to be able to debug on assembler level
Simon Marchi <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <[email protected]> |
On 2020-05-22 12:39 p.m., Christo Crause via Gdb wrote: > On Fri, May 22, 2020 at 4:06 PM Klaus Rudolph <[email protected]> wrote: > >> Hi, >> >> I today run into a well known problem with avr-gdb. >> There is already a patch provided within the bug report. >> >> >> https://sourceware.org/bugzilla/show_bug.cgi?id=13519 >> > > Indeed, the curious case of the apparently straight-forward fix that hasn't > been applied. Is there actually a maintainer for the AVR port? > > On the flip side this bug forced me to figure out how to patch and build > avr-gdb myself. > Hi, I saw the activity on the bug report yesterday. It's unfortunate, but if you want something to progress, you just need to ping it now and then, otherwise it just gets buried in the volume of emails and patches. If the patch was sent in 2016 and hasn't seen any activity since, there's no real change that some GDB maintainer will pick it up, review it, test it and merge it out of nowhere (unless they need it themselves). And indeed, there's isn't a maintainer dedicated to AVR in GDB, so that doesn't help. I would like to see this merged, so I'm working on getting at least a bit of the GDB testsuite running against simavr. If that works well enough, at least we'll get some confidence that this change doesn't break some other use case. Simon