Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/scripts/gdb/linux/
Dutils.py81 endian = gdb.execute("show endian", to_string=True)
142 target_arch = gdb.execute("show architecture", to_string=True)
159 return gdb.execute("monitor info version", to_string=True) != ""
165 thread_info = gdb.execute("info thread 2", to_string=True)
Dsymbols.py39 show_pagination = gdb.execute("show pagination", to_string=True)
132 gdb.execute(cmdline, to_string=True)
153 gdb.execute("symbol-file", to_string=True)
/kernel/linux/linux-5.10/tools/usb/usbip/libsrc/
Dusbip_common.c94 dbg("%-20s = %x", to_string(name), (int) udev->name)
97 dbg("%-20s = %x", to_string(name), (int) uinf->name)
201 (object)->name = (type) read_attr_value(dev, to_string(name), \
Dusbip_common.h131 #define to_string(s) #s macro
/kernel/linux/linux-5.10/scripts/gdb/
Dvmlinux-gdb.py20 gdb.execute("", to_string=True)
/kernel/linux/linux-5.10/tools/perf/util/c++/
Dclang-test.cpp28 std::to_string(kernel_version)); in __test__clang_to_IR()