Mirror of the gdb mailing list
 help / color / mirror / Atom feed
* redirect gdbserver stderr/debug vim via gdbserver
@ 2017-03-04  0:09 Matt
  2017-03-07  0:12 ` Simon Marchi
  0 siblings, 1 reply; 3+ messages in thread
From: Matt @ 2017-03-04  0:09 UTC (permalink / raw)
  To: gdb

Hi,

I am trying to debug a console application  (neovim) with gdbserver.
 I've tried turning off all debug info from gdbserver (via monitor set
debug/remote-debug ...), yet I still see "Detaching from process"
mixed up with the debugged CLI application. In order to make these
messages disappear, I tried redirecting gdbserver stderr (zsh) to
'temp':
$ gdbserver localhost:7777 ./build/bin/nvim toto 2>temp
on the other side (same computer) I connect with:
$ gdb ./build/bin/nvim
(gdb) target remote :7777
(gdb) c

but then nothing appears on the gdbserver terminal, i.e., I can't see
neovim interface. Why is that ?

Best regards
Matt


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-03-07  0:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-04  0:09 redirect gdbserver stderr/debug vim via gdbserver Matt
2017-03-07  0:12 ` Simon Marchi
2017-03-07  0:18   ` Matt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox