Lines Matching defs:instructions
3555 response["message"] = "Failed to get instructions for frame.";
4254 // instructions to disassemble."
4263 // "description": "Offset (in instructions) to be applied after the byte
4268 // "description": "Number of instructions to disassemble starting at the
4270 // number of instructions - any unavailable instructions should be
4289 // "instructions": {
4294 // "description": "The list of disassembled instructions."
4297 // "required": [ "instructions" ]
4332 response["message"] = "Failed to find instructions for memory address.";
4338 llvm::json::Array instructions;
4425 instructions.emplace_back(std::move(disassembled_inst));
4429 body.try_emplace("instructions", std::move(instructions));