Re: How to study debugger internals ?

Ian Rogers <rogers.email@gmail.com>
Sun, 14 Mar 2010 21:36:59 -0700 (PDT)

          From comp.compilers

Related articles
How to study debugger internals ? ripunjay.tripathi@gmail.com (Ripunjay Tripathi) (2010-03-13)
Re: How to study debugger internals ? thisisgiri@gmail.com (Giridhar S) (2010-03-13)
Re: How to study debugger internals ? niciodata.eu@gmail.com (ioan) (2010-03-14)
Re: How to study debugger internals ? rogers.email@gmail.com (Ian Rogers) (2010-03-14)
Re: How to study debugger internals ? jeremy.bennett@embecosm.com (Jeremy Bennett) (2010-03-15)
| List of all articles for this month |

From: Ian Rogers <rogers.email@gmail.com>
Newsgroups: comp.compilers
Date: Sun, 14 Mar 2010 21:36:59 -0700 (PDT)
Organization: Compilers Central
References: 10-03-022
Keywords: debug
Posted-Date: 15 Mar 2010 01:10:06 EDT

On Mar 13, 8:16 am, Ripunjay Tripathi <ripunjay.tripa...@gmail.com>
wrote:
> Want to study debuggers internals. Though I understand that they are
> very much platform dependent, knowledge of internals for gdb and dbx
> (for Intel/ARM) I believe should give me good understanding.


It's worth plugging the Dwarf debugging standard home page:
http://dwarfstd.org/Home.php
Going off topic, with GDB 7 supporting runtime compilation it'd be
nice if there were a library aiding JIT writers to "speak dwarf" at
runtime. Currently only LLVM does this well. If people know of a
library or other examples I'd like to hear.


Thanks,
Ian Rogers
--
Metacircular Runtime Platform - http://mrp.codehaus.org/



Post a followup to this message

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