Lines Matching refs:inserted
46 at an address is had already inserted one previously in a few
74 `inserted' state associated with this low level breakpoint
111 /* Positive if this breakpoint is currently inserted in the
113 gone. Zero if not inserted. */
114 int inserted;
204 it will be left inserted. */
336 && bp->inserted >= 0)
397 /* Since there can be trap breakpoints inserted in the same address
436 bp->inserted = -1;
453 if (!bp->inserted)
464 bp->inserted = 1;
503 /* Non-zero if this fast tracepoint jump is currently inserted in
505 int inserted;
571 inserted in the same
645 /* Note that there can be trap breakpoints inserted in the same
660 jp->inserted = 1;
664 /* Since there can be trap breakpoints inserted in the same address
706 if (jp->inserted)
710 jp->inserted = 0;
712 /* Since there can be trap breakpoints inserted in the same
726 jp->inserted = 1;
753 if (jp->inserted)
754 error ("Jump already inserted at reinsert time.");
756 jp->inserted = 1;
758 /* Since there can be trap breakpoints inserted in the same address
762 the fast tracepoint jump inserted above. Also note that we need
771 jp->inserted = 0;
873 if (bp->inserted > 0)
1051 bp->base.raw->inserted = -1;
1080 whether the breakpoint inserted is left as is - we may be
1093 inserted at ADDR with set_gdb_breakpoint_at. Returns 0 on success,
1444 if (bp->inserted < 0)
1449 else if (bp->inserted > 0)
1453 bp->inserted = 0;
1458 bp->inserted = 1;
1480 if (bp->inserted)
1503 && bp->inserted)
1518 gdb_assert (bp->raw->inserted > 0);
1538 if (bp->inserted)
1543 bp->inserted = 1;
1609 && !bp->inserted)
1624 gdb_assert (bp->raw->inserted > 0);
1654 if (!raw->inserted)
1707 && bp->inserted)
1724 && bp->inserted)
1741 && bp->inserted)
1758 && bp->raw->inserted)
1770 gdb_assert (bp->inserted);
1778 bp->inserted = -1;
1794 if (bp->raw->inserted < 0)
1804 /* Check if breakpoints we inserted still appear to be inserted. They
1821 if (raw->raw_type == raw_bkpt_type_sw && raw->inserted > 0)
1863 if (jp->inserted)
1898 if (bp->inserted > 0)
1953 if (jp->inserted)
1988 if (bp->inserted > 0)
2013 /* Clear the "inserted" flag in all breakpoints. */
2021 raw_bp->inserted = 0;
2069 dest_raw->inserted = src->raw->inserted;