From mboxrd@z Thu Jan 1 00:00:00 1970 From: Edward Peschko To: gdb@sourceware.cygnus.com Subject: tracepoints Date: Tue, 27 Feb 2001 19:50:00 -0000 Message-id: <20010227195009.A26697@excitehome.net> X-SW-Source: 2001-02/msg00428.html hey, I was wondering exactly how to use tracepoints - I'd like to be able to say (gdb) trace and then be able to see the exact steps that my program takes after I hit 'run'. dbx has this capability; I don't see why gdb shouldn't. I apologize if this is a FAQ or it has been asked and answered before, but: 1) the answer to this question is not in the FAQ 2) the man page doesn't have an answer either. 3) a search of the list archives shows that it has been *asked* several times, but hasn't been *answered*. so how about it? has anybody used the facility before and is there a good pointer to how it is used? Ed