X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdbserver%2Flinux-arm-low.cc;h=7ecedb8f6efae5d4ae4265bc404d6c039cc02115;hb=ef0478f6112ede4da9b70e07aa3124f0d2faf108;hp=f60543eae94790c7b1fb3bb5e7b270c729dfe163;hpb=d16f3f6c70dfc71bc239cac4f49be34c94c366ad;p=deliverable%2Fbinutils-gdb.git diff --git a/gdbserver/linux-arm-low.cc b/gdbserver/linux-arm-low.cc index f60543eae9..7ecedb8f6e 100644 --- a/gdbserver/linux-arm-low.cc +++ b/gdbserver/linux-arm-low.cc @@ -54,6 +54,18 @@ #define PTRACE_SETHBPREGS 30 #endif +/* Linux target op definitions for the ARM architecture. */ + +class arm_target : public linux_process_target +{ +public: + +}; + +/* The singleton target ops object. */ + +static arm_target the_arm_target; + /* Information describing the hardware breakpoint capabilities. */ static struct { @@ -1044,6 +1056,10 @@ struct linux_target_ops the_low_target = { arm_get_syscall_trapinfo, }; +/* The linux target ops object. */ + +linux_process_target *the_linux_target = &the_arm_target; + void initialize_low_arch (void) {