Home
last modified time | relevance | path

Searched refs:more_display (Results 1 – 7 of 7) sorted by relevance

/dports/games/retroarch/RetroArch-1.9.7/wii/libogc/libdb/
H A Ddebug_supp.c304 info->more_display[0] = 0; in gdbstub_getthreadinfo()
333 info->more_display[0] = 0; in gdbstub_getthreadinfo()
427 info->display[sizeof(info->more_display)-1] = 0; //for god sake in packqq()
428 len = strlen(info->more_display); in packqq()
433 memcpy(out,info->more_display,len); in packqq()
H A Ddebug_supp.h10 char more_display[256]; member
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dremote.c1079 char more_display[256]; /* Long info, statistics, queue depth, whatever */ member
1454 info->more_display[0] = '\0'; in remote_unpack_thread_info_response()
1520 pkt = unpack_string (pkt, &info->more_display[0], length); in remote_unpack_thread_info_response()
1836 if (*threadinfo.more_display) in remote_threads_extra_info()
1838 threadinfo.more_display); in remote_threads_extra_info()
5054 printf_filtered ("other: %s\n\n", info->more_display);
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dremote.c1079 char more_display[256]; /* Long info, statistics, queue depth, whatever */
1454 info->more_display[0] = '\0';
1520 pkt = unpack_string (pkt, &info->more_display[0], length);
1836 if (*threadinfo.more_display)
1838 threadinfo.more_display);
5054 printf_filtered ("other: %s\n\n", info->more_display);
/dports/devel/avr-gdb/gdb-7.3.1/gdb/
H A Dremote.c1754 char more_display[256]; /* Long info, statistics, queue depth, member
2202 info->more_display[0] = '\0'; in remote_unpack_thread_info_response()
2270 pkt = unpack_string (pkt, &info->more_display[0], length); in remote_unpack_thread_info_response()
2763 if (*threadinfo.more_display) in remote_threads_extra_info()
2765 " Priority: %s", threadinfo.more_display); in remote_threads_extra_info()
8591 printf_filtered ("other: %s\n\n", info->more_display);
/dports/devel/gdb761/gdb-7.6.1/gdb/
H A Dremote.c1863 char more_display[256]; /* Long info, statistics, queue depth, member
2311 info->more_display[0] = '\0'; in remote_unpack_thread_info_response()
2379 pkt = unpack_string (pkt, &info->more_display[0], length); in remote_unpack_thread_info_response()
2883 if (*threadinfo.more_display) in remote_threads_extra_info()
2885 " Priority: %s", threadinfo.more_display); in remote_threads_extra_info()
9158 printf_filtered ("other: %s\n\n", info->more_display);
/dports/devel/gdb/gdb-11.1/gdb/
H A Dremote.c3005 char more_display[256]; /* Long info, statistics, queue depth,
3372 info->more_display[0] = '\0';
3440 pkt = unpack_string (pkt, &info->more_display[0], length);
4061 if (*threadinfo.more_display)
4065 string_appendf (extra, " Priority: %s", threadinfo.more_display);
11713 printf_filtered ("other: %s\n\n", info->more_display);