1. 05 1月, 2018 1 次提交
  2. 09 2月, 2017 1 次提交
  3. 01 12月, 2016 1 次提交
  4. 25 8月, 2016 1 次提交
    • V
      Fix debug line info for macro expansions. · cf646116
      Vadim Chugunov 提交于
      
      
      Macro expansions produce code tagged with debug locations that are completely different from the surrounding expressions.  This wrecks havoc on debugger's ability the step over source lines.
      
      In order to have a good line stepping behavior in debugger, we overwrite debug locations of macro expansions with that of the outermost expansion site.
      cf646116