* How to disable (diagnostic) output of gdb
@ 2010-04-23 17:03 Saurabh T
2010-04-23 17:21 ` Joel Brobecker
0 siblings, 1 reply; 2+ messages in thread
From: Saurabh T @ 2010-04-23 17:03 UTC (permalink / raw)
To: gdb
Hi,
I was using "commands" on a breakpoint to just set something and continue. In this usage, I dont want gdb to say =>
Breakpoint 2, blah blah blah
<code>
<= every single time the breakpoint is hit which can be thousands. I tried logging and redirection to /dev/null but those msgs still appear. Is there any way to get rid of them?
Thanks,
saurabh
_________________________________________________________________
Hotmail: Free, trusted and rich email service.
https://signup.live.com/signup.aspx?id=60969
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: How to disable (diagnostic) output of gdb
2010-04-23 17:03 How to disable (diagnostic) output of gdb Saurabh T
@ 2010-04-23 17:21 ` Joel Brobecker
0 siblings, 0 replies; 2+ messages in thread
From: Joel Brobecker @ 2010-04-23 17:21 UTC (permalink / raw)
To: Saurabh T; +Cc: gdb
> <= every single time the breakpoint is hit which can be thousands. I
> tried logging and redirection to /dev/null but those msgs still
> appear. Is there any way to get rid of them?
Search for "silent" in the documentation - I think that this does what
you are looking for.
--
Joel
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-04-23 17:21 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-04-23 17:03 How to disable (diagnostic) output of gdb Saurabh T
2010-04-23 17:21 ` Joel Brobecker
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox