1. 12 7月, 2020 1 次提交
  2. 11 7月, 2020 1 次提交
  3. 09 7月, 2020 2 次提交
  4. 03 7月, 2020 1 次提交
  5. 02 7月, 2020 3 次提交
  6. 01 7月, 2020 2 次提交
  7. 26 6月, 2020 2 次提交
  8. 24 6月, 2020 9 次提交
  9. 17 6月, 2020 1 次提交
  10. 16 6月, 2020 1 次提交
  11. 12 6月, 2020 1 次提交
  12. 11 6月, 2020 1 次提交
    • T
      [debugger] Fixing two crashes while debugging an Android app. (#13373) · b58e3d0d
      Thays Grazia 提交于
      * [debugger] Fixing two crashes while debugging an Android app.
      
      -> Doing stepping into in VSM in some situation the frame saved in TLS is not synchronised with what is really been executed in the main thread. This makes the debugger-agent crashes because it tries to get variable info in some memory that is not available anymore.
      	-> To fix it I forced the update of stack when CMD_THREAD_GET_FRAME_INFO is called.
      
      -> Doing step over in Visual Studio for Windows, if you have the threads debugger window enabled, VSW calls frame_commands for each thread that is showed, and if the thread is not really_suspended it tries to get variable info from a memory that is not available anymore because the thread is not suspended yet.
      	-> To fix it I don't send variable info of a frame if the thread is not really_suspended and doesn't have an async_state valid.
      
      Cherry-picked with some light massaging by Alex Thibodeau (case 1249172)
      b58e3d0d
  13. 10 6月, 2020 1 次提交
  14. 09 6月, 2020 1 次提交
  15. 07 6月, 2020 2 次提交
  16. 04 6月, 2020 1 次提交
  17. 03 6月, 2020 1 次提交
  18. 02 6月, 2020 2 次提交
  19. 01 6月, 2020 1 次提交
  20. 31 5月, 2020 2 次提交
  21. 30 5月, 2020 1 次提交
  22. 28 5月, 2020 2 次提交
  23. 27 5月, 2020 1 次提交