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]howto specify breakpoints with gdb convenience variables


>>>>> "Larry" == Larry Evans <cppljevans@suddenlink.net> writes:

Larry> Based on:
Larry>   http://sourceware.org/ml/gdb/2008-02/msg00070.html
Larry> I guess there's no way to do that :(

If you use the cvs gdb you can do it using python.

In plain gdb you can do it by using set logging to set the output
file, writing the data to it in a source-able form (or using shell sed
or whatever to transform it), then sourcing the file.

Tom


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