Home
last modified time | relevance | path

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

/Linux-v5.4/scripts/gdb/linux/
Dutils.py81 endian = gdb.execute("show endian", to_string=True)
135 target_arch = gdb.execute("show architecture", to_string=True)
152 return gdb.execute("monitor info version", to_string=True) != ""
158 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)
/Linux-v5.4/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
/Linux-v5.4/scripts/gdb/
Dvmlinux-gdb.py20 gdb.execute("", to_string=True)
/Linux-v5.4/tools/perf/util/c++/
Dclang-test.cpp28 std::to_string(kernel_version)); in __test__clang_to_IR()