Fix argument to compiled_cond, and add cases for compiled-condition.
[deliverable/binutils-gdb.git] / gdb / linux-record.h
index 27bb700800a5a4b717d969add833cea1087665f3..6d29985c5d33808ab271be774e657620eb793c62 100644 (file)
@@ -182,6 +182,9 @@ struct linux_record_tdep
    each must provide a mapping from their set to this one.  */
 
 enum gdb_syscall {
+  /* An unknown GDB syscall, not a real syscall.  */
+  gdb_sys_no_syscall = -1,
+
   gdb_sys_restart_syscall = 0,
   gdb_sys_exit = 1,
   gdb_sys_fork = 2,
This page took 0.022718 seconds and 4 git commands to generate.