gdbsupport: allow passing format string to scoped_debug_start_end
[deliverable/binutils-gdb.git] / gdbserver / linux-xtensa-low.cc
index 94501216e0c8b46485c40de1e10720a83958d46a..8a1d788b228db2600a86ea844632874403d292fe 100644 (file)
@@ -1,5 +1,5 @@
 /* GNU/Linux/Xtensa specific low level interface, for the remote server for GDB.
-   Copyright (C) 2007-2020 Free Software Foundation, Inc.
+   Copyright (C) 2007-2021 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -279,7 +279,7 @@ xtensa_target::low_breakpoint_at (CORE_ADDR where)
 
 ps_err_e
 ps_get_thread_area (struct ps_prochandle *ph,
-                    lwpid_t lwpid, int idx, void **base)
+                   lwpid_t lwpid, int idx, void **base)
 {
   xtensa_elf_gregset_t regs;
 
@@ -314,26 +314,12 @@ xtensa_target::low_arch_setup ()
   current_process ()->tdesc = tdesc_xtensa;
 }
 
-/* Support for hardware single step.  */
-
-static int
-xtensa_supports_hardware_single_step (void)
-{
-  return 1;
-}
-
 const regs_info *
 xtensa_target::get_regs_info ()
 {
   return &myregs_info;
 }
 
-struct linux_target_ops the_low_target = {
-  NULL, /* emit_ops */
-  NULL, /* supports_range_stepping */
-  xtensa_supports_hardware_single_step,
-};
-
 /* The linux target ops object.  */
 
 linux_process_target *the_linux_target = &the_xtensa_target;
This page took 0.023857 seconds and 4 git commands to generate.