• Home
  • Raw
  • Download

Lines Matching refs:BPLOG

116     BPLOG(INFO) << "No exception record.";  in CheckPlatformExploitability()
121 BPLOG(INFO) << "No raw exception stream."; in CheckPlatformExploitability()
137 BPLOG(INFO) << "No exception context."; in CheckPlatformExploitability()
143 BPLOG(INFO) << "Failed to retrieve instruction pointer."; in CheckPlatformExploitability()
149 BPLOG(INFO) << "Failed to retrieve stack pointer."; in CheckPlatformExploitability()
174 BPLOG(INFO) << "MinGW does not support fork and exec. Terminating method."; in EndedOnIllegalWrite()
182 BPLOG(INFO) << "No memory region around instruction pointer."; in EndedOnIllegalWrite()
192 BPLOG(INFO) << "No exception data."; in EndedOnIllegalWrite()
199 BPLOG(INFO) << "No exception or architecture data."; in EndedOnIllegalWrite()
223 BPLOG(ERROR) << "Memory region base value exceeds instruction pointer."; in EndedOnIllegalWrite()
228 BPLOG(INFO) << "Not enough bytes left to guarantee complete instruction."; in EndedOnIllegalWrite()
288 BPLOG(ERROR) << "Null parameter."; in CalculateAddress()
307 BPLOG(ERROR) << "Failed to scan constant."; in CalculateAddress()
337 BPLOG(ERROR) << "Unsupported register"; in CalculateAddress()
377 BPLOG(ERROR) << "Unsupported register"; in CalculateAddress()
411 BPLOG(INFO) << "Objdump instructions not found"; in GetObjdumpInstructionLine()
428 BPLOG(ERROR) << "Null parameters passed."; in TokenizeObjdumpInstruction()
469 BPLOG(ERROR) << "Failed to parse out operation from objdump instruction."; in TokenizeObjdumpInstruction()
491 BPLOG(ERROR) << "Bad input parameters."; in DisassembleBytes()
500 BPLOG(ERROR) << "Failed to create tempfile."; in DisassembleBytes()
506 BPLOG(ERROR) << "Writing of raw bytes failed."; in DisassembleBytes()
521 BPLOG(ERROR) << "Failed to call objdump."; in DisassembleBytes()
527 BPLOG(ERROR) << "Failed to read objdump output."; in DisassembleBytes()