1. 15 12月, 2020 1 次提交
  2. 01 4月, 2020 1 次提交
  3. 11 3月, 2020 1 次提交
    • C
      pkg/proc,service: support linux/386 (#1884) · f3a191cd
      chainhelen 提交于
      Implement debugging function for 386 on linux with reference to AMD64.
      There are a few remaining problems that need to be solved in another time.
      
      1. The stacktrace of cgo are not exactly as expected.
      2. Not implement `core` for now.
      3. Not implement `call` for now. Can't not find `runtime·debugCallV1` or
         similar function in $GOROOT/src/runtime/asm_386.s.
      
      Update #20
      f3a191cd
  4. 05 9月, 2019 1 次提交
  5. 05 1月, 2019 1 次提交
    • D
      *: Update import name to github.com/go-delve/delve · 4c9a72e4
      Derek Parker 提交于
      The repository is being switched from the personal account
      github.com/derekparker/delve to the organization account
      github.com/go-delve/delve. This patch updates imports and docs, while
      preserving things which should not be changed such as my name in the
      CHANGELOG and in TODO comments.
      4c9a72e4
  6. 12 10月, 2018 1 次提交
    • A
      proc: support position independent executables (PIE) · 74c98bc9
      aarzilli 提交于
      Support for position independent executables (PIE) on the native linux
      backend, the gdbserver backend on linux and the core backend.
      Also implemented in the windows native backend, but it can't be tested
      because go doesn't support PIE on windows yet.
      74c98bc9
  7. 04 11月, 2017 1 次提交
  8. 09 2月, 2017 1 次提交
  9. 25 1月, 2016 1 次提交
  10. 14 6月, 2015 1 次提交
  11. 05 2月, 2015 1 次提交
    • D
      Prefer binary search over tree lookup for FDEs · 4d88d9ed
      Derek Parker 提交于
      FDEs previously were loaded into a red/black tree and searched. This is
      significantly more expensive than a binary search over a slice. Not sure
      what I was thinking using a red/black tree - this binary search
      implementation is significantly more efficient.
      4d88d9ed
  12. 15 10月, 2014 1 次提交
  13. 11 10月, 2014 2 次提交
  14. 01 9月, 2014 1 次提交
  15. 08 8月, 2014 1 次提交
  16. 06 8月, 2014 1 次提交
  17. 05 8月, 2014 1 次提交
  18. 30 7月, 2014 1 次提交
  19. 15 7月, 2014 1 次提交
  20. 07 7月, 2014 1 次提交
    • D
      Implement initial `next` implementation · a788e03c
      Derek Parker 提交于
      This current implementation does not cover the following:
      
      * Setting correct breakpoint when exiting loop
      * Setting correct breakpoint when returning from function
          * All facilities are available for this, it just is not taken into
            account in the current `next` implementation.
      a788e03c
  21. 26 6月, 2014 1 次提交
    • D
      Implement initial support for stack unwinding. · 38bfdaf4
      Derek Parker 提交于
      Implement basic api for figuring out, given a current PC value, where
      the function will return. Currently the API provides only a way to
      determine the offset from SP (the Canonical Frame Address). It is left
      up to the caller to grab the actual address from the traced program.
      38bfdaf4
  22. 11 6月, 2014 1 次提交
  23. 10 6月, 2014 3 次提交
  24. 07 6月, 2014 7 次提交