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 23, 2011
  5. 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
  6. Jul 20, 2011
  7. Jul 19, 2011
  8. Jul 18, 2011
  9. Jul 15, 2011
  10. Jul 14, 2011
  11. Jul 09, 2011
  12. Jul 08, 2011
  13. Jul 07, 2011
  14. Jun 24, 2011
  15. Jun 22, 2011
  16. Jun 19, 2011
  17. Jun 15, 2011
  18. Jun 14, 2011
Loading