gdb: rename "maint agent" functions
authorSimon Marchi <simon.marchi@polymtl.ca>
Tue, 7 Dec 2021 20:56:25 +0000 (15:56 -0500)
committerSimon Marchi <simon.marchi@polymtl.ca>
Tue, 7 Dec 2021 20:56:25 +0000 (15:56 -0500)
commitc32ce0dc6cc1e52aad728e915396c43a2c55850c
tree9df839969bc0ce56fc429065959460490b3ac96d
parentcd0f67f3630b3a938a74d2045f3726c09395adfc
gdb: rename "maint agent" functions

Functions agent_eval_command and agent_command are used to implement
maintenance commands, rename them accordingly (with the maint_ prefix),
as well as the agent_command_1 helper function.

Change-Id: Iacf96d4a0a26298e8dd4648a0f38da649ea5ef61
gdb/ax-gdb.c