[LLVMbugs] [Bug 12969] New: GDB list Function command doesn't work

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Mon May 28 04:06:35 PDT 2012


http://llvm.org/bugs/show_bug.cgi?id=12969

             Bug #: 12969
           Summary: GDB list Function command doesn't work
           Product: clang
           Version: trunk
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: release blocker
          Priority: P
         Component: -New Bugs
        AssignedTo: unassignedclangbugs at nondot.org
        ReportedBy: karthikthecool at gmail.com
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified


GDB list "FunctionName" command support seems to be broken from CL 154120.

e.g.
 int main()
{

  int a = 0;
  return a;
} 

In the above code if we call "list main" in X86 we get en error as "Line Info
not available".

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the llvm-bugs mailing list