Andreas Färber 986a299893 gdbstub: Replace GET_REG*() macros with gdb_get_reg*() functions
This avoids polluting the global namespace with a non-prefixed macro and
makes it obvious in the call sites that we return.

Semi-automatic conversion using, e.g.,
 sed -i 's/GET_REGL(/return gdb_get_regl(mem_buf, /g' target-*/gdbstub.c
followed by manual tweaking for sparc's GET_REGA() and Coding Style.

Acked-by: Michael Walle <michael@walle.cc> (for lm32)
Acked-by: Max Filippov <jcmvbkbc@gmail.com> (for xtensa)
Signed-off-by: Andreas Färber <afaerber@suse.de>
2013-07-27 00:04:17 +02:00
2013-07-19 15:27:37 +08:00
2013-07-24 15:37:43 +02:00
2013-07-24 15:37:43 +02:00
2013-07-22 12:52:34 -05:00
2013-07-18 08:17:42 -07:00
2013-07-23 11:12:00 +02:00
2013-07-19 12:29:22 +08:00
2013-07-23 02:41:31 +02:00
2013-07-23 11:12:00 +02:00
2013-07-23 11:12:00 +02:00
2013-07-19 12:52:03 +04:00
2013-07-23 11:11:59 +02:00

Read the documentation in qemu-doc.html or on http://wiki.qemu.org

- QEMU team
Description
No description provided
Readme 404 MiB
Languages
C 82.6%
C++ 6.5%
Python 3.4%
Dylan 2.9%
Shell 1.6%
Other 2.8%