Can a breakpoint be called in GDB?

Is there a way to label / name breakpoints in GDB to make it easier to identify them, for example info b? And if so, how?

+5
source share
1 answer
+3
source

All Articles