Re: [QUESTION] What bugs/issues should I work on?
Tom Tromey <[email protected]> Mon, 01 Dec 2025 12:46:50 -0700
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <[email protected]> |
>>>>> Ghodawala Aman via Gdb <[email protected]> writes: > I have been finding some bugs/issues on the GDB project to fix, however > most of them are way out of my league and I don't know how to fix them. > I have quite a good knowledge of C, Assembly and Python. > I hope someone can point me in the right direction! You can try the "good first bug" list: https://sourceware.org/bugzilla/buglist.cgi?bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=SUSPENDED&bug_status=WAITING&bug_status=REOPENED&email1=unassigned&emailassigned_to1=1&emailtype1=substring&f0=OP&f1=OP&f10=CP&f2=product&f3=component&f4=keywords&f5=alias&f6=short_desc&f8=content&f9=CP&j1=OR&list_id=99755&o2=substring&o3=substring&o4=substring&o5=substring&o6=substring&o7=substring&o8=matches&product=gdb&query_format=advanced&v2=good-first-bug&v3=good-first-bug&v4=good-first-bug&v5=good-first-bug&v6=good-first-bug&v7=good-first-bug&v8=%22good-first-bug%22 Though I am not sure I would vouch for all of those as being good first bugs. Tom