1. 11 3月, 2020 1 次提交
  2. 05 3月, 2020 1 次提交
  3. 27 2月, 2020 1 次提交
    • E
      service/dap: clean shutdown sequence in server (#1889) · a8355486
      Eli Bendersky 提交于
      Using a stop channel to signal clean shutdown to the server's
      goroutines. Also updates the tests to trigger disconnectChan.
      
      This helps avoid spurious error logs when the client disconnects, when
      Ctrl+C is pressed, etc.
      a8355486
  4. 26 2月, 2020 1 次提交
  5. 25 2月, 2020 1 次提交
    • E
      service/dap: avoid hardcoded []byte slices in DAP tests (#1881) · 7f14f6ab
      Eli Bendersky 提交于
      * Remove hardcoded tests
      
      * Cleanup - consistent naming, simplify some code, remove unused func
      
      * Address review comments
      
      * Add Seq checks back
      
      * Address more review comments
      
      * Remove hardcoded tests
      
      * Cleanup - consistent naming, simplify some code, remove unused func
      
      * Address review comments
      
      * Add Seq checks back
      
      * Address more review comments
      
      * Make more consistent
      
      * More consistency
      
      * Simplify Except* methods with a helper
      
      Mark t.Helper() where appropriate
      7f14f6ab
  6. 22 2月, 2020 1 次提交
  7. 16 2月, 2020 1 次提交
    • P
      service/dap: Initial implementation for 'dlv dap' (#1858) · fbc4623c
      polinasok 提交于
      * Initial implementation for 'dlv dap'
      
      * Fix Travis and AppVeyor failures
      
      * Address review comments
      
      * Address review comments
      
      * Regenrate documentation
      
      * Replace dap server printfs with log.Error
      
      * Update 'dap log'
      
      * Fix typos
      
      * Revert logflags changes that got mixed in by accident
      fbc4623c