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

  /src/external/gpl3/gdb/dist/gdbserver/
inferiors.h 89 bool starting_up = false; member in struct:process_info
  /src/external/gpl3/gdb.old/dist/gdbserver/
inferiors.h 84 bool starting_up = false; member in struct:process_info
  /src/external/gpl3/gdb/dist/gdb/
inferior.h 634 bool starting_up = false;
633 bool starting_up = false; member in class:inferior
remote.c 569 bool starting_up = false; variable
2925 remote_state::starting_up flag) is true then the new thread is added
2941 if (rs->starting_up || silent_p)
3040 if (!rs->starting_up)
5063 /* Mark a remote_target as starting (by setting the starting_up flag within
5079 /* Helper function, set the starting_up flag on TARGET and return an
5081 value of the starting_up flag. */
5086 gdb_assert (!rs->starting_up);
5087 return make_scoped_restore (&rs->starting_up, true);
5096 /* An object which restores the previous value of the starting_up fla
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
inferior.h 640 bool starting_up = false;
639 bool starting_up = false; member in class:inferior
remote.c 546 bool starting_up = false; variable
2890 remote_state::starting_up flag) is true then the new thread is added
2906 if (rs->starting_up || silent_p)
3005 if (!rs->starting_up)
5039 /* Mark a remote_target as starting (by setting the starting_up flag within
5055 /* Helper function, set the starting_up flag on TARGET and return an
5057 value of the starting_up flag. */
5062 gdb_assert (!rs->starting_up);
5063 return make_scoped_restore (&rs->starting_up, true);
5072 /* An object which restores the previous value of the starting_up fla
    [all...]

Completed in 226 milliseconds