Home
last modified time | relevance | path

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

/Linux-v4.19/scripts/gdb/linux/
Dutils.py80 endian = gdb.execute("show endian", to_string=True)
133 target_arch = gdb.execute("show architecture", to_string=True)
150 return gdb.execute("monitor info version", to_string=True) != ""
156 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-v4.19/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-v4.19/scripts/gdb/
Dvmlinux-gdb.py20 gdb.execute("", to_string=True)
/Linux-v4.19/tools/perf/util/c++/
Dclang-test.cpp26 std::to_string(kernel_version)); in __test__clang_to_IR()