1. 20 2月, 2016 2 次提交
    • D
      docs: Move wiki docs into Documentation dir · 63a66082
      Derek Parker 提交于
      Going forward, all documentation should be placed in the Documentation
      directory in the root of the project. This switch allows maintainers to
      approve updates to documentation before they are committed, as opposed
      to the pre-existing wiki which anybody could modify.
      
      Currently the Documentation directory includes docs on building, usage,
      and minimal docs around the API. This is just the initial commit, and
      documentation will continue to improve over time.
      
      Some changes have been made (and will continue to be made) to `cmd/dlv` to
      ensure we can auto-generate documentation for all commands from the
      newly provided script `scripts/gen-usage-docs.go`, which can be invoked
      via `go run scripts/gen-usage-docs.go`.
      
      Additionally, version has been split into its own package. This was a
      bit of housekeeping related to the changes made the `cmd/dlv`.
      63a66082
    • D
      vendor: Update cobra and vendor cobra/doc · 460f0c91
      Derek Parker 提交于
      460f0c91
  2. 19 2月, 2016 5 次提交
  3. 18 2月, 2016 1 次提交
  4. 17 2月, 2016 2 次提交
    • A
      service, terminal: Named breakpoints and breakpoint conditions · 3be65a4c
      aarzilli 提交于
      Implements #109 and #120
      3be65a4c
    • D
      dlv: Take package name in certain commands · 8f85b6cb
      Derek Parker 提交于
      This patch allows certain commands (`debug`, `test`, and `trace`) to
      take an argument specifying a package name. This allows a user to
      specify a package other than that of the current package in the working
      directory.
      
      If a package name is not specified, the behavior remains the same, as in
      Delve will look in the current working directory for a `main` package to
      compile.
      
      Fixes #423
      8f85b6cb
  5. 12 2月, 2016 2 次提交
  6. 11 2月, 2016 2 次提交
    • A
      proc: bugs setting next breakpoints · b370e20c
      aarzilli 提交于
      1. A running goroutine is by definition not parked waiting for a
      chan recv
      2. The FDE end address is intended to be exclusive, the code
      interpreted as inclusive and sometimes ended up setting a breakpoint
      on a function other than the current one.
      b370e20c
    • A
      proc: Bug loading maps · 51e87386
      aarzilli 提交于
      Past the maximum recursion depth maps shouldn't be loaded at all,
      adding map children and not loading them breaks assumptions in
      the prettyprinter.
      
      Fixes #406
      51e87386
  7. 10 2月, 2016 1 次提交
  8. 09 2月, 2016 1 次提交
  9. 06 2月, 2016 2 次提交
  10. 04 2月, 2016 1 次提交
  11. 02 2月, 2016 1 次提交
  12. 01 2月, 2016 4 次提交
  13. 31 1月, 2016 2 次提交
  14. 30 1月, 2016 2 次提交
  15. 29 1月, 2016 1 次提交
  16. 27 1月, 2016 6 次提交
  17. 25 1月, 2016 5 次提交