2006-12-22 Martin Baulig <martin@ximian.com>
authorMartin Baulig <martin@novell.com>
Fri, 22 Dec 2006 13:14:34 +0000 (13:14 -0000)
committerMartin Baulig <martin@novell.com>
Fri, 22 Dec 2006 13:14:34 +0000 (13:14 -0000)
commit2738f83af32756ce7a404fb61fd27571f34295f1
tree8cec1333bec93655749fd874b9fb796c952fe56d
parentb8e11ea81e5472d1c011c5eba39c2a367afe3d59
2006-12-22  Martin Baulig  <martin@ximian.com>

* mdb-debug-info.s: New file.  Put a pointer to the
`MONO_DEBUGGER__debugger_info' into a seperate `.mdb_debug_info'
section, so we can access it from the debugger even if the binary
is stripped.

* debug-debug.c: Reference the `MONO_DEBUGGER__debugger_info_ptr'
from the `.mdb_debug_info' here to prevent the linker from
removing that section.

svn path=/trunk/mono/; revision=69933
mono/mini/ChangeLog
mono/mini/Makefile.am
mono/mini/debug-debugger.c
mono/mini/mdb-debug-info.s [new file with mode: 0644]