Home
last modified time | relevance | path

Searched refs:to_string (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/scripts/gdb/linux/
Dutils.py80 endian = gdb.execute("show endian", to_string=True)
120 target_arch = gdb.execute("show architecture", to_string=True)
137 return gdb.execute("monitor info version", to_string=True) != ""
143 thread_info = gdb.execute("info thread 2", to_string=True)
Dsymbols.py39 show_pagination = gdb.execute("show pagination", to_string=True)
125 gdb.execute(cmdline, to_string=True)
142 gdb.execute("symbol-file", to_string=True)
/linux-4.4.14/tools/usb/usbip/libsrc/
Dusbip_common.c70 dbg("%-20s = %x", to_string(name), (int) udev->name)
73 dbg("%-20s = %x", to_string(name), (int) uinf->name)
177 (object)->name = (type) read_attr_value(dev, to_string(name), \
Dusbip_common.h117 #define to_string(s) #s macro
/linux-4.4.14/scripts/gdb/
Dvmlinux-gdb.py20 gdb.execute("", to_string=True)