| commit | 8a8b6c53e12c79abad6defd839ea3000a2cd2398 | [log] [tgz] |
|---|---|---|
| author | Simon Marchi <simon.marchi@efficios.com> | Fri Apr 19 15:46:53 2024 -0400 |
| committer | Simon Marchi <simon.marchi@polymtl.ca> | Fri Apr 19 16:30:25 2024 -0400 |
| tree | 4a30d30848e94e7fa0c134c0b76a22131f97687e | |
| parent | b38f70086dbc2c06ac261829fa31f6cd29d59973 [diff] |
gdb: make regcache::debug_print_register return a string Rename the method to `register_debug_string`. This makes it easier to introduce `target_debug_printf` in a subsequent patch. Change-Id: I5bb2d49476d17940d503e66f40762e3f1e3baabc Approved-By: Tom Tromey <tom@tromey.com>