Skip to content
  1. Feb 22, 2011
    • Devang Patel's avatar
      Revert r124611 - "Keep track of incoming argument's location while emitting LiveIns." · f3292b21
      Devang Patel authored
      In other words, do not keep track of argument's location.  The debugger (gdb) is not prepared to see line table entries for arguments. For the debugger, "second" line table entry marks beginning of function body.
      This requires some coordination with debugger to get this working. 
       - The debugger needs to be aware of prolog_end attribute attached with line table entries.
       - The compiler needs to accurately mark prolog_end in line table entries (at -O0 and at -O1+)
      
      llvm-svn: 126155
      f3292b21
  2. Feb 21, 2011
  3. Feb 20, 2011
  4. Feb 19, 2011
  5. Feb 18, 2011
  6. Feb 17, 2011
  7. Feb 16, 2011
  8. Feb 15, 2011
Loading