Re: winedbg: Support longer thread names

2007-03-13 Thread Eric Pouech
/scmp_019.scmap), a significant increase in the number of characters is necessary. This patch ups the allowed thread name length to 100 characters and null-terminates the string in case an application exceeds that threshold value. Changelog: winedbg: Support longer

Re: winedbg: Support longer thread names

2007-03-12 Thread Erich Hoover
of characters is necessary. This patch ups the allowed thread name length to 100 characters and null-terminates the string in case an application exceeds that threshold value. Changelog: winedbg: Support longer thread names in that case, it would be better to dynamically allocate the string

Re: winedbg: Support longer thread names

2007-03-11 Thread Eric Pouech
exceeds that threshold value. Changelog: winedbg: Support longer thread names in that case, it would be better to dynamically allocate the string (and to create it by default at 5 bytes for the %04x value) furthermore, you need to change the comment in debugger.h in THREADNAME_INFO structure