After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 478415 - show global variables in nemiver
show global variables in nemiver
Status: RESOLVED FIXED
Product: nemiver
Classification: Other
Component: general
trunk
Other Linux
: Normal enhancement
: ---
Assigned To: Nemiver maintainers
Nemiver maintainers
Depends on:
Blocks:
 
 
Reported: 2007-09-19 20:33 UTC by Dodji Seketeli
Modified: 2007-12-26 22:01 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Initial patch to show global variables in nemiver (16.18 KB, patch)
2007-09-19 20:37 UTC, Dodji Seketeli
none Details | Review

Description Dodji Seketeli 2007-09-19 20:33:31 UTC
Show global variables in nemiver. Today only local variables are shown.
Comment 1 Dodji Seketeli 2007-09-19 20:37:32 UTC
Created attachment 95869 [details] [review]
Initial patch to show global variables in nemiver

The problem of this patch is that when debugging test/.libs/fooprog nemiver takes a long time trying to parse the global variables. We need to find a way around it.
Comment 2 Dodji Seketeli 2007-12-26 22:01:02 UTC
That patch has been reworked a lot since its initial submission.
In svn trunk, GDBEngine now supports global variable listing that should be way faster and reliable.

So I am closing this bug for now.