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

  /src/external/gpl3/gdb/dist/gdb/stubs/
m32r-stub.c 1142 unsigned short continue_p; /* true if NOT returning to gdb after step */ member in struct:STEPPING_CONTEXT
1163 prepare_to_step (continue_p)
1164 int continue_p; /* if this isn't REALLY a single-step (see below) */
1203 /* "continue_p" means that we are actually doing a continue, and not
1207 stepping.continue_p = continue_p;
1228 int continue_p = stepping.continue_p; local
1242 return !(continue_p);
  /src/external/gpl3/gdb.old/dist/gdb/stubs/
m32r-stub.c 1142 unsigned short continue_p; /* true if NOT returning to gdb after step */ member in struct:STEPPING_CONTEXT
1163 prepare_to_step (continue_p)
1164 int continue_p; /* if this isn't REALLY a single-step (see below) */
1203 /* "continue_p" means that we are actually doing a continue, and not
1207 stepping.continue_p = continue_p;
1228 int continue_p = stepping.continue_p; local
1242 return !(continue_p);

Completed in 25 milliseconds