X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: weekendli AT gmail DOT com Newsgroups: comp.os.msdos.djgpp Subject: a question on the gdb for my own generated code. Date: 8 Nov 2006 09:36:43 -0800 Organization: http://groups.google.com Lines: 10 Message-ID: <1163007403.759662.218700@i42g2000cwa.googlegroups.com> NNTP-Posting-Host: 139.184.30.17 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1163007407 12462 127.0.0.1 (8 Nov 2006 17:36:47 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Wed, 8 Nov 2006 17:36:47 +0000 (UTC) User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.0.8) Gecko/20061105 Red Hat/1.5.0.8-0.1.el4 Firefox/1.5.0.8 pango-text,gzip(gfe),gzip(gfe) X-HTTP-Via: 1.1 proxyx2.uscs.susx.ac.uk:8080 (squid/2.5.STABLE14) Complaints-To: groups-abuse AT google DOT com Injection-Info: i42g2000cwa.googlegroups.com; posting-host=139.184.30.17; posting-account=hqcdzQ0AAADnOIojthgPASOpn2HO3Smq To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Recently I use my own code generator generates some binary codes, however, I can't find the appropriate gdb command to load it and disassemble it. It seems the file command only apply to libraries and executable files. Would you tell me which gdb command I should use to load my code file. Thanks. Cheers, Jian