X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gdb%2Fremote-mips.c;h=4c52daf06fb9e835b3d1283bccc6b43779ad4862;hb=c35b149212fc1bf4cf991e42354b0303682bcead;hp=926e1d2ab9d3d279261ebda4eb6c8a1d0c154eef;hpb=68c9c31474850c42b8241a753d5a0b22232650cf;p=platform%2Fupstream%2Fbinutils.git diff --git a/gdb/remote-mips.c b/gdb/remote-mips.c index 926e1d2..4c52daf 100644 --- a/gdb/remote-mips.c +++ b/gdb/remote-mips.c @@ -3340,11 +3340,11 @@ _initialize_remote_mips (void) mips_ops.to_mourn_inferior = mips_mourn_inferior; mips_ops.to_log_command = serial_log_command; mips_ops.to_stratum = process_stratum; - mips_ops.to_has_all_memory = 1; - mips_ops.to_has_memory = 1; - mips_ops.to_has_stack = 1; - mips_ops.to_has_registers = 1; - mips_ops.to_has_execution = 1; + mips_ops.to_has_all_memory = default_child_has_all_memory; + mips_ops.to_has_memory = default_child_has_memory; + mips_ops.to_has_stack = default_child_has_stack; + mips_ops.to_has_registers = default_child_has_registers; + mips_ops.to_has_execution = default_child_has_execution; mips_ops.to_magic = OPS_MAGIC; /* Copy the common fields to all four target vectors. */