Home | History | Annotate | Download | only in gdb

Lines Matching defs:pcs

805   /* The vector PCS is used to store instruction addresses within
808 std::vector<CORE_ADDR> pcs;
823 pcs.clear ();
845 pcs.push_back (p);
849 inst_count -= pcs.size ();
850 *inst_read += pcs.size ();
854 /* After the loop, the vector PCS has instruction addresses of the last
873 The case when the length of PCS is 0 means that we reached an area for
876 p = pcs.size () > 0 ? pcs[-inst_count] : loop_start;