Re: gdb loses keystrokes if dbus is running with --exit-with-session option

2012-05-26 Thread Ken Brown
On 5/26/2012 5:10 PM, Christopher Faylor wrote: On Sun, May 20, 2012 at 10:52:55AM -0400, Ken Brown wrote: In a mintty or xterm window, start dbus as follows: $ eval `dbus-launch --sh-syntax --exit-with-session` Now start gdb and type arbitrary commands (such as "help break"). Many keystrokes

Re: gdb loses keystrokes if dbus is running with --exit-with-session option

2012-05-26 Thread Christopher Faylor
On Sun, May 20, 2012 at 10:52:55AM -0400, Ken Brown wrote: >In a mintty or xterm window, start dbus as follows: > >$ eval `dbus-launch --sh-syntax --exit-with-session` > >Now start gdb and type arbitrary commands (such as "help break"). Many >keystrokes are not received by gdb and have to be type

gdb loses keystrokes if dbus is running with --exit-with-session option

2012-05-20 Thread Ken Brown
In a mintty or xterm window, start dbus as follows: $ eval `dbus-launch --sh-syntax --exit-with-session` Now start gdb and type arbitrary commands (such as "help break"). Many keystrokes are not received by gdb and have to be typed two or three times. Ken -- Problem reports: http://cy