Please do not reply to this email- if you want to comment on the bug, go to the URL shown below and enter your comments there.
Changed by [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=76246 --- shadow/76246 2005-09-27 07:57:39.000000000 -0400 +++ shadow/76246.tmp.13018 2005-09-27 08:28:53.000000000 -0400 @@ -1,14 +1,14 @@ Bug#: 76246 Product: Mono: Debugger Version: 1.1 -OS: +OS: unknown OS Details: UBUNTU HOARY for AMD64 Status: NEW Resolution: -Severity: +Severity: Unknown Priority: Major Component: gui AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] TargetMilestone: --- @@ -67,6 +67,58 @@ How often does this happen? Permanent. Additional Information: + +------- Additional Comments From [EMAIL PROTECTED] 2005-09-27 08:28 ------- +I found a message: + +2005-07-26 Martin Baulig <[EMAIL PROTECTED]> + + * mini.c + (trampoline_code): Renamed to `mono_trampoline_code' and made it + public; this is now accessed directly by the debugger. + (mono_generic_trampoline_code): Removed. + +in "mono-1.1.9.1/mono/mini/ChangeLog" +Constant mono_generic_trampoline_code is not defined. Unit was +compiled after I changed this link to &mono_trampoline_code, but +debuger wasn't built because of susequent bugs: + +../backends/mono/MonoArrayType.cs(41,7): error CS0234: The type or +namespace name `MonoDebuggerSupport' does not exist in the namespace +`Mono.CompilerServices.SymbolWriter'. Are you missing an assembly +reference? +../backends/mono/MonoClassType.cs(426,36): error CS0234: The type or +namespace name `MonoDebuggerSupport' does not exist in the namespace +`Mono.CompilerServices.SymbolWriter'. Are you missing an assembly +reference? +../backends/mono/MonoClassType.cs(490,13): error CS0234: The type or +namespace name `MonoDebuggerSupport' does not exist in the namespace +`Mono.CompilerServices.SymbolWriter'. Are you missing an assembly +reference? +../backends/mono/MonoClassType.cs(494,13): error CS0234: The type or +namespace name `MonoDebuggerSupport' does not exist in the namespace +`Mono.CompilerServices.SymbolWriter'. Are you missing an assembly +reference? +../backends/mono/MonoClassType.cs(535,18): error CS0234: The type or +namespace name `MonoDebuggerSupport' does not exist in the namespace +`Mono.CompilerServices.SymbolWriter'. Are you missing an assembly +reference? +../backends/mono/MonoClassType.cs(541,18): error CS0234: The type or +namespace name `MonoDebuggerSupport' does not exist in the namespace +`Mono.CompilerServices.SymbolWriter'. Are you missing an assembly +reference? +../backends/mono/MonoSymbolFile.cs(1014,15): error CS0234: The type or +namespace name `MonoDebuggerSupport' does not exist in the namespace +`Mono.CompilerServices.SymbolWriter'. Are you missing an assembly +reference? +../classes/ProcessStart.cs(105,22): error CS0234: The type or +namespace name `MonoDebuggerSupport' does not exist in the namespace +`Mono.CompilerServices.SymbolWriter'. Are you missing an assembly +reference? +Compilation failed: 8 error(s), 1 warnings + + + _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
