Skip to content
  1. Jul 21, 2011
    • Devang Patel's avatar
      There are two ways to map a variable to its lexical scope. Lexical scope... · 8fb9fd67
      Devang Patel authored
      There are two ways to map a variable to its lexical scope. Lexical scope information is embedded in MDNode describing the variable. It is also available as a part of DebugLoc attached with DBG_VALUE instruction. DebugLoc attached with an instruction is less reliable in optimized code so use information embedded in the MDNode.
      
      llvm-svn: 135629
      8fb9fd67
  2. Jul 20, 2011
  3. Jul 15, 2011
  4. Jul 14, 2011
  5. Jul 08, 2011
  6. Jul 07, 2011
  7. Jun 24, 2011
  8. Jun 05, 2011
  9. Jun 02, 2011
  10. Jun 01, 2011
  11. May 28, 2011
  12. May 27, 2011
  13. May 24, 2011
  14. May 11, 2011
  15. May 10, 2011
  16. May 06, 2011
  17. May 05, 2011
  18. May 04, 2011
  19. May 03, 2011
  20. May 02, 2011
    • Devang Patel's avatar
      Emit debug info for global variables first. · 420ab5f1
      Devang Patel authored
      This works around a limitation in gdb which is reported by following inherit.exp test failures from gdb testsuite.
      
      gdb.cp/inherit.exp: print g_vB.vB::vb
      gdb.cp/inherit.exp: print g_vB.vB::vx
      gdb.cp/inherit.exp: print g_vC.vC::vc
      gdb.cp/inherit.exp: print g_vC.vC::vx
      gdb.cp/inherit.exp: print g_vD.vB::vb
      ...
      
      llvm-svn: 130702
      420ab5f1
  21. Apr 28, 2011
Loading