I have never used gdb macros before. I am interested in finding out if there are any macros out there for network programming debugging.
Specifically, I have a bunch of structures that contain IP addresses and it is a real pain to keep having to convert them manually as a "watcher" when I want to see the string address of the IP address (172.x.x.x). I was hoping there are some macros out there for converting in_addr and in_addr_t and sockaddr and all of those things to host strings.
Any suggestions?