Re: [Tinycc-devel] Creating a debugger for my own language, in TinyCC?

2015-01-06 Thread John Smith
> If debugger information is available (I simply don't recall) then you > could open that particular section (note that every OS has a different > procedure for this) and parse it for the info that you want. > > Otherwise, TinyCC doesn't currently support anything noteworthy on this > subject. I

Re: [Tinycc-devel] Creating a debugger for my own language, in TinyCC?

2015-01-05 Thread Jared Maddox
> Date: Sun, 4 Jan 2015 21:03:33 + > From: John Smith > To: tinycc-devel@nongnu.org > Subject: [Tinycc-devel] Creating a debugger for my own language, in > TinyCC? > Message-ID: <4fbb51ab-f61c-4d7c-9328-5efb16925...@gmail.com> > Content-Type: text/plain; cha

[Tinycc-devel] Creating a debugger for my own language, in TinyCC?

2015-01-04 Thread John Smith
Hi people... Is it possible to create a debugger, for my own (Secret) programming language using TinyCC? I'll spare you the long details (unless you need it)... but here goes as short as I can... So... let's imagine... I'm converting high-level code into C code. Then... in this C code... I wa