commit | 812e7caf60b11c1b9ed09f7d5eda47c2178005dc | [log] [tgz] |
---|---|---|
author | Tom Tromey <tromey@adacore.com> | Wed Jun 28 06:57:16 2023 -0600 |
committer | Tom Tromey <tromey@adacore.com> | Fri Jul 21 09:30:12 2023 -0600 |
tree | 83624516f3de4d3dfd0fe3be0504ce177275e696 | |
parent | 83f362cf8f9539cefdd5df709a347a5396d23c76 [diff] |
Add instruction bytes to DAP disassembly response The DAP disassemble command lets the client return the underlying bytes of the instruction in an implementation-defined format. This patch updates gdb to return this, and simply uses a hex string of the bytes as the format. Reviewed-By: Eli Zaretskii <eliz@gnu.org>