HomeSort by: relevance | last modified time | path
    Searched defs:low_get_syscall_trapinfo (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdbserver/
linux-arm-low.cc 119 void low_get_syscall_trapinfo (regcache *regcache, int *sysno) override;
1093 /* Implementation of linux target ops method "low_get_syscall_trapinfo". */
1096 arm_target::low_get_syscall_trapinfo (regcache *regcache, int *sysno) function in class:arm_target
linux-x86-low.cc 189 void low_get_syscall_trapinfo (regcache *regcache, int *sysno) override;
1033 x86_target::low_get_syscall_trapinfo (regcache *regcache, int *sysno)
1025 x86_target::low_get_syscall_trapinfo (regcache *regcache, int *sysno) function in class:x86_target
linux-aarch64-low.cc 145 void low_get_syscall_trapinfo (regcache *regcache, int *sysno) override;
1019 /* Implementation of linux target ops method "low_get_syscall_trapinfo". */
1022 aarch64_target::low_get_syscall_trapinfo (regcache *regcache, int *sysno) function in class:aarch64_target
linux-low.cc 808 low_get_syscall_trapinfo (regcache, sysno);
814 linux_process_target::low_get_syscall_trapinfo (regcache *regcache, int *sysno) function in class:linux_process_target
  /src/external/gpl3/gdb.old/dist/gdbserver/
linux-arm-low.cc 119 void low_get_syscall_trapinfo (regcache *regcache, int *sysno) override;
1052 /* Implementation of linux target ops method "low_get_syscall_trapinfo". */
1055 arm_target::low_get_syscall_trapinfo (regcache *regcache, int *sysno) function in class:arm_target
linux-x86-low.cc 183 void low_get_syscall_trapinfo (regcache *regcache, int *sysno) override;
1122 x86_target::low_get_syscall_trapinfo (regcache *regcache, int *sysno)
1114 x86_target::low_get_syscall_trapinfo (regcache *regcache, int *sysno) function in class:x86_target
linux-aarch64-low.cc 145 void low_get_syscall_trapinfo (regcache *regcache, int *sysno) override;
1023 /* Implementation of linux target ops method "low_get_syscall_trapinfo". */
1026 aarch64_target::low_get_syscall_trapinfo (regcache *regcache, int *sysno) function in class:aarch64_target
linux-low.cc 810 low_get_syscall_trapinfo (regcache, sysno);
816 linux_process_target::low_get_syscall_trapinfo (regcache *regcache, int *sysno) function in class:linux_process_target

Completed in 38 milliseconds