[LLVMbugs] [Bug 17289] New: Jump lines in gdb for stepping through temporary objects
    bugzilla-daemon at llvm.org 
    bugzilla-daemon at llvm.org
       
    Thu Sep 19 11:09:14 PDT 2013
    
    
  
http://llvm.org/bugs/show_bug.cgi?id=17289
            Bug ID: 17289
           Summary: Jump lines in gdb for stepping through temporary
                    objects
           Product: libraries
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: DebugInfo
          Assignee: unassignedbugs at nondot.org
          Reporter: joerg at NetBSD.org
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified
Created attachment 11237
  --> http://llvm.org/bugs/attachment.cgi?id=11237&action=edit
Test case
Attached is a test case and the resulting binary with -g -std=c++11.
Set a break point on vector_replace and step through the function with "n".
Observe the cursor moving to line 73 (end of the function) after executing line
68 and again after executing 69.
-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20130919/a3c517c3/attachment.html>
    
    
More information about the llvm-bugs
mailing list