Lines Matching refs:write
30 gdb.write(gdb.parse_and_eval("saved_command_line").string() + "\n")
44 gdb.write(gdb.parse_and_eval("linux_banner").string())
72 gdb.write(" " * depth * 2 +
189 gdb.write(
248 gdb.write("fdt_magic: 0x{:02X}\n".format(fdt_header[0]))
249 gdb.write("fdt_totalsize: 0x{:02X}\n".format(fdt_header[1]))
250 gdb.write("off_dt_struct: 0x{:02X}\n".format(fdt_header[2]))
251 gdb.write("off_dt_strings: 0x{:02X}\n".format(fdt_header[3]))
252 gdb.write("off_mem_rsvmap: 0x{:02X}\n".format(fdt_header[4]))
253 gdb.write("version: {}\n".format(fdt_header[5]))
254 gdb.write("last_comp_version: {}\n".format(fdt_header[6]))
265 f.write(fdt_buf)
268 gdb.write("Dumped fdt blob to " + filename + "\n")