Searched refs:to_string (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/scripts/gdb/linux/ |
D | utils.py | 80 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)
|
D | symbols.py | 39 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/ |
D | usbip_common.c | 70 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), \
|
D | usbip_common.h | 117 #define to_string(s) #s macro
|
/linux-4.4.14/scripts/gdb/ |
D | vmlinux-gdb.py | 20 gdb.execute("", to_string=True)
|