Skip to content
  1. Jul 28, 2011
  2. Jul 27, 2011
    • Devang Patel's avatar
      It is quiet possible that inlined function body is split into multiple chunks... · f098ce27
      Devang Patel authored
      It is quiet possible that inlined function body is split into multiple chunks of consequtive instructions. But, there is not any way to describe this in .debug_inline accelerator table used by gdb. However, describe non contiguous ranges of inlined function body appropriately using AT_range of DW_TAG_inlined_subroutine debug info entry.
      
      llvm-svn: 136196
      f098ce27
  3. Jul 26, 2011
  4. Jul 21, 2011
    • Devang Patel's avatar
      Refactor. · ddfe66e9
      Devang Patel authored
      llvm-svn: 135633
      ddfe66e9
    • 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
  5. Jul 20, 2011
  6. Jul 15, 2011
  7. Jul 14, 2011
  8. Jul 08, 2011
  9. Jul 07, 2011
  10. Jun 24, 2011
  11. Jun 05, 2011
  12. Jun 02, 2011
  13. Jun 01, 2011
  14. May 28, 2011
  15. May 27, 2011
  16. May 24, 2011
  17. May 11, 2011
  18. May 10, 2011
  19. May 06, 2011
  20. May 05, 2011
  21. May 04, 2011
Loading