> This means that simulavr is not responding to gdb at all. The message > 'warning: unrecognized item "timeout" in "qSupported" response' is > probably printed by Eclipse trying to parse error messages coming from > GDB. This indicates a bug in simulavr. > > Is simulavr burning 100% CPU? (It does that before connection is established.) > > Attach your native GDB (not avr-gdb) to simulavr process, type "bt" > and send me output. > > -- > Petr Hluzin
Yes, simulavr burning 100% CPU! Here are the console logs of simulavr and gdb C:\>simulavr --gdbserver --device atmega8 Going to gdb... Waiting on port 1212 for gdb client to connect... WARNING: file p:\easyavr\simulavr-02eca026d92db01b8030fc0ce045c7927dad5e1c\src\c md\gdbserver.cpp: line 846: Invalid memory addr (warning appears after executing bt in gdb console) C:\>gdb GNU gdb (GDB) 7.2 Copyright (C) 2010 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "i686-pc-mingw32". For bug reporting instructions, please see: <http://www.gnu.org/software/gdb/bugs/>. This binary was built by Equation Solution <http://www.Equation.com>. (gdb) target remote :1212 Remote debugging using :1212 warning: while parsing target description (at line 4): Target description specif ied unknown architecture "avr" warning: Could not load XML target description; ignoring 0x00000000 in ?? () (gdb) bt #0 0x00000000 in ?? () Cannot access memory at address 0xcdcdcdd1 Am I doing anything wrong? _______________________________________________ Simulavr-devel mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/simulavr-devel
