Re: Creating a debugger for a bison designed language

2007-01-11 Thread Sandon Racowsky
How do you compile source code for use with a debugger ? I don't know. You are better off asking this question on comp.compilers as suggested by Hans. This has nothing to do with Bison again. satya. On 1/11/07, Sandon Racowsky <[EMAIL PROTECTED]> wrote: > > So if I'm understand

Re: Creating a debugger for a bison designed language

2007-01-11 Thread Sandon Racowsky
Or, perhaps I'm attacking this wrong. Maybe it what I really need to be doing is trying to figure out how to write a new gcc front-end. On 1/11/07, Sandon Racowsky <[EMAIL PROTECTED]> wrote: So if I'm understanding you correctly, I need create something along the lines o

Re: Creating a debugger for a bison designed language

2007-01-11 Thread Sandon Racowsky
So if I'm understanding you correctly, I need create something along the lines of a C macro that appends line numbers around blocks of bison actions while simultaneously creating my own debugging profile db, so that when I encounter the C line numbers, I can reference the original source by doing