Author: sewardj
Date: 2008-02-07 12:05:47 +0000 (Thu, 07 Feb 2008)
New Revision: 7378
Log:
Oops, this is logically part of r7373.
Modified:
branches/DATASYMS/coregrind/m_debuginfo/priv_readdwarf.h
Modified: branches/DATASYMS/coregrind/m_debuginfo/priv_readdwarf.h
===================================================================
--- branches/DATASYMS/coregrind/m_debuginfo/priv_readdwarf.h 2008-02-07
12:04:25 UTC (rev 7377)
+++ branches/DATASYMS/coregrind/m_debuginfo/priv_readdwarf.h 2008-02-07
12:05:47 UTC (rev 7378)
@@ -39,15 +39,15 @@
/* --------------------
- DWARF2 reader
+ DWARF3 reader
-------------------- */
extern
-void ML_(read_debuginfo_dwarf2)
+void ML_(read_debuginfo_dwarf3)
( struct _DebugInfo* di,
- UChar* debuginfo, Int debug_info_sz, /* .debug_info */
- UChar* debugabbrev, /* .debug_abbrev */
- UChar* debugline, Int debug_line_sz, /* .debug_line */
- UChar* debugstr );
+ UChar* debug_info_img, Word debug_info_sz, /* .debug_info */
+ UChar* debug_abbv_img, Word debug_abbv_sz, /* .debug_abbrev */
+ UChar* debug_line_img, Word debug_line_sz, /* .debug_line */
+ UChar* debug_str_img, Word debug_str_sz ); /* .debug_str */
/* --------------------
DWARF1 reader
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Valgrind-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/valgrind-developers