Bug 1830

Summary: Не работает attach в дебагере
Product: WINE@Etersoft Reporter: Andrey Vusik <night>
Component: ОбщееAssignee: BUGS@Etersoft <bugs>
Status: CLOSED INVALID QA Contact:
Severity: critical    
Priority: P5 CC: baraka, lav, night
Version: 1.0.9   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Whiteboard:
Заявки RT: Связано с:
Дата напоминания:
Bug Depends on:    
Bug Blocks: 777    

Description Andrey Vusik 2008-05-20 14:58:37 MSD
При выполнении, например, attach 0x16 к существующему процессу 
>00000016 1        00000008 'notepad.exe' 
выдаёт syntax error
Comment 1 Vitaly Lipatov 2008-05-22 16:23:44 MSD
Кстати, через wwo работает.
$ wwodbg
Wine-dbg>info proc
 pid      threads  parent   executable (all id:s are in hex)
 0000000c 5        0000000a 'services.exe'
 0000001b 4        0000000c 'winedevice.exe'
Wine-dbg>attach 0x1b
0xa7dae66f __libc_read+0x3f in libpthread.so.0: int     $0x80
Wine-dbg>quit

На cellar тоже:
[lav@cellar ~]$ winedbg
Wine-dbg>info proc
 pid      threads  parent   executable (all id:s are in hex)
 0000000c 9        0000000a 'services.exe'
 0000001f 4        0000000c 'winedevice.exe'
Wine-dbg>attach 0x1f
0xb7d9b66f __libc_read+0x3f in libpthread.so.0: int     $0x80
Wine-dbg>
Comment 2 Andrey Vusik 2008-09-08 19:29:09 MSD
Больше проблемы не встречал. Закрываю.