This is the mail archive of the
gdb@sourceware.org
mailing list for the GDB project.
Re: [PATCH] arm reversible : <phase_2_complete>
- From: Tom Tromey <tromey at redhat dot com>
- To: Petr HluzÃn <petr dot hluzin at gmail dot com>
- Cc: paawan oza <paawan1982 at yahoo dot com>, gdb at sourceware dot org, gdb-patches at sourceware dot org
- Date: Thu, 05 May 2011 09:28:48 -0600
- Subject: Re: [PATCH] arm reversible : <phase_2_complete>
- References: <341905.10459.qm@web112513.mail.gq1.yahoo.com> <m3d3m8xdf7.fsf@fleche.redhat.com> <208397.95006.qm@web112517.mail.gq1.yahoo.com> <4DA27006.1080607@codesourcery.com> <763549.92092.qm@web112506.mail.gq1.yahoo.com> <335149.24692.qm@web112515.mail.gq1.yahoo.com> <BANLkTik+_-KcX+=vVOeqwX-FNxYkQuEzXA@mail.gmail.com> <592215.58786.qm@web112508.mail.gq1.yahoo.com> <172713.29831.qm@web112503.mail.gq1.yahoo.com> <BANLkTin0hycedjgPRDHO7exEhS0SGQw3qQ@mail.gmail.com> <m3hb9d6tyl.fsf@fleche.redhat.com> <BANLkTik4wrVr6t0FxTMj9bGT21rhAbz4_g@mail.gmail.com>
>>>>> "Petr" == Petr HluzÃn <petr.hluzin@gmail.com> writes:
Petr> I investigated the patch because I am interested reversible debugging.
Petr> However I barely work on GDB. I would be mostly interested in
Petr> polishing, removing rough corners and making tiny things work right.
Petr> But I feel that real hackers here do not like making tools nice to
Petr> use; or making things work for those who are not already experts; for
Petr> people who expect their tools to know their job without requiring
Petr> user's supervision, etc.
I can understand why you think this.
I have two things to suggest here.
First, in my experience with GDB, changes to the CLI are one of the most
hotly debated areas -- both what the user types and also what GDB
prints. You can see any number of discussions about this in the
archives.
So, I think us developers do pay attention -- but maybe a funny kind of
attention, as we're used to the quirks of GDB CLI and expect additions
to be faithful to its traditions.
Second, feel free to comment on changes. We try to make GDB as good as
we know how, but nobody has a monopoly on good ideas.
Tom