1. 17 10月, 2017 1 次提交
  2. 26 9月, 2017 1 次提交
    • A
      proc: change next to skip deferred functions · 5c9b2009
      aarzilli 提交于
      Make 'next' skip deferred functions unless they are called via a panic.
      Call to a deferred function through 'return' are predictable, if the
      user wants to step into them 'step' can be used but without this change
      there is no way to avoid stepping into them.
      
      Implements #956
      5c9b2009
  3. 21 9月, 2017 1 次提交
    • A
      proc/gdbserial: return error if stopped with a sginal · 2c0e3116
      aarzilli 提交于
      On macOS we can also stop when we receive a signal,
      propagate this reason upwards to the client.
      
      Also clear internal breakpoints after an unrecovered-panic since they
      can not be reached anymore.
      
      Fixes #872
      2c0e3116
  4. 12 9月, 2017 1 次提交
  5. 09 9月, 2017 3 次提交
  6. 31 8月, 2017 3 次提交
  7. 15 8月, 2017 1 次提交
  8. 10 8月, 2017 1 次提交
  9. 08 8月, 2017 1 次提交
  10. 02 8月, 2017 11 次提交
  11. 29 7月, 2017 1 次提交
  12. 27 7月, 2017 12 次提交
  13. 21 7月, 2017 3 次提交