Login
Username:

Password:

Remember me



Lost Password?

Register now!

Sections

Who's Online
83 user(s) are online (48 user(s) are browsing Forums)

Members: 4
Guests: 79

flash, sailor, salass00, ddni, more...

Headlines

 
  Register To Post  

(1) 2 3 4 5 »
SpotLess tests need it to find out one bug
Home away from home
Home away from home


See User information
@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!

Join us to improve dopus5!
AmigaOS4 on youtube
Go to top
Re: SpotLess tests need it to find out one bug
Site Builder
Site Builder


See User information
@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

Follow me on
Ko-fi, Twitter, YouTube, Twitch
Go to top
Re: SpotLess tests need it to find out one bug
Home away from home
Home away from home


See User information
@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).

Join us to improve dopus5!
AmigaOS4 on youtube
Go to top
Re: SpotLess tests need it to find out one bug
Site Builder
Site Builder


See User information
I run the test 3-4 times and unfortunately I couldn't get more info at the serial port. Always the same results.

Follow me on
Ko-fi, Twitter, YouTube, Twitch
Go to top
Re: SpotLess tests need it to find out one bug
Just can't stay away
Just can't stay away


See User information
@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>

Go to top
Re: SpotLess tests need it to find out one bug
Home away from home
Home away from home


See User information
@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
Join us to improve dopus5!
AmigaOS4 on youtube
Go to top
Re: SpotLess tests need it to find out one bug
Just can't stay away
Just can't stay away


See User information
@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?

Go to top
Re: SpotLess tests need it to find out one bug
Just can't stay away
Just can't stay away


See User information
@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?

Go to top
Re: SpotLess tests need it to find out one bug
Site Builder
Site Builder


See User information
@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.

Follow me on
Ko-fi, Twitter, YouTube, Twitch
Go to top
Re: SpotLess tests need it to find out one bug
Home away from home
Home away from home


See User information
@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.

Join us to improve dopus5!
AmigaOS4 on youtube
Go to top
Re: SpotLess tests need it to find out one bug
Just can't stay away
Just can't stay away


See User information
@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.

Go to top
Re: SpotLess tests need it to find out one bug
Just can't stay away
Just can't stay away


See User information
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.

Go to top
Re: SpotLess tests need it to find out one bug
Home away from home
Home away from home


See User information
@alfkil
Quote:

Fresh version updloaded (same link)


By this-same link says that you delete it :)

Join us to improve dopus5!
AmigaOS4 on youtube
Go to top
Re: SpotLess tests need it to find out one bug
Just can't stay away
Just can't stay away


See User information
@kas1e

New link

Go to top
Re: SpotLess tests need it to find out one bug
Just can't stay away
Just can't stay away


See User information
My X5000 died again.

Go to top
Re: SpotLess tests need it to find out one bug
Amigans Defender
Amigans Defender


See User information
what happens??

i'm really tired...
Go to top
Re: SpotLess tests need it to find out one bug
Just can't stay away
Just can't stay away


See User information
@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.

Go to top
Re: SpotLess tests need it to find out one bug
Just can't stay away
Just can't stay away


See User information
Any news on the latest version?

Go to top
Re: SpotLess tests need it to find out one bug
Home away from home
Home away from home


See User information
@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 ?

Join us to improve dopus5!
AmigaOS4 on youtube
Go to top
Re: SpotLess tests need it to find out one bug
Just can't stay away
Just can't stay away


See User information
@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

Go to top

  Register To Post
(1) 2 3 4 5 »

 




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




Powered by XOOPS 2.0 © 2001-2023 The XOOPS Project