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

  /src/external/gpl3/gdb/dist/gdb/
progspace.c 38 struct program_space *current_program_space; variable in typeref:struct:program_space
110 gdb_assert (this != current_program_space);
245 if (current_program_space == pspace)
250 current_program_space = pspace;
308 if (pspace == current_program_space)
456 of current_program_space. */
457 current_program_space = new program_space (new_address_space ());
  /src/external/gpl3/gdb.old/dist/gdb/
progspace.c 38 struct program_space *current_program_space; variable in typeref:struct:program_space
110 gdb_assert (this != current_program_space);
133 for (const solib &so : current_program_space->solibs ())
245 if (current_program_space == pspace)
250 current_program_space = pspace;
308 if (pspace == current_program_space)
456 of current_program_space. */
457 current_program_space = new program_space (new_address_space ());

Completed in 27 milliseconds