delve/service/api
Alessandro Arzilli c5d58f494a
proc: add way to use CPU registers in expressions (#2446)
Changes the expression evaluation code so that register names, when not
shadowed by local or global variables, will evaluate to the current
value of the corresponding CPU register.

This allows a greater flexibility with displaying CPU registers than is
possible with using the ListRegisters API call. Also it allows
debuggers users to view register values even if the frontend they are
using does not implement a register view.
2021-05-04 12:56:17 -07:00
..
conversions.go terminal,service,proc/*: adds dump command (gcore equivalent) (#2173) 2021-01-29 13:39:33 -08:00
prettyprint_test.go terminal: add -size argument to examinemem command 2020-09-11 08:21:11 +02:00
prettyprint.go terminal: add optional format argument to print, display (#2398) 2021-03-25 09:45:30 -07:00
types.go proc: add way to use CPU registers in expressions (#2446) 2021-05-04 12:56:17 -07:00