From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI autolearn=unavailable autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,f77ee8f949dadf4,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-01-16 04:50:20 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!hub1.nntpserver.com!newsfeed01.sul.t-online.de!newsfeed00.sul.t-online.de!t-online.de!fr.usenet-edu.net!usenet-edu.net!enst!enst.fr!not-for-mail From: "M.M.H. van Woudenberg" Newsgroups: comp.lang.ada Subject: GDB failed reading symbols from DLL Date: Wed, 16 Jan 2002 13:47:41 +0100 Organization: ENST, France Sender: comp.lang.ada-admin@ada.eu.org Message-ID: Reply-To: comp.lang.ada@ada.eu.org NNTP-Posting-Host: marvin.enst.fr Mime-Version: 1.0 Content-Type: text/plain X-Trace: avanie.enst.fr 1011185403 3818 137.194.161.2 (16 Jan 2002 12:50:03 GMT) X-Complaints-To: usenet@enst.fr NNTP-Posting-Date: Wed, 16 Jan 2002 12:50:03 +0000 (UTC) To: "'comp.lang.ada@ada.eu.org'" Return-Path: Content-return: allowed X-Mailer: Internet Mail Service (5.5.2653.19) Errors-To: comp.lang.ada-admin@ada.eu.org X-BeenThere: comp.lang.ada@ada.eu.org X-Mailman-Version: 2.0.6 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: comp.lang.ada mail<->news gateway List-Unsubscribe: , Errors-To: comp.lang.ada-admin@ada.eu.org X-BeenThere: comp.lang.ada@ada.eu.org Xref: archiver1.google.com comp.lang.ada:18966 Date: 2002-01-16T13:47:41+01:00 Hi, I'm using the gdb 4.17.gnat.3.13p.i586-pc-mingw32 on Winnt 4.0 (B1381, SP 6). Every time I try to run a program since I installed the Gnat visual debugger it doesn't stop at any breakpoints and gives the following error messages: [failed reading symbols from DLL] "D:/WINNT/System32/ntdll.dll": error reading line numbers 78000000:D:/WINNT/system32/msvcrt.dll [failed reading symbols from DLL] "D:/WINNT/system32/KERNEL32.dll": error reading line numbers [failed reading symbols from DLL] "D:/WINNT/system32/advapi32.dll": error reading line numbers 77e70000:D:/WINNT/system32/USER32.dll 77ed0000:D:/WINNT/system32/GDI32.dll 77e10000:D:/WINNT/system32/RPCRT4.dll The Visual Debugger gives the same error message (since it uses gdb as well) I'm fairly new to this and have no idea what could be the cause of this. Can anyone help me? Thnx Marc