English Amiga Board


Go Back   English Amiga Board > Support > support.WinUAE

 
 
Thread Tools
Old 16 May 2022, 19:21   #1
paraj
Registered User
 
paraj's Avatar
 
Join Date: Feb 2017
Location: Denmark
Posts: 1,098
Can only enter debugger once if CPU is stopped with interrupts disabled

Super low priority, but when executing the following code in 4.9.1 (same in 4.4.0):
Code:
start:
        move.w  #$7fff, $dff09a; intena
        lea     .l(pc), a0
        move.l  a0, $20.w ; privilege violation handler
.l:
        stop    #$2000
        nop
        bra.s .l
I can break once, but after doing any of either t/g/z I can't enter the debugger again (using shift+F12).
Attached Files
File Type: 68k stupid.68k (84 Bytes, 25 views)
paraj is offline  
Old 16 May 2022, 21:19   #2
Rock'n Roll
German Translator
 
Rock'n Roll's Avatar
 
Join Date: Aug 2018
Location: Drübeck / Germany
Age: 49
Posts: 183
if you comment out this line
move.w #$7fff,$dff09a; intena
all problems are gone.

you can trace back with:
>fi 4e72 2000 ; 4e72 2000 stop #$2000

with move.w #$7fff,$dff09a ;
after the nop WinUAE hangs up
Rock'n Roll is offline  
Old 16 May 2022, 21:56   #3
Toni Wilen
WinUAE developer
 
Join Date: Aug 2001
Location: Hämeenlinna/Finland
Age: 49
Posts: 26,502
It was fixed few months ago. Tracing STOP only worked once before the fix.
Toni Wilen is offline  
Old 17 May 2022, 07:16   #4
paraj
Registered User
 
paraj's Avatar
 
Join Date: Feb 2017
Location: Denmark
Posts: 1,098
Sorry, yes, indeed fixed in latest winuae.7z
paraj is offline  
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Similar Threads
Thread Thread Starter Forum Replies Last Post
Can't use "Enter" key to Enter, FS-UAE game tangodown support.FS-UAE 3 19 April 2020 00:27
stealth way to enter/exit the debugger jotd support.WinUAE 6 04 February 2020 17:51
BLIT interrupts being triggered, even when disabled? deimos Coders. General 21 30 September 2019 21:43
cannot enter WinUAE debugger if 68000 jotd support.WinUAE 3 09 June 2016 08:28
Stopped M68K CPU idle mode function Leandro Jardim support.WinUAE 2 12 December 2015 18:29

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 16:41.

Top

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Page generated in 0.11313 seconds with 16 queries