Hey you. Do you like low level programming? would you like to contribute to a large and well established project? Because I'm always looking to help new contributors getting started on GDB! It uses C++, but you may also end up needing to remove abstraction layers, so there's tons of things not-C++ to think about, if you want to.

I know that contributing to the GNU Debugger may sound like it's something that would be incredibly hard, or that you need ungodly amounts of knowledge to improve, because that's literally how I felt before sending my first patch, but the truth is, the project was developed by people (humans and otherwise), so silly bugs will abound, and simple oversights will need correcting. There is stuff for every level of programmer to do, from "I've worked on the kernel for 20 years" to "this is my 1st year in college and I'm not scared of large projects"

And here's the kicker, I want more contributors to the GDB project. So, if you are interested in this at all, you can hit me up and I will do my best to help you get setup to contribute (from compiling locally, to setting up git-send-email, running tests) and then help you understand the bugs, the code, and how to make a good commit message (to GDB's standards anyway). I've literally done code-walks with other mentees in the past, I eager to share as much of my experience as you would like to have! and I do my best to be ADHD/autistic friendly, since I'm AuDHD myself and would have really loved a mentor that did that for me in the past...

So... yeah, don't be afraid to reach out!

EDIT: Hi everyone! I made a poll on why people don't contribute, please vote and share here:
https://kitsunes.club/notes/aas2it3uwq I'm editing this so that everyone that liked and boosted the post notices and votes on the poll.
Gwen, the Fops :therian::itits: (@gwenthekween)

Hi Fedi verse, it is I the GDB fops again! I want to collect data about why people aren't contributing to GDB. If you haven't contributed to GDB, please take a moment to vote and boost for reach. This poll accepts multiple answers, but please only vote on the ones that would actually get you to try to contribute if they were changed This data will be used to understand and hopefully figure out ways to improve the project for people who would like to participate. Feel free to expand on your answer! Why have you not contributed? (📊) RE: Hey you. Do you like low level programming? would you like to contribute to a large and well established project? Because I'm always looking to help new contributors getting started on GDB! It uses C++, but you may also end up needing to remove abstraction layers, so there's tons of things not-C++ to think about, if you want to. I know that contributing to the GNU Debugger may sound like it's something that would be incredibly hard, or that you need ungodly amounts of knowledge to improve, because that's literally how I felt before sending my first patch, but the truth is, the project was developed by people (humans and otherwise), so silly bugs will abound, and simple oversights will need correcting. There is stuff for every level of programmer to do, from "I've worked on the kernel for 20 years" to "this is my 1st year in college and I'm not scared of large projects" And here's the kicker, I want more contributors to the GDB project. So, if you are interested in this at all, you can hit me up and I will do my best to help you get setup to contribute (from compiling locally, to setting up git-send-email, running tests) and then help you understand the bugs, the code, and how to make a good commit message (to GDB's standards anyway). I've literally done code-walks with other mentees in the past, I eager to share as much of my experience as you would like to have! and I do my best to be ADHD/autistic friendly, since I'm AuDHD myself and would have really loved a mentor that did that for me in the past... So... yeah, don't be afraid to reach out! EDIT: Hi everyone! I made a poll on why people don't contribute, please vote and share here: https://kitsunes.club/notes/aas2it3uwq I'm editing this so that everyone that liked and boosted the post notices and votes on the poll.

KitsuClub
@gwenthekween oooooo, that sounds really cool! i probably shouldn't pick up a new Thing straight away or i will context switch myself out of getting a single thing done but it would be very cool to learn about how debuggers work
@kirakira gdb is one beast of a project. Contributing to it to understand how debuggers work is like trying to understand how CPUs work by looking at a modern x86-64 professor. You can do it, but there's so many historical things that no longer make sense, and it must work on so many situations, that it's hard to figure out what is actually necessary versus what's fluff, leftover, or compatibility

I myself an still quite hazy on several parts, and some of them I'm straight up scared of looking into, for fear of going Lovecraft mad.....

All that said, if you want to take a stab at it anyway, I c can try to help with what I know :3