From kdevelop-devel Tue Sep 06 20:20:25 2005 From: jbb Date: Tue, 06 Sep 2005 20:20:25 +0000 To: kdevelop-devel Subject: Re: Debug views: "libraries" and "disassembler" Message-Id: <200509070820.25046.jbb () kdevelop ! org> X-MARC-Message: https://marc.info/?l=kdevelop-devel&m=112603815528119 On Tuesday 06 September 2005 23:14, Vladimir Prus wrote: > Hi! > > I'm working on debug views and have some questions for users. > > 1. Anybody uses the "libraries" view, and if so, what for? I think this has a valid use. Without this info, you don't have a way of checking which library has been loaded. I forget the gdb command that gives you this info. > > 2. Is the "disassembler" view much of advantage over typing "disassemble" > in gdb window? Well, are you sure you want "disassemble" from gdb and not "disassemble 0x30 0x30"? But I'd like to see source and disassembled code interleaved. So, yes, this window is not useful in it's present form. > > Basically, both views are just raw output from gdb, and of questionable > utility, so I'd rather remove both of them, unless there are significant > use cases. Not sure we want to rely on gdb commands. I think "MI" will eventually happen which will force everyone to use different commands (or a wrapper, or something) I do agree those windows leave a lot to be desired though :-) and if you pull them I suspect not many will be upset. jbb _______________________________________________ KDevelop-devel mailing list KDevelop-devel@barney.cs.uni-potsdam.de http://barney.cs.uni-potsdam.de/mailman/listinfo/kdevelop-devel