From: Eli Zaretskii Newsgroups: comp.os.msdos.djgpp Subject: Re: How do you use objdump Date: Fri, 07 Apr 2000 10:23:15 +0200 Organization: NetVision Israel Lines: 24 Message-ID: <38ED9AF3.AE70CEDA@is.elta.co.il> References: <38ED394A DOT 8E45CC9B AT freewwweb DOT com> NNTP-Posting-Host: ras1-p13.rvt.netvision.net.il Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: news.netvision.net.il 955095720 25430 62.0.172.15 (7 Apr 2000 08:22:00 GMT) X-Complaints-To: abuse AT netvision DOT net DOT il NNTP-Posting-Date: 7 Apr 2000 08:22:00 GMT X-Mailer: Mozilla 4.7 [en] (Win98; I) X-Accept-Language: en,ru,hebrew To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Weiqi Gao wrote: > > Here's a couple of questions to all of you who uses objdump with DJGPP > all the time: > 1. What do you use it for? To dump parts of object/executable files. You can disassemble parts of it, find the instruction that crashed given its EIP (from the crash traceback), list debug info (e.g., to see why GDB doesn't know something about certain variables), etc. > 2. What is your the most often used command line options combination? There isn't any. The array of possible usage types is too large. > This question can be asked for almost any command in the C:\DJGPP\BIN > directory. Why is this question interesting? > For example, my most often used command line options > combination for the 'ls' command ls 'ls -lart'. It's personal. For example, I almost always use "ls -lgrt" instead.