Roman Popov
Roman Popov
The problem is that terminal on linux closes immediately after debugged process exits, so you never know what was the output.
>Cannot access memory at address 0x98** Address 0x98 looks invalid. Can be gdb issue, or some memory corruption within application. It won't be possible to debug this without reproducer. And...
I think fixed-points should work the same way as other types. Just add more cases in object tree traversal logic. You can try. I'm currently not interested in working on...
Which gcc /gdb version?
Thanks, I will check your config on a weekend. Have not touched this script for a while, need to update for SystemC 2.3.3 anyway, it has built-in support for vcd...
The problem is that gdb 7.2 is too old, it does not have Symbol.value() function script uses. I thought that Python API is stable for major gdb version, but it...
gdb 8.2 works perfectly on my side. What kind of error do you see?
I've updated README.md for SystemC 2.3.3, it no longer requires any patching, works out of the box for me. I was testing with: $ g++ --version g++ (GCC) 8.3.1 20190223...