[Bug 82279] New: setting breakpoint in multiline statement sets bp on next statement

Jon Smirl jonsmirl at yahoo.com
Fri May 28 00:16:53 UTC 2004


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
      
http://bugs.kde.org/show_bug.cgi?id=82279      
           Summary: setting breakpoint in multiline statement sets bp on
                    next statement
           Product: kdevelop
           Version: CVS
          Platform: Compiled Sources
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: NOR
         Component: general
        AssignedTo: kdevelop-devel kdevelop org
        ReportedBy: jonsmirl yahoo com


Version:           CVS (using KDE Devel)
Installed from:    Compiled sources

screen_info->root_drawable =
      XCreateWindow (display, RootWindow (display, screen),
                     0, 0, 100, 100, 0, vinfo->depth, InputOutput,
                     vinfo->visual,
                     CWBackPixel | CWBorderPixel | CWColormap | CWEventMask,
                     &win_attrib);
    
    screen_info->root_context.context =
      glXCreateContext (display, vinfo, NULL, 1);


If I set the bp on XCreateWindow the program is stopping at 'screen_info->root_context.context =' instead of 'screen_info->root_drawable ='. I think this used to work as expected. 

I am using GNU gdb 6.1




More information about the KDevelop-devel mailing list