Home
last modified time | relevance | path

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

/linux/scripts/gdb/linux/
A 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)
A Dsymbols.py39 show_pagination = gdb.execute("show pagination", to_string=True)
132 gdb.execute(cmdline, to_string=True)
154 gdb.execute("symbol-file", to_string=True)
/linux/tools/usb/usbip/libsrc/
A 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), \
A Dusbip_common.h131 #define to_string(s) #s macro
/linux/scripts/gdb/
A Dvmlinux-gdb.py20 gdb.execute("", to_string=True)
/linux/tools/perf/util/c++/
A Dclang-test.cpp28 std::to_string(kernel_version)); in __test__clang_to_IR()

Completed in 10 milliseconds