yacc & dbx

H T Fallside <htf@castle.edinburgh.ac.uk>
Tue, 29 Jan 91 16:02:58 WET

          From comp.compilers

Related articles
yacc & dbx htf@castle.edinburgh.ac.uk (H T Fallside) (1991-01-29)
Re: yacc & dbx michi@ptcburp.ptcbu.oz.au (1991-01-31)
Re: yacc & dbx megatest!djones@decwrl.dec.com (1991-02-01)
Re: yacc & dbx lupine!rfg@uunet.UU.NET (1991-02-02)
| List of all articles for this month |

Newsgroups: comp.compilers
From: H T Fallside <htf@castle.edinburgh.ac.uk>
Keywords: yacc, debug
Organization: Compilers Central
Date: Tue, 29 Jan 91 16:02:58 WET

Anyone have any suggestions about ways of getting dbx to behave sensibly
with a yacc generated parser as part of the program - ie indexing into the
source during debug ?


thanks in advance
hamish
[Yacc generates #line directives that let any sensible debugger use the .y
as the source file. If your dbx can't handle them, try gdb. -John]
--


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.