Package: nemiver
Version: 0.9.5-2
Debian 8.4 amd64, gdb 7.7.1+dfsg-5.
Compiled this with gcc -O0 -g:
int x = 5;
int main() { return x; }
In nemiver selecting "Show Global Variables" prints this error message:
|E|virtual void
nemiver::OnGlobalVariablesListedHandler::do_handle(nemiver::CommandAndOutput&):/tmp/buildd/nemiver-0.9.5/src/dbgengine/nmv-gdb-engine.cc:2299:failed
to extract global variable list
the "Global Variables" window remains empty, i.e. list header and close
button, but no variable data shown.
Maybe the GDB/MI API changed between versions i.e. between Debian's gdb
and whatever gdb the nemiver author coded against? Just guessing...
Thanks,
Jens