HomeSort by: relevance | last modified time | path
    Searched refs:thread_options (Results 1 - 14 of 14) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdbserver/
gdbthread.h 93 gdb_thread_options thread_options = 0; member in struct:thread_info
linux-low.cc 156 || (thr->thread_options & GDB_THREAD_OPTION_EXIT) != 0);
625 && (event_thr->thread_options & GDB_THREAD_OPTION_CLONE) != 0)
629 || (event_thr->thread_options & GDB_THREAD_OPTION_CLONE) != 0)
684 && (event_thr->thread_options & GDB_THREAD_OPTION_CLONE) == 0)
server.cc 939 /* We could store the options directly in thread->thread_options
1025 if (thread->thread_options != options)
1035 thread->thread_options = options;
  /src/external/gpl3/gdb/dist/gdbserver/
gdbthread.h 89 gdb_thread_options thread_options = 0; member in struct:thread_info
linux-low.cc 156 || (thr->thread_options & GDB_THREAD_OPTION_EXIT) != 0);
625 && (event_thr->thread_options & GDB_THREAD_OPTION_CLONE) != 0)
629 || (event_thr->thread_options & GDB_THREAD_OPTION_CLONE) != 0)
684 && (event_thr->thread_options & GDB_THREAD_OPTION_CLONE) == 0)
server.cc 948 /* We could store the options directly in thread->thread_options
1023 if (thread->thread_options != options)
1029 thread->thread_options = options;
  /src/external/gpl3/gdb.old/dist/gdb/
gdbthread.h 484 void set_thread_options (gdb_thread_options thread_options);
488 gdb_thread_options thread_options () const function in class:thread_info
thread.c 436 thread_info::set_thread_options (gdb_thread_options thread_options)
441 if (m_thread_options == thread_options)
444 m_thread_options = thread_options;
448 to_string (thread_options).c_str ());
linux-nat.c 337 || (thr->thread_options () & GDB_THREAD_OPTION_EXIT) != 0);
remote.c 4335 if ((tp->thread_options () & GDB_THREAD_OPTION_EXIT) != 0)
15550 gdb_thread_options options = tp->thread_options ();
  /src/external/gpl3/gdb/dist/gdb/
gdbthread.h 484 void set_thread_options (gdb_thread_options thread_options);
488 gdb_thread_options thread_options () const function in class:thread_info
thread.c 436 thread_info::set_thread_options (gdb_thread_options thread_options)
441 if (m_thread_options == thread_options)
444 m_thread_options = thread_options;
448 to_string (thread_options).c_str ());
linux-nat.c 333 || (thr->thread_options () & GDB_THREAD_OPTION_EXIT) != 0);
remote.c 4361 if ((tp->thread_options () & GDB_THREAD_OPTION_EXIT) != 0)
15585 gdb_thread_options options = tp->thread_options ();

Completed in 105 milliseconds