Re: Contributing to gdb
Tom Tromey <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <[email protected]> |
>>>>> "shaunak" == shaunak saha via Gdb <[email protected]> writes: shaunak> I am new to the community and I'd like to contribute to gdb. I have 15 shaunak> years of development experience in C mainly working in embedded shaunak> domain. Went through the project ideas page shaunak> "https://sourceware.org/gdb/wiki/ProjectIdeas". I would be interested shaunak> to contribute in areas like Embedded Debugging, watchpoints or shaunak> internals. Any suggestion would be great. In addition to what Guinevere said, there's a good-first-bug keyword in bugzilla. These are bugs that are expected to not be too difficult and can be a good starting point. https://sourceware.org/bugzilla/buglist.cgi?bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=SUSPENDED&bug_status=WAITING&bug_status=REOPENED&f1=keywords&keywords=good-first-bug%2C%20&keywords_type=allwords&list_id=84360&product=gdb&query_format=advanced Tom