This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: gdb question


Hi Hicherson,

Hickerson, David A wrote:
Is there not a way to list the set break points, watch points and catch
points and their status? I looked at the help and info, but can't find a
command for it.


In gdb, you can use "info breakpoints" or simply "info b" to list the breakpoints and watch points. And "info catch" for catchpoints.


I think gdb question can be better answered on its own mailing list <gdb@sources.redhat.com>.


cheers -- Jie


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]