OSDN Git Service

* remote-rdi.c (myprint): Replace 'PTR' with 'void *'.
authorrearnsha <rearnsha>
Thu, 7 Mar 2002 15:29:52 +0000 (15:29 +0000)
committerrearnsha <rearnsha>
Thu, 7 Mar 2002 15:29:52 +0000 (15:29 +0000)
commitbbf19da477a881bc6f932a0f28da5bc163cec3a6
tree02960092891fa8bb496985b86928d03733e10876
parent7cc1d3a68339f6ff129d751952ae685520052259
* remote-rdi.c (myprint): Replace 'PTR' with 'void *'.
(mywrite, mywritec, mypause, myreadc, mygets): Likewise.
(_initialize_remote_rdi): Use add_set_boolean_cmd to register
commands that set boolean values.
(arm_rdi_remove_breakpoint): Rewrite to avoid uninitialized warning.
(arm_rdi_resume): Always initialize PC.
(arm_rdi_open): Don't use rslt as a boolean.
(arm_rdi_create_inferior, arm_rdi_close, arm_rdi_resume)
(arm_rdi_fetch_registers, arm_rdi_store_registers)
(arm_rdi_xfer_memory, arm_rdi_files_info, arm_rdi_kill)
(arm_rdi_insert_breakpoint, arm_rdi_remove_breakpoint): Likewise.
gdb/ChangeLog
gdb/remote-rdi.c