Re: Does GDB has 'quiet mode', and does GDB has APIs for writing log
Eli Zaretskii <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <[email protected]> |
> Date: Mon, 30 Mar 2015 17:57:38 +0800 > From: Fei Ding <[email protected]> > > I want to manually write log by myself, any APIs? There are "printf" and "output" commands. And if that's not enough, you can write your extensions in Python or Guile.