Lines Matching refs:write
30 gdb.write(gdb.parse_and_eval("saved_command_line").string() + "\n")
45 gdb.write(gdb.parse_and_eval("(char *)linux_banner").string())
74 gdb.write(" " * depth * 2 +
193 gdb.write(
253 gdb.write("fdt_magic: 0x{:02X}\n".format(fdt_header[0]))
254 gdb.write("fdt_totalsize: 0x{:02X}\n".format(fdt_header[1]))
255 gdb.write("off_dt_struct: 0x{:02X}\n".format(fdt_header[2]))
256 gdb.write("off_dt_strings: 0x{:02X}\n".format(fdt_header[3]))
257 gdb.write("off_mem_rsvmap: 0x{:02X}\n".format(fdt_header[4]))
258 gdb.write("version: {}\n".format(fdt_header[5]))
259 gdb.write("last_comp_version: {}\n".format(fdt_header[6]))
270 f.write(fdt_buf)
273 gdb.write("Dumped fdt blob to " + filename + "\n")