delve/service/test
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
..
common_test.go service,terminal: apply substitute path to trace/break argument 2020-11-17 16:41:35 +01:00
integration1_test.go *: Never use pointer to proc.ErrProcessExited (#2431) 2021-04-13 08:52:29 +02:00
integration2_test.go proc: add way to use CPU registers in expressions (#2446) 2021-05-04 12:56:17 -07:00
variables_test.go terminal: add optional format argument to print, display (#2398) 2021-03-25 09:45:30 -07:00