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

/linux-master/scripts/gdb/
H A Dvmlinux-gdb.py20 gdb.execute("", to_string=True)
/linux-master/scripts/gdb/linux/
H A Dutils.py100 endian = gdb.execute("show endian", to_string=True)
175 target_arch = gdb.execute("show architecture", to_string=True)
192 return gdb.execute("monitor info version", to_string=True) != ""
198 thread_info = gdb.execute("info thread 2", to_string=True)
H A Dsymbols.py39 show_pagination = gdb.execute("show pagination", to_string=True)
135 gdb.execute(cmdline, to_string=True)
157 gdb.execute("symbol-file", to_string=True)
/linux-master/lib/kunit/
H A Dattributes.c29 * @to_string: function to return string representation of given
39 const char *(*to_string)(void *attr, bool *to_free); member in struct:kunit_attr
255 .to_string = attr_speed_to_string,
263 .to_string = attr_string_to_string,
271 .to_string = attr_bool_to_string,
301 attr_str = kunit_attr_list[i].to_string(attr, &to_free);
311 /* Free to_string of attribute if needed */
/linux-master/tools/usb/usbip/libsrc/
H 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), \
H A Dusbip_common.h131 #define to_string(s) #s macro

Completed in 131 milliseconds