Commit Graph

72 Commits

Author SHA1 Message Date
Derek Parker
f6091694b6 *: Bump version to 1.0.0-rc.1 2017-05-06 15:38:32 +02:00
Michael Robinson
e7fa14d21d Improve sentence in README.md. (#792) 2017-04-18 10:17:32 -07:00
Derek Parker
63a660820e docs: Move wiki docs into Documentation dir
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`.
2016-02-19 10:47:46 -08:00
Derek Parker
5477bf10c3 Add AppVeyor badge to README 2016-01-23 20:08:15 -08:00
Derek Parker
4bae873705 Add travis CI 2015-08-04 08:03:35 -05:00
Derek Parker
08dddb6b70 Update README 2015-08-01 21:55:02 -05:00
Derek Parker
d6920d96d6 Update README 2015-07-28 08:03:57 -05:00
netmml
8faeaecb97 Update README.md 2015-07-25 21:21:05 -05:00
netmml
d99d5321f3 Update README.md 2015-07-25 21:21:05 -05:00
Derek Parker
d8418c6506 Update README 2015-07-10 15:54:56 -05:00
Derek Parker
53fc891157 Update README formatting 2015-07-10 15:16:44 -05:00
Derek Parker
587a758afa Update README / CONTRIBUTING docs with mailing list link 2015-07-09 18:50:45 -05:00
Derek Parker
3899fc0b6c Relocate gitter badge 2015-06-21 21:59:10 -05:00
The Gitter Badger
db489355f1 Added Gitter badge 2015-06-22 02:38:33 +00:00
Derek Parker
c692f62005 Update README 2015-06-02 08:26:35 -05:00
Derek Parker
fc1cfa0abc Update README
* Simplify
* Add links to wiki pages
* Add link to CONTRIBUTING doc
* Update description
2015-05-19 12:15:35 -05:00
Derek Parker
e59edcb339 Update README with logo link 2015-05-19 12:00:21 -05:00
Derek Parker
dfff9b5384 Update README 2015-05-13 15:00:43 -05:00
Kirk
2a57fa4b44 Update README.md
Added help in commands
2015-05-12 16:35:30 -07:00
Derek Parker
b24abcd325 Update README 2015-05-07 16:59:38 -05:00
zhee
288248d048 Fix typo 2015-04-30 02:28:23 +09:00
Derek Parker
ab5aec4365 Update README 2015-04-16 11:50:27 -05:00
Derek Parker
0d5e0dbd4a Update README 2015-04-13 09:53:58 -05:00
Dan Mace
22ac63f050 Add more instructions for OSX
Add a couple of troubleshooting instructions for OSX users.
2015-04-08 09:46:49 -04:00
Derek Parker
c8d5169dc4 Update README 2015-04-05 17:52:10 -05:00
Derek Parker
c6d9b0e63c Update README 2015-04-03 09:48:18 -05:00
Derek Parker
4729ae828b Allow arbitrary switching between threads 2015-03-13 14:50:01 -05:00
Derek Parker
bb4356b713 Add test sub command
Allows compiling a test binary and debugging it.
2015-03-08 22:59:37 -05:00
Derek Parker
4e43b0f8c0 Use subcommands instead of flags 2015-03-08 21:26:45 -05:00
Derek Parker
0b3cf1cd15 Add command to print active breakpoints 2015-03-06 08:53:54 -06:00
Derek Parker
5705013f73 Bump version to 0.5.0.beta
Notable changes:
* OS X support
* Pure Go readline library
* Fixes issues debugged cgo enabled programs
* Substantial refactoring / code cleanup

Fixes #3 #29 #70
2015-03-01 10:43:03 -06:00
Derek Parker
533a534560 Update README 2015-02-23 23:36:03 -05:00
Derek Parker
201981b91c Remove Travis support
Currently Travis supports only Ubuntu 12.04 linux 2.6 VMs which are
terribly outdated, and trying to track down why it's hanging on Travis
but not on other similar VMs is more trouble than it's worth at the
moment.

Certainly another more appropriate and up to date CI solution should be
explored.
2015-02-18 09:46:02 -06:00
Derek Parker
e817003af0 Update travis link 2015-02-17 21:46:11 -06:00
Derek Parker
af74da89bf Use svg for travis badge 2015-02-17 21:31:50 -06:00
Derek Parker
b8c00f4569 Update Travis badge 2015-02-17 20:56:30 -06:00
Florin Patan
86e60be387 Added TravisCI support and badges 2015-02-17 20:35:19 -06:00
epipho
46b5348455 Comment cleanup. Added info vars reference to docs 2015-02-04 13:15:10 -05:00
epipho
07940dc59e Added info locals and info args commands 2014-12-30 12:58:44 -05:00
Derek Parker
c8035c9338 Prefer funcs to functions 2014-12-28 23:06:04 -06:00
epipho
f43703f175 Added doc for info command 2014-12-28 23:03:25 -06:00
Derek Parker
281335059c Update README 2014-12-10 22:31:12 -06:00
Derek Parker
94453b46e6 Update README 2014-11-23 17:44:00 -06:00
Derek Parker
200be0e20f Update README 2014-11-15 10:55:22 -06:00
Michael Gehring
7f17a2fdeb Remove the -proc option and make it the default 2014-11-14 21:55:19 +01:00
Derek Parker
48a220a73c Update README with libreadline dependency 2014-11-12 12:16:03 -06:00
Matt Self
f5b3f89a80 add exit command to docs 2014-11-11 20:41:29 -07:00
Derek Parker
2c7e083663 Fix README typo 2014-11-11 16:32:04 -06:00
Derek Parker
af0e0286a6 Move main package to cmd for 'dlv' binary name 2014-11-10 17:48:25 -06:00
Derek Parker
c15fafc288 Use delve instead of dlv everywhere, for now 2014-11-10 12:04:09 -06:00