gdbserver: use target_waitstatus::to_string in 'prepare_resume_reply'
authorTankut Baris Aktemur <tankut.baris.aktemur@intel.com>
Wed, 21 Jun 2023 06:47:01 +0000 (08:47 +0200)
committerTankut Baris Aktemur <tankut.baris.aktemur@intel.com>
Wed, 21 Jun 2023 06:47:13 +0000 (08:47 +0200)
commit94dd9fb7482cc292f6ea7e641340563ca5536fcc
treef7a845b36ffe1742ab899c1c874f76507ae38d86
parentfffb10b122c58128f604ddabd421db84c99a5eaa
gdbserver: use target_waitstatus::to_string in 'prepare_resume_reply'

Use the to_string method of target_waitstatus in
'prepare_resume_reply' for a more readable log message.

Approved-By: Tom Tromey <tom@tromey.com>
gdbserver/remote-utils.cc