Lines Matching defs:instruction
1975 // The debug adapter support for instruction breakpoint.
2288 // Check if the step-granularity is `instruction`
2292 return value == "instruction";
3573 // Use call site instruction address as id which is easy to debug.
4271 // replaced with an implementation-defined 'invalid instruction' value."
4365 std::string instruction;
4366 llvm::raw_string_ostream si(instruction);
4372 // instruction. This is so you can see the start of a function/callsite
4374 // symbol associated with the assembly instruction.
4389 disassembled_inst.try_emplace("instruction", instruction);
4580 // "Replaces all existing instruction breakpoints. Typically, "
4581 // "instruction breakpoints would be set from a disassembly window. "
4582 // "\nTo clear all instruction breakpoints, specify an empty "
4583 // "array.\nWhen an instruction breakpoint is hit, a `stopped` event "
4584 // "(with reason `instruction breakpoint`) is generated.\nClients "
4603 // "description": "The instruction references of the breakpoints"
4642 // "The instruction reference of the breakpoint.\nThis should be a "
4643 // "memory or instruction pointer reference from an
4649 // "description": "The offset from the instruction reference in "
4741 // "description": "The offset from the instruction reference.\nThis "
4771 // Disable any instruction breakpoints that aren't in this request.
4772 // There is no call to remove instruction breakpoints other than calling this
4782 // Read instruction breakpoint request.