delve/Documentation
Felix Geisendörfer 7bf5482b32
examinememory: evaluate addr as expression (#2385)
* examinememory: evaluate addr as expression

This makes it easy to read memory locations at an offset of a known
address, e.g.:

x 0xc000046800 + 32

* use feedback from @aarzilli

- expression mode is now enabled via -x flag
- support "-x var", "-x &var" in addition to "-x <addr expr>"
- some refactoring

* add test cases

* deal with double spaces

* update docs

* add new failing test

* fix docs

* simplify implementation, update test & docs

* Fix docs
2021-04-26 10:36:24 -07:00
..
api Fix broken link to JSON-RPC (#2348) 2021-02-21 07:48:12 +01:00
cli examinememory: evaluate addr as expression (#2385) 2021-04-26 10:36:24 -07:00
installation Documentation: mention developer group in macOS install instructions (#2409) 2021-04-02 09:34:44 -07:00
internal Documentation: better documentation menu, add guide to writing a client 2018-07-02 09:35:27 -07:00
usage terminal,service,proc/*: adds dump command (gcore equivalent) (#2173) 2021-01-29 13:39:33 -08:00
backend_test_health.md *: Skipped tests review (#2430) 2021-04-12 14:56:12 -07:00
EditorIntegration.md *: Update link to Go extension for VS Code (#2336) 2021-02-05 15:05:55 -08:00
faq.md Doc: update KnownBugs and faq. (#2196) 2020-10-19 08:21:03 -07:00
KnownBugs.md Doc: update KnownBugs and faq. (#2196) 2020-10-19 08:21:03 -07:00
README.md documentation: add gdlv to list of alternative UIs (#774) 2017-03-24 16:10:01 -07:00

Delve Documentation

Documentation for the project will reside in this directory.