emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Emacs's set-frame-size can not work well with gnome-shell?


From: martin rudalics
Subject: Re: Emacs's set-frame-size can not work well with gnome-shell?
Date: Sat, 25 Jan 2020 13:11:31 +0100

>> (2) When you hit the breakpoint from (1) put another one on the line
>>
>>        configureEvent = *event;
>>
>>      in xterm.c and continue via "c".
>
> Umm, it's not hit by resize-test (or any other step in the scenario).

Is it hit when you _move_ the child frame?  The breakpoint for (1) would
then be around line 3663 of frame.c

  if (FRAME_WINDOW_P (f))

of Fset_frame_position.

> But here's something weird:
>
> (gdb) b frame.c:3572
> Breakpoint 1 at 0x5555555ab4a0: file frame.c, line 3592.
>
> I'm setting the breakpoint at line 3572, but it gets set on 3592. Is that 
normal?
>
> Here's the full output:
>
> Breakpoint 1 at 0x43814: file emacs.c, line 370.
> Breakpoint 2 at 0xf94f0: file xterm.c, line 10134.
> (gdb) b frame.c:3572
> Breakpoint 3 at 0x574a0: file frame.c, line 3592.

Is the indicator in the fringe at line 3592?  The gdb logic can reset
breakpoints in code that has been #ifdef'd away but I see no such
justification here.

martin



reply via email to

[Prev in Thread] Current Thread [Next in Thread]