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

  /src/external/gpl3/gdb.old/dist/gdb/
target.h 27 kind of file or process. Targets can be STACKED in STRATA,
31 address. STRATA are artificial boundaries on the stack, within
32 which particular kinds of targets live. Strata exist so that
91 enum strata enum
458 virtual strata stratum () const = 0;
1424 and strata at the top of the file. */
1445 target_ops *at (strata stratum) const { return m_stack[stratum].get (); }
1455 enum strata m_top {};
2518 struct target_ops *find_target_at (enum strata stratum);
  /src/external/gpl3/gdb/dist/gdb/
target.h 27 kind of file or process. Targets can be STACKED in STRATA,
31 address. STRATA are artificial boundaries on the stack, within
32 which particular kinds of targets live. Strata exist so that
91 enum strata enum
458 virtual strata stratum () const = 0;
1447 and strata at the top of the file. */
1468 target_ops *at (strata stratum) const { return m_stack[stratum].get (); }
1478 enum strata m_top {};
2549 struct target_ops *find_target_at (enum strata stratum);

Completed in 60 milliseconds