Lines Matching full:debugger
24 * Some debugger support functions are included here.
35 * Debugger support
79 * The debugger may ask us to create the same breakpoint multiple times.
213 * debugger's event request, and we want to be sure that there's exactly
269 * debugger is allowed to insert breakpoints in unverified code,
391 * Do any debugger-attach-time initialization.
408 * Sometimes the debugger likes to add two entries for one breakpoint.
430 * This can be called from the JDWP thread (because the debugger has
574 * we update it on every instruction while the debugger is connected.
708 * Update the debugger on interesting events, such as hitting a breakpoint
720 * - Don't want to switch to VMWAIT while posting events to the debugger.
721 * Let the debugger code decide if we need to change state.
722 * - We may want to check for debugger-induced thread suspensions on
754 * we may or may not actually send a message to the debugger.
762 * If the debugger is single-stepping one of our threads, check to
857 * of the debugger filters.
887 * the debugger doesn't treat "this" as just another argument. For
892 * Because we need it when setting up debugger event filters, we want to
1490 * Update the normal and debugger suspend counts for a thread.
1696 * Sometimes it's helpful to use the debugger attach as a trigger too.