Topic options
View mode
Newest First
SpotLess tests need it to find out one bug
Posted on:
2022/3/29 18:34
#1
Home away from home
Joined: 2007/9/11 12:31Last Login
: 11/19 7:43
From Russia
Group:
Registered Users
@All
Alfkil release a first usable public version of SpotLess debugger here:
https://drive.google.com/file/d/1vv9kX ... Du-uhjW/view?usp=drivesdk So far all fine, but there are issue i found on my x5000, which Alfkil can't reproduce. Will be very nice if some of you can reproduce it (so it will mean issue not on my own setup).
What you need to do:
-- download spotless debugger on link below. unpack it to work:debug/spotless/ (that need to mimic fully my settings)
-- download this test case:
https://kas1e.mikendezign.com/aos4/debug/spotless/test.tar and unpack it to "work:debug/spotless/" as it. So you will have test case binary/source and .txt file in the "work:debug/spotless/spotless-test".
-- run Spotless from the shell
-- hit "load" button
-- choose in the "spotless-test" directory a file "test"
-- when it loads up , you will see name "test.c" on the left side, click on it to show the source.
-- in source file, click on the line 30 to set breakpoint on it.
-- hit START.
At this point , sometime you may have crash (with GR), sometime you may have crash without GR (just on serial), but whole GUI will be deadlocked. Sometime you will have no issues, but then, click "start" button again. This time you will be definately have crash/deadlock.
That is reproducable on my x5000 all the time, always with 100% reproduce.
If some of you can try it on their hardware , that will be very helpfull for us.
Thanks!
Re: SpotLess tests need it to find out one bug
Posted on:
2022/3/29 21:03
#2
Site Builder
Joined: 2006/12/2 23:57Last Login
: Today 9:16
From Athens/Dublin
Group:
Registered Users Webmasters
@kas1e
I tested it and unfortunately crashes on my X5000 as well
Here is the crash log I got at the serial
https://os4coding.net/node/2499
Re: SpotLess tests need it to find out one bug
Posted on:
2022/3/29 21:22
#3
Home away from home
Joined: 2007/9/11 12:31Last Login
: 11/19 7:43
From Russia
Group:
Registered Users
@george Good ! Mean that not my machine. Interesting, that if you remove "munge" from command line option of kernel, then bug survive first bad memory usage, but then hitting second time crash will again crash, even without "munge" being set. With "munge" we just faster catch the crash, just as there no stacktrace, etc we don't know wtf.. And alfkil by some reassons can't reproduce on his x5000 (through, he not have "munge" enabled, while should, of course:) munge is a lot of help).
Re: SpotLess tests need it to find out one bug
Posted on:
2022/3/29 22:07
#4
Site Builder
Joined: 2006/12/2 23:57Last Login
: Today 9:16
From Athens/Dublin
Group:
Registered Users Webmasters
I run the test 3-4 times and unfortunately I couldn't get more info at the serial port. Always the same results.
Re: SpotLess tests need it to find out one bug
Posted on:
2022/3/29 22:22
#5
Just can't stay away
Joined: 2007/2/6 13:57Last Login
: 11/16 10:39
From Donostia (SPAIN)
Group:
Registered Users
@kas1e
on my SAM460ex your exec crashed too here.
Recompiled using
Using built-in specs.
COLLECT_GCC=/PRUEBAS/SDK/gcc/ppc-amigaos/bin/11.2.0/gcc
COLLECT_LTO_WRAPPER=/PRUEBAS/SDK/gcc/ppc-amigaos/bin/11.2.0/../libexec/gcc/ppc-amigaos/11.2.0/lto-wrapper
Target: ppc-amigaos
Configured with: /opt/adtools/gcc/repo/configure --with-bugurl=https://github.com/sba1/adtools/issues --with-pkgversion='adtools build 11.2.0' --host=ppc-amigaos --target=ppc-amigaos --disable-nls --prefix=/gcc --with-gmp=/opt/adtools/native-build/root-cross --with-mpfr=/opt/adtools/native-build/root-cross --with-mpc=/opt/adtools/native-build/root-cross --program-prefix=ppc-amigaos- --program-suffix=-11 --libexecdir=/gcc/libexec --enable-languages=c,c++ --enable-haifa --enable-sjlj-exceptions --disable-libstdcxx-pch --disable-tls --enable-threads=amigaos --enable-lto --disable-c++tools
Thread model: amigaos
Supported LTO compression algorithms: zlib
gcc version 11.2.0 (adtools build 11.2.0)
#
#gcc test.c -lauto -gstabs -o test
and then Spotless worked fine.
http://jabirulo.byethost13.com/temp/test.7z <joke>Or if you want I can swap my SAM460ex with your X5000 so test work fine
</joke>
Re: SpotLess tests need it to find out one bug
Posted on:
2022/3/30 6:06
#6
Home away from home
Joined: 2007/9/11 12:31Last Login
: 11/19 7:43
From Russia
Group:
Registered Users
@Javier
Quote:
on my SAM460ex your exec crashed too here.Ha .. intersting !
That the exe i got from Alfkil when we start to test things.
Strange he can't reproduce issue, maybe he just rebuild exe somehow different (as you now), and the one he send me was "buggy" ? Or maybe it was build with different options / different compiler ?
Through does not matter how binary were done, it should't crash of course.
Edited by kas1e on 2022/3/30 6:32:02
Re: SpotLess tests need it to find out one bug
Posted on:
2022/3/30 12:43
#7
Just can't stay away
Joined: 2007/2/6 13:57Last Login
: 11/16 10:39
From Donostia (SPAIN)
Group:
Registered Users
@kas1e did a few more test and here it makes system unstable too. Recomnpiled (#gcc test.c -o test -gstabs) and works fine. Can you try with my build (or just recompile it yourself) I attached earlier and see if it works on your system?
Re: SpotLess tests need it to find out one bug
Posted on:
2022/4/2 17:15
#8
Just can't stay away
Joined: 2009/10/7 1:11Last Login
: 10/27 15:47
From Odense
Group:
Registered Users
@walkero Since the stacktraces says dos.library and SmartFileSystem, it could be some disk access problem. I have a hard time guessing the problem, but I know, that the only disk access from spotless in this case would be reading and updating from code text files (test.c in this case). Does this give you a hint?
Re: SpotLess tests need it to find out one bug
Posted on:
2022/4/2 20:21
#9
Site Builder
Joined: 2006/12/2 23:57Last Login
: Today 9:16
From Athens/Dublin
Group:
Registered Users Webmasters
@alfkil I saw the same thing, but that's what I get at the serial. Possible something crashes that hard that brings down the smartfilesystem, which crashes afterwards? What I will try is to test the same process. in different filesystems and see what I get at the serial. Will let you know when I have the results.
Re: SpotLess tests need it to find out one bug
Posted on:
2022/4/3 12:45
#10
Home away from home
Joined: 2007/9/11 12:31Last Login
: 11/19 7:43
From Russia
Group:
Registered Users
@Alfkil,Walkero My partitions are NGFS, not SFS ones as some of you have, so that not it. Also, it's quite common to have crash in kickstarts handling that or that, when crash is heavy one.
Re: SpotLess tests need it to find out one bug
Posted on:
2022/4/3 13:46
#11
Just can't stay away
Joined: 2009/10/7 1:11Last Login
: 10/27 15:47
From Odense
Group:
Registered Users
@kas1e Ok. I will add some more serial writeouts, when I get back from the hospital. Hopefully we can figure out, where the crash happens.
Re: SpotLess tests need it to find out one bug
Posted on:
2022/4/3 18:29
#12
Just can't stay away
Joined: 2009/10/7 1:11Last Login
: 10/27 15:47
From Odense
Group:
Registered Users
Fresh version updloaded (same link). Please report back, if it still crashes and if you get something new on the serial. Hopefully we can track something.
Re: SpotLess tests need it to find out one bug
Posted on:
2022/4/3 20:25
#13
Home away from home
Joined: 2007/9/11 12:31Last Login
: 11/19 7:43
From Russia
Group:
Registered Users
@alfkil
Quote:
Fresh version updloaded (same link)By this-same link says that you delete it :)
Re: SpotLess tests need it to find out one bug
Posted on:
2022/4/3 21:14
#14
Just can't stay away
Joined: 2009/10/7 1:11Last Login
: 10/27 15:47
From Odense
Group:
Registered Users
Re: SpotLess tests need it to find out one bug
Posted on:
2022/4/4 13:43
#15
Just can't stay away
Joined: 2009/10/7 1:11Last Login
: 10/27 15:47
From Odense
Group:
Registered Users
My X5000 died again.
Re: SpotLess tests need it to find out one bug
Posted on:
2022/4/5 10:01
#16
Amigans Defender
Joined: 2006/12/2 13:27Last Login
: Today 18:02
From Taranto, Italy
Group:
Staff members Moderators Registered Users
what happens??
i'm really tired...
Re: SpotLess tests need it to find out one bug
Posted on:
2022/4/5 14:47
#17
Just can't stay away
Joined: 2009/10/7 1:11Last Login
: 10/27 15:47
From Odense
Group:
Registered Users
@afxgroup I had to go to the hospital with a bad lung. And I forgot to cut the power. So it had been on for 6 days non-stop, and probably som circuitry overheated.
Re: SpotLess tests need it to find out one bug
Posted on:
2022/4/5 15:24
#18
Just can't stay away
Joined: 2009/10/7 1:11Last Login
: 10/27 15:47
From Odense
Group:
Registered Users
Any news on the latest version?
Re: SpotLess tests need it to find out one bug
Posted on:
2022/4/6 8:19
#19
Home away from home
Joined: 2007/9/11 12:31Last Login
: 11/19 7:43
From Russia
Group:
Registered Users
@Alfkil I do test it yesterday, and have mixed results. For first test, it's the same as before crashes, so after that i connect serial cable to catch a crash, and it stop crashes. I will test futher, but maybe lot of prinfs on serial now make "deadlock" gone ? @George, Javier Can you confirm that with new version crash seems to be harder to reproduce ?
Re: SpotLess tests need it to find out one bug
Posted on:
2022/4/6 12:49
#20
Just can't stay away
Joined: 2007/2/6 13:57Last Login
: 11/16 10:39
From Donostia (SPAIN)
Group:
Registered Users
@kas1e
I did use with deficons sources/code and a few breakpoints and worked flawlessly:
actions -> update ();
actions -> update () BEGUN
actions -> update () DoNE
code -> update ();
context -> update ();
stacktrace -> update ();
disassembler -> update ();
if( memorySurfer && memorySurfer -> windowObject ()) memorySurfer -> update ();
updateAll () DoNE
actions -> update () BEGUN
actions -> update () DoNE
memory_insert_break_instruction : 0x7c1ca584
memory_insert_break_instruction : 0x7c1ca6c8
memory_insert_break_instruction : 0x7c1ca6c0
actions -> update () BEGUN
actions -> update () DoNE
memory_remove_break_instruction : 0x7c1ca584
memory_remove_break_instruction : 0x7c1ca6c8
memory_remove_break_instruction : 0x7c1ca6c0
actions -> update ();
actions -> update () BEGUN
actions -> update () DoNE
code -> update ();
context -> update ();
stacktrace -> update ();
disassembler -> update ();
if( memorySurfer && memorySurfer -> windowObject ()) memorySurfer -> update ();
updateAll () DoNE
memory_insert_break_instruction : 0x7c1ca588
memory_remove_break_instruction : 0x7c1ca588
memory_insert_break_instruction : 0x7c1ca584
memory_insert_break_instruction : 0x7c1ca6c8
memory_insert_break_instruction : 0x7c1ca6c0
memory_insert_break_instruction : 0x7c1ca558
memory_insert_break_instruction : 0x7c1ca56c
memory_insert_break_instruction : 0x7c1ca574
memory_insert_break_instruction : 0x7c1ca57c
memory_insert_break_instruction : 0x7c1ca584
memory_insert_break_instruction : 0x7c1ca5cc
memory_insert_break_instruction : 0x7c1ca5f8
memory_insert_break_instruction : 0x7c1ca604
memory_insert_break_instruction : 0x7c1ca618
memory_insert_break_instruction : 0x7c1ca620
memory_insert_break_instruction : 0x7c1ca62c
memory_insert_break_instruction : 0x7c1ca638
memory_insert_break_instruction : 0x7c1ca684
memory_insert_break_instruction : 0x7c1ca68c
memory_insert_break_instruction : 0x7c1ca6b8
memory_insert_break_instruction : 0x7c1ca6c0
memory_insert_break_instruction : 0x7c1ca6c8
memory_insert_break_instruction : 0x7c1ca6d0
memory_insert_break_instruction : 0x7c1ca6d8
memory_insert_break_instruction : 0x7c1ca6e0
memory_insert_break_instruction : 0x7c1ca6e8
memory_insert_break_instruction : 0x7c1ca734
memory_insert_break_instruction : 0x7c1ca73c
memory_insert_break_instruction : 0x7c1ca794
memory_insert_break_instruction : 0x7c1ca7e0
memory_insert_break_instruction : 0x7c1ca7e4
memory_insert_break_instruction : 0x7c1ca7ec
memory_insert_break_instruction : 0x7c1ca7f4
memory_insert_break_instruction : 0x7c1ca7fc
memory_insert_break_instruction : 0x7c1ca804
memory_insert_break_instruction : 0x7c1ca80c
memory_insert_break_instruction : 0x7c1ca81c
memory_insert_break_instruction : 0x7c1ca84c
memory_insert_break_instruction : 0x7c1ca854
memory_insert_break_instruction : 0x7c1ca878
memory_insert_break_instruction : 0x7c1ca87c
memory_insert_break_instruction : 0x7c1ca880
actions -> update () BEGUN
actions -> update () DoNE
memory_remove_break_instruction : 0x7c1ca558
memory_remove_break_instruction : 0x7c1ca56c
memory_remove_break_instruction : 0x7c1ca574
memory_remove_break_instruction : 0x7c1ca57c
memory_remove_break_instruction : 0x7c1ca584
memory_remove_break_instruction : 0x7c1ca5cc
memory_remove_break_instruction : 0x7c1ca5f8
memory_remove_break_instruction : 0x7c1ca604
memory_remove_break_instruction : 0x7c1ca618
memory_remove_break_instruction : 0x7c1ca620
memory_remove_break_instruction : 0x7c1ca62c
memory_remove_break_instruction : 0x7c1ca638
memory_remove_break_instruction : 0x7c1ca684
memory_remove_break_instruction : 0x7c1ca68c
memory_remove_break_instruction : 0x7c1ca6b8
memory_remove_break_instruction : 0x7c1ca6c0
memory_remove_break_instruction : 0x7c1ca6c8
memory_remove_break_instruction : 0x7c1ca6d0
memory_remove_break_instruction : 0x7c1ca6d8
memory_remove_break_instruction : 0x7c1ca6e0
memory_remove_break_instruction : 0x7c1ca6e8
memory_remove_break_instruction : 0x7c1ca734
memory_remove_break_instruction : 0x7c1ca73c
memory_remove_break_instruction : 0x7c1ca794
memory_remove_break_instruction : 0x7c1ca7e0
memory_remove_break_instruction : 0x7c1ca7e4
memory_remove_break_instruction : 0x7c1ca7ec
memory_remove_break_instruction : 0x7c1ca7f4
memory_remove_break_instruction : 0x7c1ca7fc
memory_remove_break_instruction : 0x7c1ca804
memory_remove_break_instruction : 0x7c1ca80c
memory_remove_break_instruction : 0x7c1ca81c
memory_remove_break_instruction : 0x7c1ca84c
memory_remove_break_instruction : 0x7c1ca854
memory_remove_break_instruction : 0x7c1ca878
memory_remove_break_instruction : 0x7c1ca87c
memory_remove_break_instruction : 0x7c1ca880
memory_remove_break_instruction : 0x7c1ca584
memory_remove_break_instruction : 0x7c1ca6c8
memory_remove_break_instruction : 0x7c1ca6c0
actions -> update ();
actions -> update () BEGUN
actions -> update () DoNE
code -> update ();
context -> update ();
stacktrace -> update ();
disassembler -> update ();
if( memorySurfer && memorySurfer -> windowObject ()) memorySurfer -> update ();
updateAll () DoNE
memory_insert_break_instruction : 0x7c1ca5d0
memory_remove_break_instruction : 0x7c1ca5d0
memory_insert_break_instruction : 0x7c1ca584
memory_insert_break_instruction : 0x7c1ca6c8
memory_insert_break_instruction : 0x7c1ca6c0
memory_insert_break_instruction : 0x7c1ca558
memory_insert_break_instruction : 0x7c1ca56c
memory_insert_break_instruction : 0x7c1ca574
memory_insert_break_instruction : 0x7c1ca57c
memory_insert_break_instruction : 0x7c1ca584
memory_insert_break_instruction : 0x7c1ca5cc
memory_insert_break_instruction : 0x7c1ca5f8
memory_insert_break_instruction : 0x7c1ca604
memory_insert_break_instruction : 0x7c1ca618
memory_insert_break_instruction : 0x7c1ca620
memory_insert_break_instruction : 0x7c1ca62c
memory_insert_break_instruction : 0x7c1ca638
memory_insert_break_instruction : 0x7c1ca684
memory_insert_break_instruction : 0x7c1ca68c
memory_insert_break_instruction : 0x7c1ca6b8
memory_insert_break_instruction : 0x7c1ca6c0
memory_insert_break_instruction : 0x7c1ca6c8
memory_insert_break_instruction : 0x7c1ca6d0
memory_insert_break_instruction : 0x7c1ca6d8
memory_insert_break_instruction : 0x7c1ca6e0
memory_insert_break_instruction : 0x7c1ca6e8
memory_insert_break_instruction : 0x7c1ca734
memory_insert_break_instruction : 0x7c1ca73c
memory_insert_break_instruction : 0x7c1ca794
memory_insert_break_instruction : 0x7c1ca7e0
memory_insert_break_instruction : 0x7c1ca7e4
memory_insert_break_instruction : 0x7c1ca7ec
memory_insert_break_instruction : 0x7c1ca7f4
memory_insert_break_instruction : 0x7c1ca7fc
memory_insert_break_instruction : 0x7c1ca804
memory_insert_break_instruction : 0x7c1ca80c
memory_insert_break_instruction : 0x7c1ca81c
memory_insert_break_instruction : 0x7c1ca84c
memory_insert_break_instruction : 0x7c1ca854
memory_insert_break_instruction : 0x7c1ca878
memory_insert_break_instruction : 0x7c1ca87c
memory_insert_break_instruction : 0x7c1ca880
actions -> update () BEGUN
actions -> update () DoNE
memory_remove_break_instruction : 0x7c1ca558
memory_remove_break_instruction : 0x7c1ca56c
memory_remove_break_instruction : 0x7c1ca574
memory_remove_break_instruction : 0x7c1ca57c
memory_remove_break_instruction : 0x7c1ca584
memory_remove_break_instruction : 0x7c1ca5cc
memory_remove_break_instruction : 0x7c1ca5f8
memory_remove_break_instruction : 0x7c1ca604
memory_remove_break_instruction : 0x7c1ca618
memory_remove_break_instruction : 0x7c1ca620
memory_remove_break_instruction : 0x7c1ca62c
memory_remove_break_instruction : 0x7c1ca638
memory_remove_break_instruction : 0x7c1ca684
memory_remove_break_instruction : 0x7c1ca68c
memory_remove_break_instruction : 0x7c1ca6b8
memory_remove_break_instruction : 0x7c1ca6c0
memory_remove_break_instruction : 0x7c1ca6c8
memory_remove_break_instruction : 0x7c1ca6d0
memory_remove_break_instruction : 0x7c1ca6d8
memory_remove_break_instruction : 0x7c1ca6e0
memory_remove_break_instruction : 0x7c1ca6e8
memory_remove_break_instruction : 0x7c1ca734
memory_remove_break_instruction : 0x7c1ca73c
memory_remove_break_instruction : 0x7c1ca794
memory_remove_break_instruction : 0x7c1ca7e0
memory_remove_break_instruction : 0x7c1ca7e4
memory_remove_break_instruction : 0x7c1ca7ec
memory_remove_break_instruction : 0x7c1ca7f4
memory_remove_break_instruction : 0x7c1ca7fc
memory_remove_break_instruction : 0x7c1ca804
memory_remove_break_instruction : 0x7c1ca80c
memory_remove_break_instruction : 0x7c1ca81c
memory_remove_break_instruction : 0x7c1ca84c
memory_remove_break_instruction : 0x7c1ca854
memory_remove_break_instruction : 0x7c1ca878
memory_remove_break_instruction : 0x7c1ca87c
memory_remove_break_instruction : 0x7c1ca880
memory_remove_break_instruction : 0x7c1ca584
memory_remove_break_instruction : 0x7c1ca6c8
memory_remove_break_instruction : 0x7c1ca6c0
actions -> update ();
actions -> update () BEGUN
actions -> update () DoNE
code -> update ();
context -> update ();
stacktrace -> update ();
disassembler -> update ();
if( memorySurfer && memorySurfer -> windowObject ()) memorySurfer -> update ();
updateAll () DoNE
memory_insert_break_instruction : 0x7c1ca5fc
memory_remove_break_instruction : 0x7c1ca5fc
memory_insert_break_instruction : 0x7c1ca584
memory_insert_break_instruction : 0x7c1ca6c8
memory_insert_break_instruction : 0x7c1ca6c0
memory_insert_break_instruction : 0x7c1ca558
memory_insert_break_instruction : 0x7c1ca56c
memory_insert_break_instruction : 0x7c1ca574
memory_insert_break_instruction : 0x7c1ca57c
memory_insert_break_instruction : 0x7c1ca584
memory_insert_break_instruction : 0x7c1ca5cc
memory_insert_break_instruction : 0x7c1ca5f8
memory_insert_break_instruction : 0x7c1ca604
memory_insert_break_instruction : 0x7c1ca618
memory_insert_break_instruction : 0x7c1ca620
memory_insert_break_instruction : 0x7c1ca62c
memory_insert_break_instruction : 0x7c1ca638
memory_insert_break_instruction : 0x7c1ca684
memory_insert_break_instruction : 0x7c1ca68c
memory_insert_break_instruction : 0x7c1ca6b8
memory_insert_break_instruction : 0x7c1ca6c0
memory_insert_break_instruction : 0x7c1ca6c8
memory_insert_break_instruction : 0x7c1ca6d0
memory_insert_break_instruction : 0x7c1ca6d8
memory_insert_break_instruction : 0x7c1ca6e0
memory_insert_break_instruction : 0x7c1ca6e8
memory_insert_break_instruction : 0x7c1ca734
memory_insert_break_instruction : 0x7c1ca73c
memory_insert_break_instruction : 0x7c1ca794
memory_insert_break_instruction : 0x7c1ca7e0
memory_insert_break_instruction : 0x7c1ca7e4
memory_insert_break_instruction : 0x7c1ca7ec
memory_insert_break_instruction : 0x7c1ca7f4
memory_insert_break_instruction : 0x7c1ca7fc
memory_insert_break_instruction : 0x7c1ca804
memory_insert_break_instruction : 0x7c1ca80c
memory_insert_break_instruction : 0x7c1ca81c
memory_insert_break_instruction : 0x7c1ca84c
memory_insert_break_instruction : 0x7c1ca854
memory_insert_break_instruction : 0x7c1ca878
memory_insert_break_instruction : 0x7c1ca87c
memory_insert_break_instruction : 0x7c1ca880
actions -> update () BEGUN
actions -> update () DoNE
memory_remove_break_instruction : 0x7c1ca558
memory_remove_break_instruction : 0x7c1ca56c
memory_remove_break_instruction : 0x7c1ca574
memory_remove_break_instruction : 0x7c1ca57c
memory_remove_break_instruction : 0x7c1ca584
memory_remove_break_instruction : 0x7c1ca5cc
memory_remove_break_instruction : 0x7c1ca5f8
memory_remove_break_instruction : 0x7c1ca604
memory_remove_break_instruction : 0x7c1ca618
memory_remove_break_instruction : 0x7c1ca620
memory_remove_break_instruction : 0x7c1ca62c
memory_remove_break_instruction : 0x7c1ca638
memory_remove_break_instruction : 0x7c1ca684
memory_remove_break_instruction : 0x7c1ca68c
memory_remove_break_instruction : 0x7c1ca6b8
memory_remove_break_instruction : 0x7c1ca6c0
memory_remove_break_instruction : 0x7c1ca6c8
memory_remove_break_instruction : 0x7c1ca6d0
memory_remove_break_instruction : 0x7c1ca6d8
memory_remove_break_instruction : 0x7c1ca6e0
memory_remove_break_instruction : 0x7c1ca6e8
memory_remove_break_instruction : 0x7c1ca734
memory_remove_break_instruction : 0x7c1ca73c
memory_remove_break_instruction : 0x7c1ca794
memory_remove_break_instruction : 0x7c1ca7e0
memory_remove_break_instruction : 0x7c1ca7e4
memory_remove_break_instruction : 0x7c1ca7ec
memory_remove_break_instruction : 0x7c1ca7f4
memory_remove_break_instruction : 0x7c1ca7fc
memory_remove_break_instruction : 0x7c1ca804
memory_remove_break_instruction : 0x7c1ca80c
memory_remove_break_instruction : 0x7c1ca81c
memory_remove_break_instruction : 0x7c1ca84c
memory_remove_break_instruction : 0x7c1ca854
memory_remove_break_instruction : 0x7c1ca878
memory_remove_break_instruction : 0x7c1ca87c
memory_remove_break_instruction : 0x7c1ca880
memory_remove_break_instruction : 0x7c1ca584
memory_remove_break_instruction : 0x7c1ca6c8
memory_remove_break_instruction : 0x7c1ca6c0
actions -> update ();
actions -> update () BEGUN
actions -> update () DoNE
code -> update ();
context -> update ();
stacktrace -> update ();
disassembler -> update ();
if( memorySurfer && memorySurfer -> windowObject ()) memorySurfer -> update ();
updateAll () DoNE
memory_insert_break_instruction : 0x7c1ca608
memory_remove_break_instruction : 0x7c1ca608
memory_insert_break_instruction : 0x7c1ca584
memory_insert_break_instruction : 0x7c1ca6c8
memory_insert_break_instruction : 0x7c1ca6c0
memory_insert_break_instruction : 0x7c1ca558
memory_insert_break_instruction : 0x7c1ca56c
memory_insert_break_instruction : 0x7c1ca574
memory_insert_break_instruction : 0x7c1ca57c
memory_insert_break_instruction : 0x7c1ca584
memory_insert_break_instruction : 0x7c1ca5cc
memory_insert_break_instruction : 0x7c1ca5f8
memory_insert_break_instruction : 0x7c1ca604
memory_insert_break_instruction : 0x7c1ca618
memory_insert_break_instruction : 0x7c1ca620
memory_insert_break_instruction : 0x7c1ca62c
memory_insert_break_instruction : 0x7c1ca638
memory_insert_break_instruction : 0x7c1ca684
memory_insert_break_instruction : 0x7c1ca68c
memory_insert_break_instruction : 0x7c1ca6b8
memory_insert_break_instruction : 0x7c1ca6c0
memory_insert_break_instruction : 0x7c1ca6c8
memory_insert_break_instruction : 0x7c1ca6d0
memory_insert_break_instruction : 0x7c1ca6d8
memory_insert_break_instruction : 0x7c1ca6e0
memory_insert_break_instruction : 0x7c1ca6e8
memory_insert_break_instruction : 0x7c1ca734
memory_insert_break_instruction : 0x7c1ca73c
memory_insert_break_instruction : 0x7c1ca794
memory_insert_break_instruction : 0x7c1ca7e0
memory_insert_break_instruction : 0x7c1ca7e4
memory_insert_break_instruction : 0x7c1ca7ec
memory_insert_break_instruction : 0x7c1ca7f4
memory_insert_break_instruction : 0x7c1ca7fc
memory_insert_break_instruction : 0x7c1ca804
memory_insert_break_instruction : 0x7c1ca80c
memory_insert_break_instruction : 0x7c1ca81c
memory_insert_break_instruction : 0x7c1ca84c
memory_insert_break_instruction : 0x7c1ca854
memory_insert_break_instruction : 0x7c1ca878
memory_insert_break_instruction : 0x7c1ca87c
memory_insert_break_instruction : 0x7c1ca880
actions -> update () BEGUN
actions -> update () DoNE
memory_remove_break_instruction : 0x7c1ca558
memory_remove_break_instruction : 0x7c1ca56c
memory_remove_break_instruction : 0x7c1ca574
memory_remove_break_instruction : 0x7c1ca57c
memory_remove_break_instruction : 0x7c1ca584
memory_remove_break_instruction : 0x7c1ca5cc
memory_remove_break_instruction : 0x7c1ca5f8
memory_remove_break_instruction : 0x7c1ca604
memory_remove_break_instruction : 0x7c1ca618
memory_remove_break_instruction : 0x7c1ca620
memory_remove_break_instruction : 0x7c1ca62c
memory_remove_break_instruction : 0x7c1ca638
memory_remove_break_instruction : 0x7c1ca684
memory_remove_break_instruction : 0x7c1ca68c
memory_remove_break_instruction : 0x7c1ca6b8
memory_remove_break_instruction : 0x7c1ca6c0
memory_remove_break_instruction : 0x7c1ca6c8
memory_remove_break_instruction : 0x7c1ca6d0
memory_remove_break_instruction : 0x7c1ca6d8
memory_remove_break_instruction : 0x7c1ca6e0
memory_remove_break_instruction : 0x7c1ca6e8
memory_remove_break_instruction : 0x7c1ca734
memory_remove_break_instruction : 0x7c1ca73c
memory_remove_break_instruction : 0x7c1ca794
memory_remove_break_instruction : 0x7c1ca7e0
memory_remove_break_instruction : 0x7c1ca7e4
memory_remove_break_instruction : 0x7c1ca7ec
memory_remove_break_instruction : 0x7c1ca7f4
memory_remove_break_instruction : 0x7c1ca7fc
memory_remove_break_instruction : 0x7c1ca804
memory_remove_break_instruction : 0x7c1ca80c
memory_remove_break_instruction : 0x7c1ca81c
memory_remove_break_instruction : 0x7c1ca84c
memory_remove_break_instruction : 0x7c1ca854
memory_remove_break_instruction : 0x7c1ca878
memory_remove_break_instruction : 0x7c1ca87c
memory_remove_break_instruction : 0x7c1ca880
memory_remove_break_instruction : 0x7c1ca584
memory_remove_break_instruction : 0x7c1ca6c8
memory_remove_break_instruction : 0x7c1ca6c0
actions -> update ();
actions -> update () BEGUN
actions -> update () DoNE
code -> update ();
context -> update ();
stacktrace -> update ();
disassembler -> update ();
if( memorySurfer && memorySurfer -> windowObject ()) memorySurfer -> update ();
updateAll () DoNE
memory_insert_break_instruction : 0x7c1ca61c
memory_remove_break_instruction : 0x7c1ca61c
memory_insert_break_instruction : 0x7c1ca584
memory_insert_break_instruction : 0x7c1ca6c8
memory_insert_break_instruction : 0x7c1ca6c0
memory_insert_break_instruction : 0x7c1ca558
memory_insert_break_instruction : 0x7c1ca56c
memory_insert_break_instruction : 0x7c1ca574
memory_insert_break_instruction : 0x7c1ca57c
memory_insert_break_instruction : 0x7c1ca584
memory_insert_break_instruction : 0x7c1ca5cc
memory_insert_break_instruction : 0x7c1ca5f8
memory_insert_break_instruction : 0x7c1ca604
memory_insert_break_instruction : 0x7c1ca618
memory_insert_break_instruction : 0x7c1ca620
memory_insert_break_instruction : 0x7c1ca62c
memory_insert_break_instruction : 0x7c1ca638
memory_insert_break_instruction : 0x7c1ca684
memory_insert_break_instruction : 0x7c1ca68c
memory_insert_break_instruction : 0x7c1ca6b8
memory_insert_break_instruction : 0x7c1ca6c0
memory_insert_break_instruction : 0x7c1ca6c8
memory_insert_break_instruction : 0x7c1ca6d0
memory_insert_break_instruction : 0x7c1ca6d8
memory_insert_break_instruction : 0x7c1ca6e0
memory_insert_break_instruction : 0x7c1ca6e8
memory_insert_break_instruction : 0x7c1ca734
memory_insert_break_instruction : 0x7c1ca73c
memory_insert_break_instruction : 0x7c1ca794
memory_insert_break_instruction : 0x7c1ca7e0
memory_insert_break_instruction : 0x7c1ca7e4
memory_insert_break_instruction : 0x7c1ca7ec
memory_insert_break_instruction : 0x7c1ca7f4
memory_insert_break_instruction : 0x7c1ca7fc
memory_insert_break_instruction : 0x7c1ca804
memory_insert_break_instruction : 0x7c1ca80c
memory_insert_break_instruction : 0x7c1ca81c
memory_insert_break_instruction : 0x7c1ca84c
memory_insert_break_instruction : 0x7c1ca854
memory_insert_break_instruction : 0x7c1ca878
memory_insert_break_instruction : 0x7c1ca87c
memory_insert_break_instruction : 0x7c1ca880
actions -> update () BEGUN
actions -> update () DoNE
memory_remove_break_instruction : 0x7c1ca558
memory_remove_break_instruction : 0x7c1ca56c
memory_remove_break_instruction : 0x7c1ca574
memory_remove_break_instruction : 0x7c1ca57c
memory_remove_break_instruction : 0x7c1ca584
memory_remove_break_instruction : 0x7c1ca5cc
memory_remove_break_instruction : 0x7c1ca5f8
memory_remove_break_instruction : 0x7c1ca604
memory_remove_break_instruction : 0x7c1ca618
memory_remove_break_instruction : 0x7c1ca620
memory_remove_break_instruction : 0x7c1ca62c
memory_remove_break_instruction : 0x7c1ca638
memory_remove_break_instruction : 0x7c1ca684
memory_remove_break_instruction : 0x7c1ca68c
memory_remove_break_instruction : 0x7c1ca6b8
memory_remove_break_instruction : 0x7c1ca6c0
memory_remove_break_instruction : 0x7c1ca6c8
memory_remove_break_instruction : 0x7c1ca6d0
memory_remove_break_instruction : 0x7c1ca6d8
memory_remove_break_instruction : 0x7c1ca6e0
memory_remove_break_instruction : 0x7c1ca6e8
memory_remove_break_instruction : 0x7c1ca734
memory_remove_break_instruction : 0x7c1ca73c
memory_remove_break_instruction : 0x7c1ca794
memory_remove_break_instruction : 0x7c1ca7e0
memory_remove_break_instruction : 0x7c1ca7e4
memory_remove_break_instruction : 0x7c1ca7ec
memory_remove_break_instruction : 0x7c1ca7f4
memory_remove_break_instruction : 0x7c1ca7fc
memory_remove_break_instruction : 0x7c1ca804
memory_remove_break_instruction : 0x7c1ca80c
memory_remove_break_instruction : 0x7c1ca81c
memory_remove_break_instruction : 0x7c1ca84c
memory_remove_break_instruction : 0x7c1ca854
memory_remove_break_instruction : 0x7c1ca878
memory_remove_break_instruction : 0x7c1ca87c
memory_remove_break_instruction : 0x7c1ca880
memory_remove_break_instruction : 0x7c1ca584
memory_remove_break_instruction : 0x7c1ca6c8
memory_remove_break_instruction : 0x7c1ca6c0
actions -> update ();
actions -> update () BEGUN
actions -> update () DoNE
code -> update ();
context -> update ();
stacktrace -> update ();
disassembler -> update ();
if( memorySurfer && memorySurfer -> windowObject ()) memorySurfer -> update ();
updateAll () DoNE
memory_insert_break_instruction : 0x7c1ca624
memory_remove_break_instruction : 0x7c1ca624
memory_insert_break_instruction : 0x7c1ca584
memory_insert_break_instruction : 0x7c1ca6c8
memory_insert_break_instruction : 0x7c1ca6c0
memory_insert_break_instruction : 0x7c1ca558
memory_insert_break_instruction : 0x7c1ca56c
memory_insert_break_instruction : 0x7c1ca574
memory_insert_break_instruction : 0x7c1ca57c
memory_insert_break_instruction : 0x7c1ca584
memory_insert_break_instruction : 0x7c1ca5cc
memory_insert_break_instruction : 0x7c1ca5f8
memory_insert_break_instruction : 0x7c1ca604
memory_insert_break_instruction : 0x7c1ca618
memory_insert_break_instruction : 0x7c1ca620
memory_insert_break_instruction : 0x7c1ca62c
memory_insert_break_instruction : 0x7c1ca638
memory_insert_break_instruction : 0x7c1ca684
memory_insert_break_instruction : 0x7c1ca68c
memory_insert_break_instruction : 0x7c1ca6b8
memory_insert_break_instruction : 0x7c1ca6c0
memory_insert_break_instruction : 0x7c1ca6c8
memory_insert_break_instruction : 0x7c1ca6d0
memory_insert_break_instruction : 0x7c1ca6d8
memory_insert_break_instruction : 0x7c1ca6e0
memory_insert_break_instruction : 0x7c1ca6e8
memory_insert_break_instruction : 0x7c1ca734
memory_insert_break_instruction : 0x7c1ca73c
memory_insert_break_instruction : 0x7c1ca794
memory_insert_break_instruction : 0x7c1ca7e0
memory_insert_break_instruction : 0x7c1ca7e4
memory_insert_break_instruction : 0x7c1ca7ec
memory_insert_break_instruction : 0x7c1ca7f4
memory_insert_break_instruction : 0x7c1ca7fc
memory_insert_break_instruction : 0x7c1ca804
memory_insert_break_instruction : 0x7c1ca80c
memory_insert_break_instruction : 0x7c1ca81c
memory_insert_break_instruction : 0x7c1ca84c
memory_insert_break_instruction : 0x7c1ca854
memory_insert_break_instruction : 0x7c1ca878
memory_insert_break_instruction : 0x7c1ca87c
memory_insert_break_instruction : 0x7c1ca880
actions -> update () BEGUN
actions -> update () DoNE
memory_remove_break_instruction : 0x7c1ca558
memory_remove_break_instruction : 0x7c1ca56c
memory_remove_break_instruction : 0x7c1ca574
memory_remove_break_instruction : 0x7c1ca57c
memory_remove_break_instruction : 0x7c1ca584
memory_remove_break_instruction : 0x7c1ca5cc
memory_remove_break_instruction : 0x7c1ca5f8
memory_remove_break_instruction : 0x7c1ca604
memory_remove_break_instruction : 0x7c1ca618
memory_remove_break_instruction : 0x7c1ca620
memory_remove_break_instruction : 0x7c1ca62c
memory_remove_break_instruction : 0x7c1ca638
memory_remove_break_instruction : 0x7c1ca684
memory_remove_break_instruction : 0x7c1ca68c
memory_remove_break_instruction : 0x7c1ca6b8
memory_remove_break_instruction : 0x7c1ca6c0
memory_remove_break_instruction : 0x7c1ca6c8
memory_remove_break_instruction : 0x7c1ca6d0
memory_remove_break_instruction : 0x7c1ca6d8
memory_remove_break_instruction : 0x7c1ca6e0
memory_remove_break_instruction : 0x7c1ca6e8
memory_remove_break_instruction : 0x7c1ca734
memory_remove_break_instruction : 0x7c1ca73c
memory_remove_break_instruction : 0x7c1ca794
memory_remove_break_instruction : 0x7c1ca7e0
memory_remove_break_instruction : 0x7c1ca7e4
memory_remove_break_instruction : 0x7c1ca7ec
memory_remove_break_instruction : 0x7c1ca7f4
memory_remove_break_instruction : 0x7c1ca7fc
memory_remove_break_instruction : 0x7c1ca804
memory_remove_break_instruction : 0x7c1ca80c
memory_remove_break_instruction : 0x7c1ca81c
memory_remove_break_instruction : 0x7c1ca84c
memory_remove_break_instruction : 0x7c1ca854
memory_remove_break_instruction : 0x7c1ca878
memory_remove_break_instruction : 0x7c1ca87c
memory_remove_break_instruction : 0x7c1ca880
memory_remove_break_instruction : 0x7c1ca584
memory_remove_break_instruction : 0x7c1ca6c8
memory_remove_break_instruction : 0x7c1ca6c0
actions -> update ();
actions -> update () BEGUN
actions -> update () DoNE
code -> update ();
context -> update ();
stacktrace -> update ();
disassembler -> update ();
if( memorySurfer && memorySurfer -> windowObject ()) memorySurfer -> update ();
updateAll () DoNE
memory_insert_break_instruction : 0x7c1ca630
memory_remove_break_instruction : 0x7c1ca630
memory_insert_break_instruction : 0x7c1ca584
memory_insert_break_instruction : 0x7c1ca6c8
memory_insert_break_instruction : 0x7c1ca6c0
memory_insert_break_instruction : 0x7c1ca558
memory_insert_break_instruction : 0x7c1ca56c
memory_insert_break_instruction : 0x7c1ca574
memory_insert_break_instruction : 0x7c1ca57c
memory_insert_break_instruction : 0x7c1ca584
memory_insert_break_instruction : 0x7c1ca5cc
memory_insert_break_instruction : 0x7c1ca5f8
memory_insert_break_instruction : 0x7c1ca604
memory_insert_break_instruction : 0x7c1ca618
memory_insert_break_instruction : 0x7c1ca620
memory_insert_break_instruction : 0x7c1ca62c
memory_insert_break_instruction : 0x7c1ca638
memory_insert_break_instruction : 0x7c1ca684
memory_insert_break_instruction : 0x7c1ca68c
memory_insert_break_instruction : 0x7c1ca6b8
memory_insert_break_instruction : 0x7c1ca6c0
memory_insert_break_instruction : 0x7c1ca6c8
memory_insert_break_instruction : 0x7c1ca6d0
memory_insert_break_instruction : 0x7c1ca6d8
memory_insert_break_instruction : 0x7c1ca6e0
memory_insert_break_instruction : 0x7c1ca6e8
memory_insert_break_instruction : 0x7c1ca734
memory_insert_break_instruction : 0x7c1ca73c
memory_insert_break_instruction : 0x7c1ca794
memory_insert_break_instruction : 0x7c1ca7e0
memory_insert_break_instruction : 0x7c1ca7e4
memory_insert_break_instruction : 0x7c1ca7ec
memory_insert_break_instruction : 0x7c1ca7f4
memory_insert_break_instruction : 0x7c1ca7fc
memory_insert_break_instruction : 0x7c1ca804
memory_insert_break_instruction : 0x7c1ca80c
memory_insert_break_instruction : 0x7c1ca81c
memory_insert_break_instruction : 0x7c1ca84c
memory_insert_break_instruction : 0x7c1ca854
memory_insert_break_instruction : 0x7c1ca878
memory_insert_break_instruction : 0x7c1ca87c
memory_insert_break_instruction : 0x7c1ca880
actions -> update () BEGUN
actions -> update () DoNE
memory_remove_break_instruction : 0x7c1ca558
memory_remove_break_instruction : 0x7c1ca56c
memory_remove_break_instruction : 0x7c1ca574
memory_remove_break_instruction : 0x7c1ca57c
memory_remove_break_instruction : 0x7c1ca584
memory_remove_break_instruction : 0x7c1ca5cc
memory_remove_break_instruction : 0x7c1ca5f8
memory_remove_break_instruction : 0x7c1ca604
memory_remove_break_instruction : 0x7c1ca618
memory_remove_break_instruction : 0x7c1ca620
memory_remove_break_instruction : 0x7c1ca62c
memory_remove_break_instruction : 0x7c1ca638
memory_remove_break_instruction : 0x7c1ca684
memory_remove_break_instruction : 0x7c1ca68c
memory_remove_break_instruction : 0x7c1ca6b8
memory_remove_break_instruction : 0x7c1ca6c0
memory_remove_break_instruction : 0x7c1ca6c8
memory_remove_break_instruction : 0x7c1ca6d0
memory_remove_break_instruction : 0x7c1ca6d8
memory_remove_break_instruction : 0x7c1ca6e0
memory_remove_break_instruction : 0x7c1ca6e8
memory_remove_break_instruction : 0x7c1ca734
memory_remove_break_instruction : 0x7c1ca73c
memory_remove_break_instruction : 0x7c1ca794
memory_remove_break_instruction : 0x7c1ca7e0
memory_remove_break_instruction : 0x7c1ca7e4
memory_remove_break_instruction : 0x7c1ca7ec
memory_remove_break_instruction : 0x7c1ca7f4
memory_remove_break_instruction : 0x7c1ca7fc
memory_remove_break_instruction : 0x7c1ca804
memory_remove_break_instruction : 0x7c1ca80c
memory_remove_break_instruction : 0x7c1ca81c
memory_remove_break_instruction : 0x7c1ca84c
memory_remove_break_instruction : 0x7c1ca854
memory_remove_break_instruction : 0x7c1ca878
memory_remove_break_instruction : 0x7c1ca87c
memory_remove_break_instruction : 0x7c1ca880
memory_remove_break_instruction : 0x7c1ca584
memory_remove_break_instruction : 0x7c1ca6c8
memory_remove_break_instruction : 0x7c1ca6c0
actions -> update ();
actions -> update () BEGUN
actions -> update () DoNE
code -> update ();
context -> update ();
stacktrace -> update ();
disassembler -> update ();
if( memorySurfer && memorySurfer -> windowObject ()) memorySurfer -> update ();
updateAll () DoNE
memory_insert_break_instruction : 0x7c1ca63c
memory_remove_break_instruction : 0x7c1ca63c
memory_insert_break_instruction : 0x7c1ca584
memory_insert_break_instruction : 0x7c1ca6c8
memory_insert_break_instruction : 0x7c1ca6c0
memory_insert_break_instruction : 0x7c1ca558
memory_insert_break_instruction : 0x7c1ca56c
memory_insert_break_instruction : 0x7c1ca574
memory_insert_break_instruction : 0x7c1ca57c
memory_insert_break_instruction : 0x7c1ca584
memory_insert_break_instruction : 0x7c1ca5cc
memory_insert_break_instruction : 0x7c1ca5f8
memory_insert_break_instruction : 0x7c1ca604
memory_insert_break_instruction : 0x7c1ca618
memory_insert_break_instruction : 0x7c1ca620
memory_insert_break_instruction : 0x7c1ca62c
memory_insert_break_instruction : 0x7c1ca638
memory_insert_break_instruction : 0x7c1ca684
memory_insert_break_instruction : 0x7c1ca68c
memory_insert_break_instruction : 0x7c1ca6b8
memory_insert_break_instruction : 0x7c1ca6c0
memory_insert_break_instruction : 0x7c1ca6c8
memory_insert_break_instruction : 0x7c1ca6d0
memory_insert_break_instruction : 0x7c1ca6d8
memory_insert_break_instruction : 0x7c1ca6e0
memory_insert_break_instruction : 0x7c1ca6e8
memory_insert_break_instruction : 0x7c1ca734
memory_insert_break_instruction : 0x7c1ca73c
memory_insert_break_instruction : 0x7c1ca794
memory_insert_break_instruction : 0x7c1ca7e0
memory_insert_break_instruction : 0x7c1ca7e4
memory_insert_break_instruction : 0x7c1ca7ec
memory_insert_break_instruction : 0x7c1ca7f4
memory_insert_break_instruction : 0x7c1ca7fc
memory_insert_break_instruction : 0x7c1ca804
memory_insert_break_instruction : 0x7c1ca80c
memory_insert_break_instruction : 0x7c1ca81c
memory_insert_break_instruction : 0x7c1ca84c
memory_insert_break_instruction : 0x7c1ca854
memory_insert_break_instruction : 0x7c1ca878
memory_insert_break_instruction : 0x7c1ca87c
memory_insert_break_instruction : 0x7c1ca880
actions -> update () BEGUN
actions -> update () DoNE
memory_remove_break_instruction : 0x7c1ca558
memory_remove_break_instruction : 0x7c1ca56c
memory_remove_break_instruction : 0x7c1ca574
memory_remove_break_instruction : 0x7c1ca57c
memory_remove_break_instruction : 0x7c1ca584
memory_remove_break_instruction : 0x7c1ca5cc
memory_remove_break_instruction : 0x7c1ca5f8
memory_remove_break_instruction : 0x7c1ca604
memory_remove_break_instruction : 0x7c1ca618
memory_remove_break_instruction : 0x7c1ca620
memory_remove_break_instruction : 0x7c1ca62c
memory_remove_break_instruction : 0x7c1ca638
memory_remove_break_instruction : 0x7c1ca684
memory_remove_break_instruction : 0x7c1ca68c
memory_remove_break_instruction : 0x7c1ca6b8
memory_remove_break_instruction : 0x7c1ca6c0
memory_remove_break_instruction : 0x7c1ca6c8
memory_remove_break_instruction : 0x7c1ca6d0
memory_remove_break_instruction : 0x7c1ca6d8
memory_remove_break_instruction : 0x7c1ca6e0
memory_remove_break_instruction : 0x7c1ca6e8
memory_remove_break_instruction : 0x7c1ca734
memory_remove_break_instruction : 0x7c1ca73c
memory_remove_break_instruction : 0x7c1ca794
memory_remove_break_instruction : 0x7c1ca7e0
memory_remove_break_instruction : 0x7c1ca7e4
memory_remove_break_instruction : 0x7c1ca7ec
memory_remove_break_instruction : 0x7c1ca7f4
memory_remove_break_instruction : 0x7c1ca7fc
memory_remove_break_instruction : 0x7c1ca804
memory_remove_break_instruction : 0x7c1ca80c
memory_remove_break_instruction : 0x7c1ca81c
memory_remove_break_instruction : 0x7c1ca84c
memory_remove_break_instruction : 0x7c1ca854
memory_remove_break_instruction : 0x7c1ca878
memory_remove_break_instruction : 0x7c1ca87c
memory_remove_break_instruction : 0x7c1ca880
memory_remove_break_instruction : 0x7c1ca584
memory_remove_break_instruction : 0x7c1ca6c8
memory_remove_break_instruction : 0x7c1ca6c0
actions -> update ();
actions -> update () BEGUN
actions -> update () DoNE
code -> update ();
context -> update ();
stacktrace -> update ();
disassembler -> update ();
if( memorySurfer && memorySurfer -> windowObject ()) memorySurfer -> update ();
updateAll () DoNE
memory_insert_break_instruction : 0x7c1ca688
memory_remove_break_instruction : 0x7c1ca688
memory_insert_break_instruction : 0x7c1ca584
memory_insert_break_instruction : 0x7c1ca6c8
memory_insert_break_instruction : 0x7c1ca6c0
actions -> update () BEGUN
actions -> update () DoNE
memory_remove_break_instruction : 0x7c1ca584
memory_remove_break_instruction : 0x7c1ca6c8
memory_remove_break_instruction : 0x7c1ca6c0
actions -> update ();
actions -> update () BEGUN
actions -> update () DoNE
code -> update ();
context -> update ();
stacktrace -> update ();
disassembler -> update ();
if( memorySurfer && memorySurfer -> windowObject ()) memorySurfer -> update ();
updateAll () DoNE
memory_insert_break_instruction : 0x7c1ca6c4
memory_remove_break_instruction : 0x7c1ca6c4
memory_insert_break_instruction : 0x7c1ca584
memory_insert_break_instruction : 0x7c1ca6c8
memory_insert_break_instruction : 0x7c1ca6c0
actions -> update () BEGUN
actions -> update () DoNE
memory_remove_break_instruction : 0x7c1ca584
memory_remove_break_instruction : 0x7c1ca6c8
memory_remove_break_instruction : 0x7c1ca6c0
actions -> update ();
actions -> update () BEGUN
actions -> update () DoNE
code -> update ();
context -> update ();
stacktrace -> update ();
disassembler -> update ();
if( memorySurfer && memorySurfer -> windowObject ()) memorySurfer -> update ();
updateAll () DoNE
memory_insert_break_instruction : 0x7c1ca6cc
memory_remove_break_instruction : 0x7c1ca6cc
memory_insert_break_instruction : 0x7c1ca584
memory_insert_break_instruction : 0x7c1ca6c8
memory_insert_break_instruction : 0x7c1ca6c0
memory_insert_break_instruction : 0x7c1ca6e0
actions -> update () BEGUN
actions -> update () DoNE
memory_remove_break_instruction : 0x7c1ca584
memory_remove_break_instruction : 0x7c1ca6c8
memory_remove_break_instruction : 0x7c1ca6c0
memory_remove_break_instruction : 0x7c1ca6e0
actions -> update ();
actions -> update () BEGUN
actions -> update () DoNE
code -> update ();
context -> update ();
stacktrace -> update ();
disassembler -> update ();
if( memorySurfer && memorySurfer -> windowObject ()) memorySurfer -> update ();
updateAll () DoNE
memory_insert_break_instruction : 0x7c1ca6e4
memory_remove_break_instruction : 0x7c1ca6e4
memory_insert_break_instruction : 0x7c1ca584
memory_insert_break_instruction : 0x7c1ca6c8
memory_insert_break_instruction : 0x7c1ca6c0
memory_insert_break_instruction : 0x7c1ca6e0
memory_insert_break_instruction : 0x7c1ca7fc
actions -> update () BEGUN
actions -> update () DoNE
MSGTYPE_ADDTASK .
memory_remove_break_instruction : 0x7c1ca584
memory_remove_break_instruction : 0x7c1ca6c8
memory_remove_break_instruction : 0x7c1ca6c0
memory_remove_break_instruction : 0x7c1ca6e0
memory_remove_break_instruction : 0x7c1ca7fc
actions -> update ();
actions -> update () BEGUN
actions -> update () DoNE
code -> update ();
context -> update ();
stacktrace -> update ();
disassembler -> update ();
if( memorySurfer && memorySurfer -> windowObject ()) memorySurfer -> update ();
updateAll () DoNE
memory_insert_break_instruction : 0x7c1ca800
memory_remove_break_instruction : 0x7c1ca800
memory_insert_break_instruction : 0x7c1ca584
memory_insert_break_instruction : 0x7c1ca6c8
memory_insert_break_instruction : 0x7c1ca6c0
memory_insert_break_instruction : 0x7c1ca6e0
memory_insert_break_instruction : 0x7c1ca7fc
memory_insert_break_instruction : 0x7c1ca558
memory_insert_break_instruction : 0x7c1ca56c
memory_insert_break_instruction : 0x7c1ca574
memory_insert_break_instruction : 0x7c1ca57c
memory_insert_break_instruction : 0x7c1ca584
memory_insert_break_instruction : 0x7c1ca5cc
memory_insert_break_instruction : 0x7c1ca5f8
memory_insert_break_instruction : 0x7c1ca604
memory_insert_break_instruction : 0x7c1ca618
memory_insert_break_instruction : 0x7c1ca620
memory_insert_break_instruction : 0x7c1ca62c
memory_insert_break_instruction : 0x7c1ca638
memory_insert_break_instruction : 0x7c1ca684
memory_insert_break_instruction : 0x7c1ca68c
memory_insert_break_instruction : 0x7c1ca6b8
memory_insert_break_instruction : 0x7c1ca6c0
memory_insert_break_instruction : 0x7c1ca6c8
memory_insert_break_instruction : 0x7c1ca6d0
memory_insert_break_instruction : 0x7c1ca6d8
memory_insert_break_instruction : 0x7c1ca6e0
memory_insert_break_instruction : 0x7c1ca6e8
memory_insert_break_instruction : 0x7c1ca734
memory_insert_break_instruction : 0x7c1ca73c
memory_insert_break_instruction : 0x7c1ca794
memory_insert_break_instruction : 0x7c1ca7e0
memory_insert_break_instruction : 0x7c1ca7e4
memory_insert_break_instruction : 0x7c1ca7ec
memory_insert_break_instruction : 0x7c1ca7f4
memory_insert_break_instruction : 0x7c1ca7fc
memory_insert_break_instruction : 0x7c1ca804
memory_insert_break_instruction : 0x7c1ca80c
memory_insert_break_instruction : 0x7c1ca81c
memory_insert_break_instruction : 0x7c1ca84c
memory_insert_break_instruction : 0x7c1ca854
memory_insert_break_instruction : 0x7c1ca878
memory_insert_break_instruction : 0x7c1ca87c
memory_insert_break_instruction : 0x7c1ca880
actions -> update () BEGUN
actions -> update () DoNE
memory_remove_break_instruction : 0x7c1ca558
memory_remove_break_instruction : 0x7c1ca56c
memory_remove_break_instruction : 0x7c1ca574
memory_remove_break_instruction : 0x7c1ca57c
memory_remove_break_instruction : 0x7c1ca584
memory_remove_break_instruction : 0x7c1ca5cc
memory_remove_break_instruction : 0x7c1ca5f8
memory_remove_break_instruction : 0x7c1ca604
memory_remove_break_instruction : 0x7c1ca618
memory_remove_break_instruction : 0x7c1ca620
memory_remove_break_instruction : 0x7c1ca62c
memory_remove_break_instruction : 0x7c1ca638
memory_remove_break_instruction : 0x7c1ca684
memory_remove_break_instruction : 0x7c1ca68c
memory_remove_break_instruction : 0x7c1ca6b8
memory_remove_break_instruction : 0x7c1ca6c0
memory_remove_break_instruction : 0x7c1ca6c8
memory_remove_break_instruction : 0x7c1ca6d0
memory_remove_break_instruction : 0x7c1ca6d8
memory_remove_break_instruction : 0x7c1ca6e0
memory_remove_break_instruction : 0x7c1ca6e8
memory_remove_break_instruction : 0x7c1ca734
memory_remove_break_instruction : 0x7c1ca73c
memory_remove_break_instruction : 0x7c1ca794
memory_remove_break_instruction : 0x7c1ca7e0
memory_remove_break_instruction : 0x7c1ca7e4
memory_remove_break_instruction : 0x7c1ca7ec
memory_remove_break_instruction : 0x7c1ca7f4
memory_remove_break_instruction : 0x7c1ca7fc
memory_remove_break_instruction : 0x7c1ca804
memory_remove_break_instruction : 0x7c1ca80c
memory_remove_break_instruction : 0x7c1ca81c
memory_remove_break_instruction : 0x7c1ca84c
memory_remove_break_instruction : 0x7c1ca854
memory_remove_break_instruction : 0x7c1ca878
memory_remove_break_instruction : 0x7c1ca87c
memory_remove_break_instruction : 0x7c1ca880
memory_remove_break_instruction : 0x7c1ca584
memory_remove_break_instruction : 0x7c1ca6c8
memory_remove_break_instruction : 0x7c1ca6c0
memory_remove_break_instruction : 0x7c1ca6e0
memory_remove_break_instruction : 0x7c1ca7fc
actions -> update ();
actions -> update () BEGUN
actions -> update () DoNE
code -> update ();
context -> update ();
stacktrace -> update ();
disassembler -> update ();
if( memorySurfer && memorySurfer -> windowObject ()) memorySurfer -> update ();
updateAll () DoNE
memory_insert_break_instruction : 0x7c1ca808
memory_remove_break_instruction : 0x7c1ca808
memory_insert_break_instruction : 0x7c1ca584
memory_insert_break_instruction : 0x7c1ca6c8
memory_insert_break_instruction : 0x7c1ca6c0
memory_insert_break_instruction : 0x7c1ca6e0
memory_insert_break_instruction : 0x7c1ca7fc
actions -> update () BEGUN
actions -> update () DoNE
memory_remove_break_instruction : 0x7c1ca584
memory_remove_break_instruction : 0x7c1ca6c8
memory_remove_break_instruction : 0x7c1ca6c0
memory_remove_break_instruction : 0x7c1ca6e0
memory_remove_break_instruction : 0x7c1ca7fc
actions -> update ();
actions -> update () BEGUN
actions -> update () DoNE
code -> update ();
context -> update ();
stacktrace -> update ();
disassembler -> update ();
if( memorySurfer && memorySurfer -> windowObject ()) memorySurfer -> update ();
updateAll () DoNE
Currently Active Users Viewing This Thread:
1
(
0 members
and 1 Anonymous Users
)