Re: function call stack walk/print function names

"Martin Waller" <martinwaller@beeb.net>
8 Sep 2000 01:59:12 -0400

          From comp.compilers

Related articles
function call stack walk/print function names chr1701@my-deja.com (2000-08-27)
Re: function call stack walk/print function names graeme@epc.co.uk (Graeme Roy) (2000-09-02)
Re: function call stack walk/print function names martinwaller@beeb.net (Martin Waller) (2000-09-08)
| List of all articles for this month |

From: "Martin Waller" <martinwaller@beeb.net>
Newsgroups: comp.compilers
Date: 8 Sep 2000 01:59:12 -0400
Organization: A Beeb User
References: 00-08-134
Keywords: debug

Hello,


Why not simple attack the debug symbol table for the executable image ? That
way your function names will be provided along with the name and types for
all arguments and local variables ? It's not that difficult, we've been
doing it for years now with our NT and UNIX products...


Martin


<chr1701@my-deja.com> wrote in message news:00-08-134@comp.compilers...
> Hi newsgroup!
>
> I'm currently working on my debug module and it should be able to
> print out the function call stack in case of a crash. I'm developing
> for MS Windows with Visual C++.


Post a followup to this message

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