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

  /src/external/gpl3/gdb.old/dist/gdb/
infrun.c 23 #include "displaced-stepping.h"
1534 /* Displaced stepping. */
1539 'Displaced stepping' is a tactic for stepping one thread past a
1553 continue or step T past a breakpoint. Instead, we use displaced
1594 Note that displaced stepping and software single-step cannot
1598 displaced instruction is a PC-relative jump, those breakpoints
1614 thread to complete a displaced step, we leave thread A stopped and
1615 place it in the displaced_step_request_queue. Whenever a displaced
1617 displaced step operation on it. See displaced_step_prepare and
1620 /* Return true if THREAD is doing a displaced step. *
2057 displaced_step_thread_state *displaced = &event_thread->displaced_step_state; local
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
infrun.c 23 #include "displaced-stepping.h"
1540 /* Displaced stepping. */
1545 'Displaced stepping' is a tactic for stepping one thread past a
1559 continue or step T past a breakpoint. Instead, we use displaced
1600 Note that displaced stepping and software single-step cannot
1604 displaced instruction is a PC-relative jump, those breakpoints
1620 thread to complete a displaced step, we leave thread A stopped and
1621 place it in the displaced_step_request_queue. Whenever a displaced
1623 displaced step operation on it. See displaced_step_prepare and
1626 /* Return true if THREAD is doing a displaced step. *
2053 displaced_step_thread_state *displaced = &event_thread->displaced_step_state; local
    [all...]

Completed in 51 milliseconds