Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tcf-dev] Overview needed

Hi!

Thank you for your answers Christophe and Martin and sorry that my answer comes with such long delay!

I build my little test-program now with the Microsoft Visual C++ toolchain which works so far. Now I am able to debug C code but there are still some issues: The breakpoints are still not found and the program stops somewhere inside the ntdll.dll before the code jumps to my actual main file. As I step through the code and call e.g. printf() Eclipse does not step over the function but instead starts to debug inside MSVCR100.dll - which is not really what I want. :D

I send you a screenshot and the TCF log in case you want to take a look at it. 

The version of my dbghelp.dll file is v6.1 which should be okay I think.

As I debug the agent I see that the line gets resolved correctly. ModuleName is NULL but the function is called by setting this parameter NULL. I don't understand what causes this error.

Best regards,
Stefan

-----Original Message-----
From: tcf-dev-bounces@xxxxxxxxxxx [mailto:tcf-dev-bounces@xxxxxxxxxxx] On Behalf Of Oberhuber, Martin
Sent: Friday, December 06, 2013 4:21 PM
To: TCF Development
Subject: Re: [tcf-dev] Overview needed

Hello Stefan,

I assume that what you're trying to do is compile a local (native) debug agent with TCF, and then start replacing services until that debugger talks to your remote server/controller instead of the local host. This sounds like a reasonable approach ("top-down approach").

Have you seen the "TCF Agent Porting Guide", it should help you get more understanding on this task:
http://git.eclipse.org/c/tcf/org.eclipse.tcf.git/plain/docs/TCF%20Agent%20Porting%20Guide.html

Note that for debugging the PE format on Windows, you need an updated DBGHELP.DLL installed as per the porting guide.
Also note that in case you want to debug your agent, you might want to build it with Visual Studio (unless you like gdb).
http://git.eclipse.org/c/tcf/org.eclipse.tcf.git/plain/docs/TCF%20Getting%20Started.html

I'll separately answer your other question regarding the daytime example.
I still think this "bottom-up approach" is also valuable for you.
So you approach your goals from 2 ends.

Thanks,
Martin
--
Martin Oberhuber, SMTS / Product Architect - Development Tools, Wind River
direct +43.662.457915.85  fax +43.662.457915.6


-----Original Message-----
From: tcf-dev-bounces@xxxxxxxxxxx [mailto:tcf-dev-bounces@xxxxxxxxxxx] On Behalf Of Christophe Augier
Sent: Friday, December 06, 2013 3:56 PM
To: tcf-dev@xxxxxxxxxxx
Subject: Re: [tcf-dev] Overview needed

Hi Stefan,

you won't be able to debug this file using the current implementation of TCF because the file you generated using MinGW is in the PE file format but the debug information are in DWARF. As far as I know this is not supported by TCF right now, only by GDB.

Do you confirm Eugene?

I suggest you build a new .exe file using Visual Studio which will generate a PE file with MS debug format or that you switch to a Linux host (ELF + DWARF).

Cheers,

- Christophe



On 12/6/2013 1:37 PM, Stefan.Falk@xxxxxxxxxxxx wrote:
> I think I am lost a little bit here. As I wasn't able to get the daytime from the daytime example I tried to debug a simple C program using the TCF. Debugging works so far, but the TCF agent does not seem to contain any symbol information. I compile the test program with MinGW.
>
> You might want to take a look at my SO question: 
> http://stackoverflow.com/questions/20422492/tcf-debug-unresolved-sourc
> e-line-information
>
> My compiled object file is pe-i386 typed so I don't think this could be the problem here but what does the agent miss here?
>
>
> But besides that.. what I am trying to do is create an agent that communicates between Eclipse and a server. The server will offer functionality for a µController device such as runUntil(breakpoint) etc. and the agent will "only" have to receive this information, look up the correct line number which is mapped to the address where the device stopped and pass this information to eclipse such that this debug-stop can be visualized.
>
> At the moment I am sure that I will have to implement that mapping part on my own since the agent does not support the debug information being generated by SDCC. This and the actual part where the agent and my server exchange their data would have to be modified/written. The rest could stay as it is if I understood the agents purpose correctly.
>
>
> Would anyone be so kind helping me on my first issue und maybe give me a push into the right direction?
>
> _______________________________________________
> tcf-dev mailing list
> tcf-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/tcf-dev
>
_______________________________________________
tcf-dev mailing list
tcf-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tcf-dev
_______________________________________________
tcf-dev mailing list
tcf-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tcf-dev

Attachment: Capture.PNG
Description: Capture.PNG

759.156 Inp: R 5575 {Format:"Symbol not found",Time:1386831759156,Code:22} null
759.156 Out: C 5576 Symbols findByAddr "P4996" 2009755857
759.156 Inp: R 5576 {Format:"Symbol not found",Time:1386831759156,Code:22} null
759.156 Out: C 5577 Symbols findByAddr "P4996" 2009755858
759.156 Inp: R 5577 {Format:"Symbol not found",Time:1386831759156,Code:22} null
759.156 Out: C 5578 Symbols findByAddr "P4996" 2009755859
759.156 Inp: R 5578 {Format:"Symbol not found",Time:1386831759156,Code:22} null
759.157 Out: C 5579 Symbols findByAddr "P4996" 2009755860
759.157 Inp: R 5579 {Format:"Symbol not found",Time:1386831759157,Code:22} null
759.157 Out: C 5580 Symbols findByAddr "P4996" 2009755861
759.157 Inp: R 5580 {Format:"Symbol not found",Time:1386831759157,Code:22} null
759.157 Out: C 5581 Symbols findByAddr "P4996" 2009755862
759.157 Inp: R 5581 {Format:"Symbol not found",Time:1386831759157,Code:22} null
759.157 Out: C 5582 Symbols findByAddr "P4996" 2009755863
759.157 Inp: R 5582 {Format:"Symbol not found",Time:1386831759157,Code:22} null
759.158 Out: C 5583 Symbols findByAddr "P4996" 2009755864
759.158 Inp: R 5583 {Format:"Symbol not found",Time:1386831759158,Code:22} null
759.158 Out: C 5584 Symbols findByAddr "P4996" 2009755865
759.158 Inp: R 5584 {Format:"Symbol not found",Time:1386831759158,Code:22} null
759.158 Out: C 5585 Symbols findByAddr "P4996" 2009755866
759.158 Inp: R 5585 {Format:"Symbol not found",Time:1386831759158,Code:22} null
759.158 Out: C 5586 Symbols findByAddr "P4996" 2009755867
759.158 Inp: R 5586 {Format:"Symbol not found",Time:1386831759158,Code:22} null
759.158 Out: C 5587 Symbols findByAddr "P4996" 2009755868
759.159 Inp: R 5587 {Format:"Symbol not found",Time:1386831759159,Code:22} null
759.159 Out: C 5588 Symbols findByAddr "P4996" 2009755869
759.159 Inp: R 5588 {Format:"Symbol not found",Time:1386831759159,Code:22} null
759.159 Out: C 5589 Symbols findByAddr "P4996" 2009755870
759.159 Inp: R 5589 {Format:"Symbol not found",Time:1386831759159,Code:22} null
759.159 Out: C 5590 Symbols findByAddr "P4996" 2009755871
759.159 Inp: R 5590 {Format:"Symbol not found",Time:1386831759159,Code:22} null
759.159 Out: C 5591 Symbols findByAddr "P4996" 2009755872
759.160 Inp: R 5591 {Format:"Symbol not found",Time:1386831759159,Code:22} null
759.160 Out: C 5592 Symbols findByAddr "P4996" 2009755873
759.160 Inp: R 5592 {Format:"Symbol not found",Time:1386831759160,Code:22} null
759.160 Out: C 5593 Symbols findByAddr "P4996" 2009755874
759.160 Inp: R 5593 {Format:"Symbol not found",Time:1386831759160,Code:22} null
759.160 Out: C 5594 Symbols findByAddr "P4996" 2009755875
759.160 Inp: R 5594 {Format:"Symbol not found",Time:1386831759160,Code:22} null
759.160 Out: C 5595 Symbols findByAddr "P4996" 2009755876
759.161 Inp: R 5595 {Format:"Symbol not found",Time:1386831759160,Code:22} null
759.161 Out: C 5596 Symbols findByAddr "P4996" 2009755877
759.161 Inp: R 5596 {Format:"Symbol not found",Time:1386831759161,Code:22} null
759.161 Out: C 5597 Symbols findByAddr "P4996" 2009755878
759.161 Inp: R 5597 {Format:"Symbol not found",Time:1386831759161,Code:22} null
759.162 Out: C 5598 Symbols findByAddr "P4996" 2009755879
759.162 Inp: R 5598 {Format:"Symbol not found",Time:1386831759162,Code:22} null
759.162 Out: C 5599 Symbols findByAddr "P4996" 2009755880
759.162 Inp: R 5599 {Format:"Symbol not found",Time:1386831759162,Code:22} null
759.162 Out: C 5600 Symbols findByAddr "P4996" 2009755881
759.163 Inp: R 5600 {Format:"Symbol not found",Time:1386831759162,Code:22} null
759.163 Out: C 5601 Symbols findByAddr "P4996" 2009755882
759.163 Inp: R 5601 {Format:"Symbol not found",Time:1386831759163,Code:22} null
759.163 Out: C 5602 Symbols findByAddr "P4996" 2009755883
759.163 Inp: R 5602 {Format:"Symbol not found",Time:1386831759163,Code:22} null
759.164 Out: C 5603 Symbols findByAddr "P4996" 2009755884
759.164 Inp: R 5603 {Format:"Symbol not found",Time:1386831759164,Code:22} null
759.164 Out: C 5604 Symbols findByAddr "P4996" 2009755885
759.164 Inp: R 5604 {Format:"Symbol not found",Time:1386831759164,Code:22} null
759.164 Out: C 5605 Symbols findByAddr "P4996" 2009755886
759.165 Inp: R 5605 {Format:"Symbol not found",Time:1386831759165,Code:22} null
759.165 Out: C 5606 Symbols findByAddr "P4996" 2009755887
759.165 Inp: R 5606 {Format:"Symbol not found",Time:1386831759165,Code:22} null
759.165 Out: C 5607 Symbols findByAddr "P4996" 2009755888
759.165 Inp: R 5607 {Format:"Symbol not found",Time:1386831759165,Code:22} null
759.166 Out: C 5608 Symbols findByAddr "P4996" 2009755889
759.166 Inp: R 5608 {Format:"Symbol not found",Time:1386831759166,Code:22} null
759.166 Out: C 5609 Symbols findByAddr "P4996" 2009755890
759.166 Inp: R 5609 {Format:"Symbol not found",Time:1386831759166,Code:22} null
759.166 Out: C 5610 Symbols findByAddr "P4996" 2009755891
759.167 Inp: R 5610 {Format:"Symbol not found",Time:1386831759167,Code:22} null
759.167 Out: C 5611 Symbols findByAddr "P4996" 2009755892
759.167 Inp: R 5611 {Format:"Symbol not found",Time:1386831759167,Code:22} null
759.167 Out: C 5612 Symbols findByAddr "P4996" 2009755893
759.167 Inp: R 5612 {Format:"Symbol not found",Time:1386831759167,Code:22} null
759.168 Out: C 5613 Symbols findByAddr "P4996" 2009755894
759.168 Inp: R 5613 {Format:"Symbol not found",Time:1386831759168,Code:22} null
759.168 Out: C 5614 Symbols findByAddr "P4996" 2009755895
759.168 Inp: R 5614 {Format:"Symbol not found",Time:1386831759168,Code:22} null
759.168 Out: C 5615 Symbols findByAddr "P4996" 2009755896
759.169 Inp: R 5615 {Format:"Symbol not found",Time:1386831759169,Code:22} null
759.169 Out: C 5616 Symbols findByAddr "P4996" 2009755897
759.169 Inp: R 5616 {Format:"Symbol not found",Time:1386831759169,Code:22} null
759.169 Out: C 5617 Symbols findByAddr "P4996" 2009755898
759.170 Inp: R 5617 {Format:"Symbol not found",Time:1386831759169,Code:22} null
759.170 Out: C 5618 Symbols findByAddr "P4996" 2009755899
759.170 Inp: R 5618 {Format:"Symbol not found",Time:1386831759170,Code:22} null
759.170 Out: C 5619 Symbols findByAddr "P4996" 2009755900
759.170 Inp: R 5619 {Format:"Symbol not found",Time:1386831759170,Code:22} null
759.170 Out: C 5620 Symbols findByAddr "P4996" 2009755901
759.171 Inp: R 5620 {Format:"Symbol not found",Time:1386831759171,Code:22} null
759.171 Out: C 5621 Symbols findByAddr "P4996" 2009755902
759.171 Inp: R 5621 {Format:"Symbol not found",Time:1386831759171,Code:22} null
759.171 Out: C 5622 Symbols findByAddr "P4996" 2009755903
759.171 Inp: R 5622 {Format:"Symbol not found",Time:1386831759171,Code:22} null
759.171 Out: C 5623 LineNumbers mapToSource "P4996" 2009755824 2009755904
759.172 Inp: R 5623 null null
759.172 Out: C 5624 Memory get "P4996" 2009755824 1 80 0
759.172 Inp: R 5624 (80) null null
760.647 Out: C 5625 RunControl resume "P4996.7320" 3 1
760.647 Inp: E RunControl contextResumed "P4996.7320"
760.647 Inp: R 5625 null
760.648 Inp: E RunControl contextSuspended "P4996.7320" 2009755836 "Step" {}
760.649 Out: C 5626 StackTrace getChildrenRange "P4996.7320" 0 10
760.650 Inp: R 5626 null ["FP0.P4996.7320"]
760.675 Out: C 5627 StackTrace getContext ["FP0.P4996.7320"]
760.675 Inp: R 5627 [{TopFrame:true,Index:0,IP:2009755836,ID:"FP0.P4996.7320",Level:0,ProcessID:"P4996",ParentID:"P4996.7320"}] null
760.675 Out: C 5628 LineNumbers mapToSource "P4996" 2009755836 2009755837
760.676 Inp: R 5628 null null
760.694 Out: C 5629 Symbols findByAddr "P4996" 2009755836
760.694 Inp: R 5629 {Format:"Symbol not found",Time:1386831760694,Code:22} null
761.047 Out: C 5630 RunControl resume "P4996.7320" 3 1
761.047 Inp: E RunControl contextResumed "P4996.7320"
761.048 Inp: R 5630 null
761.048 Inp: E RunControl contextSuspended "P4996.7320" 2009755840 "Step" {}
761.050 Out: C 5631 StackTrace getChildrenRange "P4996.7320" 0 10
761.050 Inp: R 5631 null ["FP0.P4996.7320"]
761.075 Out: C 5632 StackTrace getContext ["FP0.P4996.7320"]
761.075 Inp: R 5632 [{TopFrame:true,Index:0,IP:2009755840,ID:"FP0.P4996.7320",Level:0,ProcessID:"P4996",ParentID:"P4996.7320"}] null
761.075 Out: C 5633 LineNumbers mapToSource "P4996" 2009755840 2009755841
761.075 Inp: R 5633 null null
761.091 Out: C 5634 Symbols findByAddr "P4996" 2009755840
761.092 Inp: R 5634 {Format:"Symbol not found",Time:1386831761092,Code:22} null
761.431 Out: C 5635 RunControl resume "P4996.7320" 3 1
761.431 Inp: E RunControl contextResumed "P4996.7320"
761.431 Inp: R 5635 null
761.432 Inp: E RunControl contextSuspended "P4996.7320" 2009872307 "Step" {}
761.433 Out: C 5636 StackTrace getChildrenRange "P4996.7320" 0 10
761.433 Inp: R 5636 null ["FP0.P4996.7320"]
761.442 Out: C 5637 Disassembly disassemble "P4996" 2009872307 72 {}
761.444 Inp: R 5637 null [{Address:2009872304,Instruction:[{Text:".byte 0x90",Type:"String"}],Size:1},{Address:2009872305,Instruction:[{Text:".byte 0x90",Type:"String"}],Size:1},{Address:2009872306,Instruction:[{Text:".byte 0x90",Type:"String"}],Size:1},{Address:2009872307,Instruction:[{Text:".byte 0x8b",Type:"String"}],Size:1},{Address:2009872308,Instruction:[{Text:".byte 0xff",Type:"String"}],Size:1},{Address:2009872309,Instruction:[{Text:".byte 0x55",Type:"String"}],Size:1},{Address:2009872310,Instruction:[{Text:".byte 0x8b",Type:"String"}],Size:1},{Address:2009872311,Instruction:[{Text:".byte 0xec",Type:"String"}],Size:1},{Address:2009872312,Instruction:[{Text:".byte 0x51",Type:"String"}],Size:1},{Address:2009872313,Instruction:[{Text:".byte 0x51",Type:"String"}],Size:1},{Address:2009872314,Instruction:[{Text:".byte 0x8d",Type:"String"}],Size:1},{Address:2009872315,Instruction:[{Text:".byte 0x45",Type:"String"}],Size:1},{Address:2009872316,Instruction:[{Text:".byte 0xf8",Type:"String"}],Size:1},{Address:2009872317,Instruction:[{Text:".byte 0x50",Type:"String"}],Size:1},{Address:2009872318,Instruction:[{Text:".byte 0xe8",Type:"String"}],Size:1},{Address:2009872319,Instruction:[{Text:".byte 0x49",Type:"String"}],Size:1},{Address:2009872320,Instruction:[{Text:".byte 0xff",Type:"String"}],Size:1},{Address:2009872321,Instruction:[{Text:".byte 0xff",Type:"String"}],Size:1},{Address:2009872322,Instruction:[{Text:".byte 0xff",Type:"String"}],Size:1},{Address:2009872323,Instruction:[{Text:".byte 0xff",Type:"String"}],Size:1},{Address:2009872324,Instruction:[{Text:".byte 0x75",Type:"String"}],Size:1},{Address:2009872325,Instruction:[{Text:".byte 0x0c",Type:"String"}],Size:1},{Address:2009872326,Instruction:[{Text:".byte 0xff",Type:"String"}],Size:1},{Address:2009872327,Instruction:[{Text:".byte 0x75",Type:"String"}],Size:1},{Address:2009872328,Instruction:[{Text:".byte 0x08",Type:"String"}],Size:1},{Address:2009872329,Instruction:[{Text:".byte 0xe8",Type:"String"}],Size:1},{Address:2009872330,Instruction:[{Text:".byte 0x06",Type:"String"}],Size:1},{Address:2009872331,Instruction:[{Text:".byte 0x00",Type:"String"}],Size:1},{Address:2009872332,Instruction:[{Text:".byte 0x00",Type:"String"}],Size:1},{Address:2009872333,Instruction:[{Text:".byte 0x00",Type:"String"}],Size:1},{Address:2009872334,Instruction:[{Text:".byte 0xcc",Type:"String"}],Size:1},{Address:2009872335,Instruction:[{Text:".byte 0x90",Type:"String"}],Size:1},{Address:2009872336,Instruction:[{Text:".byte 0x90",Type:"String"}],Size:1},{Address:2009872337,Instruction:[{Text:".byte 0x90",Type:"String"}],Size:1},{Address:2009872338,Instruction:[{Text:".byte 0x90",Type:"String"}],Size:1},{Address:2009872339,Instruction:[{Text:".byte 0x90",Type:"String"}],Size:1},{Address:2009872340,Instruction:[{Text:".byte 0x6a",Type:"String"}],Size:1},{Address:2009872341,Instruction:[{Text:".byte 0x14",Type:"String"}],Size:1},{Address:2009872342,Instruction:[{Text:".byte 0x68",Type:"String"}],Size:1},{Address:2009872343,Instruction:[{Text:".byte 0x88",Type:"String"}],Size:1},{Address:2009872344,Instruction:[{Text:".byte 0x12",Type:"String"}],Size:1},{Address:2009872345,Instruction:[{Text:".byte 0xcb",Type:"String"}],Size:1},{Address:2009872346,Instruction:[{Text:".byte 0x77",Type:"String"}],Size:1},{Address:2009872347,Instruction:[{Text:".byte 0xe8",Type:"String"}],Size:1},{Address:2009872348,Instruction:[{Text:".byte 0x3c",Type:"String"}],Size:1},{Address:2009872349,Instruction:[{Text:".byte 0xf4",Type:"String"}],Size:1},{Address:2009872350,Instruction:[{Text:".byte 0xfe",Type:"String"}],Size:1},{Address:2009872351,Instruction:[{Text:".byte 0xff",Type:"String"}],Size:1},{Address:2009872352,Instruction:[{Text:".byte 0x83",Type:"String"}],Size:1},{Address:2009872353,Instruction:[{Text:".byte 0x65",Type:"String"}],Size:1},{Address:2009872354,Instruction:[{Text:".byte 0xfc",Type:"String"}],Size:1},{Address:2009872355,Instruction:[{Text:".byte 0x00",Type:"String"}],Size:1},{Address:2009872356,Instruction:[{Text:".byte 0xa1",Type:"String"}],Size:1},{Address:2009872357,Instruction:[{Text:".byte 0xf4",Type:"String"}],Size:1},{Address:2009872358,Instruction:[{Text:".byte 0x71",Type:"String"}],Size:1},{Address:2009872359,Instruction:[{Text:".byte 0xd3",Type:"String"}],Size:1},{Address:2009872360,Instruction:[{Text:".byte 0x77",Type:"String"}],Size:1},{Address:2009872361,Instruction:[{Text:".byte 0xff",Type:"String"}],Size:1},{Address:2009872362,Instruction:[{Text:".byte 0x75",Type:"String"}],Size:1},{Address:2009872363,Instruction:[{Text:".byte 0x0c",Type:"String"}],Size:1},{Address:2009872364,Instruction:[{Text:".byte 0x85",Type:"String"}],Size:1},{Address:2009872365,Instruction:[{Text:".byte 0xc0",Type:"String"}],Size:1},{Address:2009872366,Instruction:[{Text:".byte 0x0f",Type:"String"}],Size:1},{Address:2009872367,Instruction:[{Text:".byte 0x84",Type:"String"}],Size:1},{Address:2009872368,Instruction:[{Text:".byte 0x83",Type:"String"}],Size:1},{Address:2009872369,Instruction:[{Text:".byte 0x26",Type:"String"}],Size:1},{Address:2009872370,Instruction:[{Text:".byte 0xfa",Type:"String"}],Size:1},{Address:2009872371,Instruction:[{Text:".byte 0xff",Type:"String"}],Size:1},{Address:2009872372,Instruction:[{Text:".byte 0x8b",Type:"String"}],Size:1},{Address:2009872373,Instruction:[{Text:".byte 0x55",Type:"String"}],Size:1},{Address:2009872374,Instruction:[{Text:".byte 0x08",Type:"String"}],Size:1},{Address:2009872375,Instruction:[{Text:".byte 0x33",Type:"String"}],Size:1},{Address:2009872376,Instruction:[{Text:".byte 0xc9",Type:"String"}],Size:1},{Address:2009872377,Instruction:[{Text:".byte 0xff",Type:"String"}],Size:1},{Address:2009872378,Instruction:[{Text:".byte 0xd0",Type:"String"}],Size:1}]
761.445 Out: C 5638 Symbols findByAddr "P4996" 2009872304
761.445 Inp: R 5638 {Format:"Symbol not found",Time:1386831761445,Code:22} null
761.446 Out: C 5639 Symbols findByAddr "P4996" 2009872305
761.446 Inp: R 5639 {Format:"Symbol not found",Time:1386831761446,Code:22} null
761.446 Out: C 5640 Symbols findByAddr "P4996" 2009872306
761.446 Inp: R 5640 {Format:"Symbol not found",Time:1386831761446,Code:22} null
761.447 Out: C 5641 Symbols findByAddr "P4996" 2009872307
761.447 Out: C 5642 StackTrace getContext ["FP0.P4996.7320"]
761.447 Inp: R 5641 {Format:"Symbol not found",Time:1386831761447,Code:22} null
761.448 Out: C 5643 Symbols findByAddr "P4996" 2009872308
761.448 Inp: R 5642 [{TopFrame:true,Index:0,IP:2009872307,ID:"FP0.P4996.7320",Level:0,ProcessID:"P4996",ParentID:"P4996.7320"}] null
761.448 Out: C 5644 LineNumbers mapToSource "P4996" 2009872307 2009872308
761.448 Inp: R 5643 {Format:"Symbol not found",Time:1386831761448,Code:22} null
761.448 Out: C 5645 Symbols findByAddr "P4996" 2009872309
761.449 Inp: R 5644 null null
761.449 Inp: R 5645 {Format:"Symbol not found",Time:1386831761449,Code:22} null
761.449 Out: C 5646 Symbols findByAddr "P4996" 2009872310
761.449 Inp: R 5646 {Format:"Symbol not found",Time:1386831761449,Code:22} null
761.450 Out: C 5647 Symbols findByAddr "P4996" 2009872311
761.450 Inp: R 5647 {Format:"Symbol not found",Time:1386831761450,Code:22} null
761.450 Out: C 5648 Symbols findByAddr "P4996" 2009872312
761.450 Inp: R 5648 {Format:"Symbol not found",Time:1386831761450,Code:22} null
761.450 Out: C 5649 Symbols findByAddr "P4996" 2009872313
761.451 Inp: R 5649 {Format:"Symbol not found",Time:1386831761450,Code:22} null
761.452 Out: C 5650 Symbols findByAddr "P4996" 2009872314
761.452 Inp: R 5650 {Format:"Symbol not found",Time:1386831761452,Code:22} null
761.452 Out: C 5651 Symbols findByAddr "P4996" 2009872315
761.453 Inp: R 5651 {Format:"Symbol not found",Time:1386831761452,Code:22} null
761.453 Out: C 5652 Symbols findByAddr "P4996" 2009872316
761.454 Inp: R 5652 {Format:"Symbol not found",Time:1386831761453,Code:22} null
761.454 Out: C 5653 Symbols findByAddr "P4996" 2009872317
761.454 Inp: R 5653 {Format:"Symbol not found",Time:1386831761454,Code:22} null
761.454 Out: C 5654 Symbols findByAddr "P4996" 2009872318
761.454 Inp: R 5654 {Format:"Symbol not found",Time:1386831761454,Code:22} null
761.455 Out: C 5655 Symbols findByAddr "P4996" 2009872319
761.455 Inp: R 5655 {Format:"Symbol not found",Time:1386831761455,Code:22} null
761.455 Out: C 5656 Symbols findByAddr "P4996" 2009872320
761.455 Inp: R 5656 {Format:"Symbol not found",Time:1386831761455,Code:22} null
761.456 Out: C 5657 Symbols findByAddr "P4996" 2009872321
761.456 Out: C 5658 Symbols findByAddr "P4996" 2009872307
761.456 Inp: R 5657 {Format:"Symbol not found",Time:1386831761456,Code:22} null
761.456 Out: C 5659 Symbols findByAddr "P4996" 2009872322
761.457 Inp: R 5658 {Format:"Symbol not found",Time:1386831761456,Code:22} null
761.457 Inp: R 5659 {Format:"Symbol not found",Time:1386831761456,Code:22} null
761.457 Out: C 5660 Symbols findByAddr "P4996" 2009872323
761.457 Inp: R 5660 {Format:"Symbol not found",Time:1386831761457,Code:22} null
761.457 Out: C 5661 Symbols findByAddr "P4996" 2009872324
761.458 Inp: R 5661 {Format:"Symbol not found",Time:1386831761457,Code:22} null
761.458 Out: C 5662 Symbols findByAddr "P4996" 2009872325
761.458 Inp: R 5662 {Format:"Symbol not found",Time:1386831761458,Code:22} null
761.458 Out: C 5663 Symbols findByAddr "P4996" 2009872326
761.458 Inp: R 5663 {Format:"Symbol not found",Time:1386831761458,Code:22} null
761.459 Out: C 5664 Symbols findByAddr "P4996" 2009872327
761.459 Inp: R 5664 {Format:"Symbol not found",Time:1386831761459,Code:22} null
761.459 Out: C 5665 Symbols findByAddr "P4996" 2009872328
761.460 Inp: R 5665 {Format:"Symbol not found",Time:1386831761459,Code:22} null
761.460 Out: C 5666 Symbols findByAddr "P4996" 2009872329
761.460 Inp: R 5666 {Format:"Symbol not found",Time:1386831761460,Code:22} null
761.460 Out: C 5667 Symbols findByAddr "P4996" 2009872330
761.461 Inp: R 5667 {Format:"Symbol not found",Time:1386831761460,Code:22} null
761.461 Out: C 5668 Symbols findByAddr "P4996" 2009872331
761.461 Inp: R 5668 {Format:"Symbol not found",Time:1386831761461,Code:22} null
761.461 Out: C 5669 Symbols findByAddr "P4996" 2009872332
761.461 Inp: R 5669 {Format:"Symbol not found",Time:1386831761461,Code:22} null
761.462 Out: C 5670 Symbols findByAddr "P4996" 2009872333
761.462 Inp: R 5670 {Format:"Symbol not found",Time:1386831761462,Code:22} null
761.462 Out: C 5671 Symbols findByAddr "P4996" 2009872334
761.463 Inp: R 5671 {Format:"Symbol not found",Time:1386831761462,Code:22} null
761.463 Out: C 5672 Symbols findByAddr "P4996" 2009872335
761.463 Inp: R 5672 {Format:"Symbol not found",Time:1386831761463,Code:22} null
761.463 Out: C 5673 Symbols findByAddr "P4996" 2009872336
761.464 Inp: R 5673 {Format:"Symbol not found",Time:1386831761464,Code:22} null
761.464 Out: C 5674 Symbols findByAddr "P4996" 2009872337
761.464 Inp: R 5674 {Format:"Symbol not found",Time:1386831761464,Code:22} null
761.464 Out: C 5675 Symbols findByAddr "P4996" 2009872338
761.465 Inp: R 5675 {Format:"Symbol not found",Time:1386831761464,Code:22} null
761.465 Out: C 5676 Symbols findByAddr "P4996" 2009872339
761.465 Inp: R 5676 {Format:"Symbol not found",Time:1386831761465,Code:22} null
761.465 Out: C 5677 Symbols findByAddr "P4996" 2009872340
761.465 Inp: R 5677 {Format:"Symbol not found",Time:1386831761465,Code:22} null
761.466 Out: C 5678 Symbols findByAddr "P4996" 2009872341
761.466 Inp: R 5678 {Format:"Symbol not found",Time:1386831761466,Code:22} null
761.466 Out: C 5679 Symbols findByAddr "P4996" 2009872342
761.466 Inp: R 5679 {Format:"Symbol not found",Time:1386831761466,Code:22} null
761.466 Out: C 5680 Symbols findByAddr "P4996" 2009872343
761.467 Inp: R 5680 {Format:"Symbol not found",Time:1386831761466,Code:22} null
761.467 Out: C 5681 Symbols findByAddr "P4996" 2009872344
761.467 Inp: R 5681 {Format:"Symbol not found",Time:1386831761467,Code:22} null
761.467 Out: C 5682 Symbols findByAddr "P4996" 2009872345
761.468 Inp: R 5682 {Format:"Symbol not found",Time:1386831761467,Code:22} null
761.468 Out: C 5683 Symbols findByAddr "P4996" 2009872346
761.468 Inp: R 5683 {Format:"Symbol not found",Time:1386831761468,Code:22} null
761.468 Out: C 5684 Symbols findByAddr "P4996" 2009872347
761.468 Inp: R 5684 {Format:"Symbol not found",Time:1386831761468,Code:22} null
761.468 Out: C 5685 Symbols findByAddr "P4996" 2009872348
761.468 Inp: R 5685 {Format:"Symbol not found",Time:1386831761468,Code:22} null
761.469 Out: C 5686 Symbols findByAddr "P4996" 2009872349
761.469 Inp: R 5686 {Format:"Symbol not found",Time:1386831761469,Code:22} null
761.469 Out: C 5687 Symbols findByAddr "P4996" 2009872350
761.469 Inp: R 5687 {Format:"Symbol not found",Time:1386831761469,Code:22} null
761.469 Out: C 5688 Symbols findByAddr "P4996" 2009872351
761.469 Inp: R 5688 {Format:"Symbol not found",Time:1386831761469,Code:22} null
761.470 Out: C 5689 Symbols findByAddr "P4996" 2009872352
761.470 Inp: R 5689 {Format:"Symbol not found",Time:1386831761470,Code:22} null
761.470 Out: C 5690 Symbols findByAddr "P4996" 2009872353
761.470 Inp: R 5690 {Format:"Symbol not found",Time:1386831761470,Code:22} null
761.470 Out: C 5691 Symbols findByAddr "P4996" 2009872354
761.471 Inp: R 5691 {Format:"Symbol not found",Time:1386831761470,Code:22} null
761.471 Out: C 5692 Symbols findByAddr "P4996" 2009872355
761.471 Inp: R 5692 {Format:"Symbol not found",Time:1386831761471,Code:22} null
761.471 Out: C 5693 Symbols findByAddr "P4996" 2009872356
761.471 Inp: R 5693 {Format:"Symbol not found",Time:1386831761471,Code:22} null
761.471 Out: C 5694 Symbols findByAddr "P4996" 2009872357
761.472 Inp: R 5694 {Format:"Symbol not found",Time:1386831761472,Code:22} null
761.472 Out: C 5695 Symbols findByAddr "P4996" 2009872358
761.472 Inp: R 5695 {Format:"Symbol not found",Time:1386831761472,Code:22} null
761.472 Out: C 5696 Symbols findByAddr "P4996" 2009872359
761.472 Inp: R 5696 {Format:"Symbol not found",Time:1386831761472,Code:22} null
761.472 Out: C 5697 Symbols findByAddr "P4996" 2009872360
761.473 Inp: R 5697 {Format:"Symbol not found",Time:1386831761472,Code:22} null
761.473 Out: C 5698 Symbols findByAddr "P4996" 2009872361
761.473 Inp: R 5698 {Format:"Symbol not found",Time:1386831761473,Code:22} null
761.473 Out: C 5699 Symbols findByAddr "P4996" 2009872362
761.473 Inp: R 5699 {Format:"Symbol not found",Time:1386831761473,Code:22} null
761.473 Out: C 5700 Symbols findByAddr "P4996" 2009872363
761.474 Inp: R 5700 {Format:"Symbol not found",Time:1386831761473,Code:22} null
761.474 Out: C 5701 Symbols findByAddr "P4996" 2009872364
761.474 Inp: R 5701 {Format:"Symbol not found",Time:1386831761474,Code:22} null
761.474 Out: C 5702 Symbols findByAddr "P4996" 2009872365
761.474 Inp: R 5702 {Format:"Symbol not found",Time:1386831761474,Code:22} null
761.474 Out: C 5703 Symbols findByAddr "P4996" 2009872366
761.475 Inp: R 5703 {Format:"Symbol not found",Time:1386831761474,Code:22} null
761.475 Out: C 5704 Symbols findByAddr "P4996" 2009872367
761.475 Inp: R 5704 {Format:"Symbol not found",Time:1386831761475,Code:22} null
761.475 Out: C 5705 Symbols findByAddr "P4996" 2009872368
761.475 Inp: R 5705 {Format:"Symbol not found",Time:1386831761475,Code:22} null
761.475 Out: C 5706 Symbols findByAddr "P4996" 2009872369
761.476 Inp: R 5706 {Format:"Symbol not found",Time:1386831761475,Code:22} null
761.476 Out: C 5707 Symbols findByAddr "P4996" 2009872370
761.476 Inp: R 5707 {Format:"Symbol not found",Time:1386831761476,Code:22} null
761.476 Out: C 5708 Symbols findByAddr "P4996" 2009872371
761.476 Inp: R 5708 {Format:"Symbol not found",Time:1386831761476,Code:22} null
761.477 Out: C 5709 Symbols findByAddr "P4996" 2009872372
761.477 Inp: R 5709 {Format:"Symbol not found",Time:1386831761477,Code:22} null
761.477 Out: C 5710 Symbols findByAddr "P4996" 2009872373
761.477 Inp: R 5710 {Format:"Symbol not found",Time:1386831761477,Code:22} null
761.477 Out: C 5711 Symbols findByAddr "P4996" 2009872374
761.477 Inp: R 5711 {Format:"Symbol not found",Time:1386831761477,Code:22} null
761.478 Out: C 5712 Symbols findByAddr "P4996" 2009872375
761.478 Inp: R 5712 {Format:"Symbol not found",Time:1386831761478,Code:22} null
761.478 Out: C 5713 Symbols findByAddr "P4996" 2009872376
761.478 Inp: R 5713 {Format:"Symbol not found",Time:1386831761478,Code:22} null
761.478 Out: C 5714 Symbols findByAddr "P4996" 2009872377
761.479 Inp: R 5714 {Format:"Symbol not found",Time:1386831761478,Code:22} null
761.479 Out: C 5715 Symbols findByAddr "P4996" 2009872378
761.479 Inp: R 5715 {Format:"Symbol not found",Time:1386831761479,Code:22} null
761.479 Out: C 5716 LineNumbers mapToSource "P4996" 2009872304 2009872379
761.479 Inp: R 5716 null null
761.479 Out: C 5717 Memory get "P4996" 2009872304 1 75 0
761.479 Inp: R 5717 (75) null null
761.532 Out: C 5718 Disassembly disassemble "P4996" 2009872286 72 {}
761.533 Inp: R 5718 null [{Address:2009872272,Instruction:[{Text:".byte 0x00",Type:"String"}],Size:1},{Address:2009872273,Instruction:[{Text:".byte 0x68",Type:"String"}],Size:1},{Address:2009872274,Instruction:[{Text:".byte 0x40",Type:"String"}],Size:1},{Address:2009872275,Instruction:[{Text:".byte 0x73",Type:"String"}],Size:1},{Address:2009872276,Instruction:[{Text:".byte 0xd3",Type:"String"}],Size:1},{Address:2009872277,Instruction:[{Text:".byte 0x77",Type:"String"}],Size:1},{Address:2009872278,Instruction:[{Text:".byte 0xe8",Type:"String"}],Size:1},{Address:2009872279,Instruction:[{Text:".byte 0x05",Type:"String"}],Size:1},{Address:2009872280,Instruction:[{Text:".byte 0x40",Type:"String"}],Size:1},{Address:2009872281,Instruction:[{Text:".byte 0xfe",Type:"String"}],Size:1},{Address:2009872282,Instruction:[{Text:".byte 0xff",Type:"String"}],Size:1},{Address:2009872283,Instruction:[{Text:".byte 0x89",Type:"String"}],Size:1},{Address:2009872284,Instruction:[{Text:".byte 0x5d",Type:"String"}],Size:1},{Address:2009872285,Instruction:[{Text:".byte 0xfc",Type:"String"}],Size:1},{Address:2009872286,Instruction:[{Text:".byte 0xa1",Type:"String"}],Size:1},{Address:2009872287,Instruction:[{Text:".byte 0x94",Type:"String"}],Size:1},{Address:2009872288,Instruction:[{Text:".byte 0x78",Type:"String"}],Size:1},{Address:2009872289,Instruction:[{Text:".byte 0xd3",Type:"String"}],Size:1},{Address:2009872290,Instruction:[{Text:".byte 0x77",Type:"String"}],Size:1},{Address:2009872291,Instruction:[{Text:".byte 0x89",Type:"String"}],Size:1},{Address:2009872292,Instruction:[{Text:".byte 0x45",Type:"String"}],Size:1},{Address:2009872293,Instruction:[{Text:".byte 0xe4",Type:"String"}],Size:1},{Address:2009872294,Instruction:[{Text:".byte 0x33",Type:"String"}],Size:1},{Address:2009872295,Instruction:[{Text:".byte 0xdb",Type:"String"}],Size:1},{Address:2009872296,Instruction:[{Text:".byte 0x43",Type:"String"}],Size:1},{Address:2009872297,Instruction:[{Text:".byte 0xe9",Type:"String"}],Size:1},{Address:2009872298,Instruction:[{Text:".byte 0xfd",Type:"String"}],Size:1},{Address:2009872299,Instruction:[{Text:".byte 0x00",Type:"String"}],Size:1},{Address:2009872300,Instruction:[{Text:".byte 0x00",Type:"String"}],Size:1},{Address:2009872301,Instruction:[{Text:".byte 0x00",Type:"String"}],Size:1},{Address:2009872302,Instruction:[{Text:".byte 0x90",Type:"String"}],Size:1},{Address:2009872303,Instruction:[{Text:".byte 0x90",Type:"String"}],Size:1},{Address:2009872304,Instruction:[{Text:".byte 0x90",Type:"String"}],Size:1},{Address:2009872305,Instruction:[{Text:".byte 0x90",Type:"String"}],Size:1},{Address:2009872306,Instruction:[{Text:".byte 0x90",Type:"String"}],Size:1},{Address:2009872307,Instruction:[{Text:".byte 0x8b",Type:"String"}],Size:1},{Address:2009872308,Instruction:[{Text:".byte 0xff",Type:"String"}],Size:1},{Address:2009872309,Instruction:[{Text:".byte 0x55",Type:"String"}],Size:1},{Address:2009872310,Instruction:[{Text:".byte 0x8b",Type:"String"}],Size:1},{Address:2009872311,Instruction:[{Text:".byte 0xec",Type:"String"}],Size:1},{Address:2009872312,Instruction:[{Text:".byte 0x51",Type:"String"}],Size:1},{Address:2009872313,Instruction:[{Text:".byte 0x51",Type:"String"}],Size:1},{Address:2009872314,Instruction:[{Text:".byte 0x8d",Type:"String"}],Size:1},{Address:2009872315,Instruction:[{Text:".byte 0x45",Type:"String"}],Size:1},{Address:2009872316,Instruction:[{Text:".byte 0xf8",Type:"String"}],Size:1},{Address:2009872317,Instruction:[{Text:".byte 0x50",Type:"String"}],Size:1},{Address:2009872318,Instruction:[{Text:".byte 0xe8",Type:"String"}],Size:1},{Address:2009872319,Instruction:[{Text:".byte 0x49",Type:"String"}],Size:1},{Address:2009872320,Instruction:[{Text:".byte 0xff",Type:"String"}],Size:1},{Address:2009872321,Instruction:[{Text:".byte 0xff",Type:"String"}],Size:1},{Address:2009872322,Instruction:[{Text:".byte 0xff",Type:"String"}],Size:1},{Address:2009872323,Instruction:[{Text:".byte 0xff",Type:"String"}],Size:1},{Address:2009872324,Instruction:[{Text:".byte 0x75",Type:"String"}],Size:1},{Address:2009872325,Instruction:[{Text:".byte 0x0c",Type:"String"}],Size:1},{Address:2009872326,Instruction:[{Text:".byte 0xff",Type:"String"}],Size:1},{Address:2009872327,Instruction:[{Text:".byte 0x75",Type:"String"}],Size:1},{Address:2009872328,Instruction:[{Text:".byte 0x08",Type:"String"}],Size:1},{Address:2009872329,Instruction:[{Text:".byte 0xe8",Type:"String"}],Size:1},{Address:2009872330,Instruction:[{Text:".byte 0x06",Type:"String"}],Size:1},{Address:2009872331,Instruction:[{Text:".byte 0x00",Type:"String"}],Size:1},{Address:2009872332,Instruction:[{Text:".byte 0x00",Type:"String"}],Size:1},{Address:2009872333,Instruction:[{Text:".byte 0x00",Type:"String"}],Size:1},{Address:2009872334,Instruction:[{Text:".byte 0xcc",Type:"String"}],Size:1},{Address:2009872335,Instruction:[{Text:".byte 0x90",Type:"String"}],Size:1},{Address:2009872336,Instruction:[{Text:".byte 0x90",Type:"String"}],Size:1},{Address:2009872337,Instruction:[{Text:".byte 0x90",Type:"String"}],Size:1},{Address:2009872338,Instruction:[{Text:".byte 0x90",Type:"String"}],Size:1},{Address:2009872339,Instruction:[{Text:".byte 0x90",Type:"String"}],Size:1},{Address:2009872340,Instruction:[{Text:".byte 0x6a",Type:"String"}],Size:1},{Address:2009872341,Instruction:[{Text:".byte 0x14",Type:"String"}],Size:1},{Address:2009872342,Instruction:[{Text:".byte 0x68",Type:"String"}],Size:1},{Address:2009872343,Instruction:[{Text:".byte 0x88",Type:"String"}],Size:1},{Address:2009872344,Instruction:[{Text:".byte 0x12",Type:"String"}],Size:1},{Address:2009872345,Instruction:[{Text:".byte 0xcb",Type:"String"}],Size:1},{Address:2009872346,Instruction:[{Text:".byte 0x77",Type:"String"}],Size:1},{Address:2009872347,Instruction:[{Text:".byte 0xe8",Type:"String"}],Size:1},{Address:2009872348,Instruction:[{Text:".byte 0x3c",Type:"String"}],Size:1},{Address:2009872349,Instruction:[{Text:".byte 0xf4",Type:"String"}],Size:1},{Address:2009872350,Instruction:[{Text:".byte 0xfe",Type:"String"}],Size:1},{Address:2009872351,Instruction:[{Text:".byte 0xff",Type:"String"}],Size:1},{Address:2009872352,Instruction:[{Text:".byte 0x83",Type:"String"}],Size:1},{Address:2009872353,Instruction:[{Text:".byte 0x65",Type:"String"}],Size:1},{Address:2009872354,Instruction:[{Text:".byte 0xfc",Type:"String"}],Size:1},{Address:2009872355,Instruction:[{Text:".byte 0x00",Type:"String"}],Size:1},{Address:2009872356,Instruction:[{Text:".byte 0xa1",Type:"String"}],Size:1},{Address:2009872357,Instruction:[{Text:".byte 0xf4",Type:"String"}],Size:1}]
761.534 Out: C 5719 Symbols findByAddr "P4996" 2009872272
761.534 Inp: R 5719 {Format:"Symbol not found",Time:1386831761534,Code:22} null
761.534 Out: C 5720 Symbols findByAddr "P4996" 2009872273
761.535 Inp: R 5720 {Format:"Symbol not found",Time:1386831761535,Code:22} null
761.535 Out: C 5721 Symbols findByAddr "P4996" 2009872274
761.536 Inp: R 5721 {Format:"Symbol not found",Time:1386831761535,Code:22} null
761.536 Out: C 5722 Symbols findByAddr "P4996" 2009872275
761.536 Inp: R 5722 {Format:"Symbol not found",Time:1386831761536,Code:22} null
761.536 Out: C 5723 Symbols findByAddr "P4996" 2009872276
761.536 Inp: R 5723 {Format:"Symbol not found",Time:1386831761536,Code:22} null
761.536 Out: C 5724 Symbols findByAddr "P4996" 2009872277
761.536 Inp: R 5724 {Format:"Symbol not found",Time:1386831761536,Code:22} null
761.536 Out: C 5725 Symbols findByAddr "P4996" 2009872278
761.537 Inp: R 5725 {Format:"Symbol not found",Time:1386831761537,Code:22} null
761.537 Out: C 5726 Symbols findByAddr "P4996" 2009872279
761.537 Inp: R 5726 {Format:"Symbol not found",Time:1386831761537,Code:22} null
761.537 Out: C 5727 Symbols findByAddr "P4996" 2009872280
761.537 Inp: R 5727 {Format:"Symbol not found",Time:1386831761537,Code:22} null
761.537 Out: C 5728 Symbols findByAddr "P4996" 2009872281
761.537 Inp: R 5728 {Format:"Symbol not found",Time:1386831761537,Code:22} null
761.537 Out: C 5729 Symbols findByAddr "P4996" 2009872282
761.537 Inp: R 5729 {Format:"Symbol not found",Time:1386831761537,Code:22} null
761.538 Out: C 5730 Symbols findByAddr "P4996" 2009872283
761.538 Inp: R 5730 {Format:"Symbol not found",Time:1386831761538,Code:22} null
761.538 Out: C 5731 Symbols findByAddr "P4996" 2009872284
761.538 Inp: R 5731 {Format:"Symbol not found",Time:1386831761538,Code:22} null
761.538 Out: C 5732 Symbols findByAddr "P4996" 2009872285
761.538 Inp: R 5732 {Format:"Symbol not found",Time:1386831761538,Code:22} null
761.538 Out: C 5733 Symbols findByAddr "P4996" 2009872286
761.538 Inp: R 5733 {Format:"Symbol not found",Time:1386831761538,Code:22} null
761.538 Out: C 5734 Symbols findByAddr "P4996" 2009872287
761.538 Inp: R 5734 {Format:"Symbol not found",Time:1386831761538,Code:22} null
761.539 Out: C 5735 Symbols findByAddr "P4996" 2009872288
761.539 Inp: R 5735 {Format:"Symbol not found",Time:1386831761539,Code:22} null
761.539 Out: C 5736 Symbols findByAddr "P4996" 2009872289
761.539 Inp: R 5736 {Format:"Symbol not found",Time:1386831761539,Code:22} null
761.539 Out: C 5737 Symbols findByAddr "P4996" 2009872290
761.539 Inp: R 5737 {Format:"Symbol not found",Time:1386831761539,Code:22} null
761.539 Out: C 5738 Symbols findByAddr "P4996" 2009872291
761.539 Inp: R 5738 {Format:"Symbol not found",Time:1386831761539,Code:22} null
761.539 Out: C 5739 Symbols findByAddr "P4996" 2009872292
761.539 Inp: R 5739 {Format:"Symbol not found",Time:1386831761539,Code:22} null
761.540 Out: C 5740 Symbols findByAddr "P4996" 2009872293
761.540 Inp: R 5740 {Format:"Symbol not found",Time:1386831761540,Code:22} null
761.540 Out: C 5741 Symbols findByAddr "P4996" 2009872294
761.540 Inp: R 5741 {Format:"Symbol not found",Time:1386831761540,Code:22} null
761.540 Out: C 5742 Symbols findByAddr "P4996" 2009872295
761.540 Inp: R 5742 {Format:"Symbol not found",Time:1386831761540,Code:22} null
761.540 Out: C 5743 Symbols findByAddr "P4996" 2009872296
761.540 Inp: R 5743 {Format:"Symbol not found",Time:1386831761540,Code:22} null
761.540 Out: C 5744 Symbols findByAddr "P4996" 2009872297
761.540 Inp: R 5744 {Format:"Symbol not found",Time:1386831761540,Code:22} null
761.541 Out: C 5745 Symbols findByAddr "P4996" 2009872298
761.541 Inp: R 5745 {Format:"Symbol not found",Time:1386831761541,Code:22} null
761.541 Out: C 5746 Symbols findByAddr "P4996" 2009872299
761.541 Inp: R 5746 {Format:"Symbol not found",Time:1386831761541,Code:22} null
761.541 Out: C 5747 Symbols findByAddr "P4996" 2009872300
761.541 Inp: R 5747 {Format:"Symbol not found",Time:1386831761541,Code:22} null
761.541 Out: C 5748 Symbols findByAddr "P4996" 2009872301
761.541 Inp: R 5748 {Format:"Symbol not found",Time:1386831761541,Code:22} null
761.541 Out: C 5749 Symbols findByAddr "P4996" 2009872302
761.542 Inp: R 5749 {Format:"Symbol not found",Time:1386831761542,Code:22} null
761.542 Out: C 5750 Symbols findByAddr "P4996" 2009872303
761.542 Inp: R 5750 {Format:"Symbol not found",Time:1386831761542,Code:22} null
761.542 Out: C 5751 Symbols findByAddr "P4996" 2009872304
761.542 Inp: R 5751 {Format:"Symbol not found",Time:1386831761542,Code:22} null
761.542 Out: C 5752 Symbols findByAddr "P4996" 2009872305
761.542 Inp: R 5752 {Format:"Symbol not found",Time:1386831761542,Code:22} null
761.542 Out: C 5753 Symbols findByAddr "P4996" 2009872306
761.543 Inp: R 5753 {Format:"Symbol not found",Time:1386831761542,Code:22} null
761.543 Out: C 5754 Symbols findByAddr "P4996" 2009872307
761.543 Inp: R 5754 {Format:"Symbol not found",Time:1386831761543,Code:22} null
761.543 Out: C 5755 Symbols findByAddr "P4996" 2009872308
761.543 Inp: R 5755 {Format:"Symbol not found",Time:1386831761543,Code:22} null
761.543 Out: C 5756 Symbols findByAddr "P4996" 2009872309
761.543 Inp: R 5756 {Format:"Symbol not found",Time:1386831761543,Code:22} null
761.543 Out: C 5757 Symbols findByAddr "P4996" 2009872310
761.543 Inp: R 5757 {Format:"Symbol not found",Time:1386831761543,Code:22} null
761.543 Out: C 5758 Symbols findByAddr "P4996" 2009872311
761.544 Inp: R 5758 {Format:"Symbol not found",Time:1386831761543,Code:22} null
761.544 Out: C 5759 Symbols findByAddr "P4996" 2009872312
761.544 Inp: R 5759 {Format:"Symbol not found",Time:1386831761544,Code:22} null
761.544 Out: C 5760 Symbols findByAddr "P4996" 2009872313
761.544 Inp: R 5760 {Format:"Symbol not found",Time:1386831761544,Code:22} null
761.544 Out: C 5761 Symbols findByAddr "P4996" 2009872314
761.544 Inp: R 5761 {Format:"Symbol not found",Time:1386831761544,Code:22} null
761.544 Out: C 5762 Symbols findByAddr "P4996" 2009872315
761.544 Inp: R 5762 {Format:"Symbol not found",Time:1386831761544,Code:22} null
761.544 Out: C 5763 Symbols findByAddr "P4996" 2009872316
761.545 Inp: R 5763 {Format:"Symbol not found",Time:1386831761544,Code:22} null
761.545 Out: C 5764 Symbols findByAddr "P4996" 2009872317
761.545 Inp: R 5764 {Format:"Symbol not found",Time:1386831761545,Code:22} null
761.545 Out: C 5765 Symbols findByAddr "P4996" 2009872318
761.545 Inp: R 5765 {Format:"Symbol not found",Time:1386831761545,Code:22} null
761.545 Out: C 5766 Symbols findByAddr "P4996" 2009872319
761.545 Inp: R 5766 {Format:"Symbol not found",Time:1386831761545,Code:22} null
761.545 Out: C 5767 Symbols findByAddr "P4996" 2009872320
761.545 Inp: R 5767 {Format:"Symbol not found",Time:1386831761545,Code:22} null
761.545 Out: C 5768 Symbols findByAddr "P4996" 2009872321
761.546 Inp: R 5768 {Format:"Symbol not found",Time:1386831761545,Code:22} null
761.546 Out: C 5769 Symbols findByAddr "P4996" 2009872322
761.546 Inp: R 5769 {Format:"Symbol not found",Time:1386831761546,Code:22} null
761.546 Out: C 5770 Symbols findByAddr "P4996" 2009872323
761.546 Inp: R 5770 {Format:"Symbol not found",Time:1386831761546,Code:22} null
761.546 Out: C 5771 Symbols findByAddr "P4996" 2009872324
761.546 Inp: R 5771 {Format:"Symbol not found",Time:1386831761546,Code:22} null
761.546 Out: C 5772 Symbols findByAddr "P4996" 2009872325
761.546 Inp: R 5772 {Format:"Symbol not found",Time:1386831761546,Code:22} null
761.546 Out: C 5773 Symbols findByAddr "P4996" 2009872326
761.547 Inp: R 5773 {Format:"Symbol not found",Time:1386831761546,Code:22} null
761.547 Out: C 5774 Symbols findByAddr "P4996" 2009872327
761.547 Inp: R 5774 {Format:"Symbol not found",Time:1386831761547,Code:22} null
761.547 Out: C 5775 Symbols findByAddr "P4996" 2009872328
761.547 Inp: R 5775 {Format:"Symbol not found",Time:1386831761547,Code:22} null
761.547 Out: C 5776 Symbols findByAddr "P4996" 2009872329
761.547 Inp: R 5776 {Format:"Symbol not found",Time:1386831761547,Code:22} null
761.547 Out: C 5777 Symbols findByAddr "P4996" 2009872330
761.547 Inp: R 5777 {Format:"Symbol not found",Time:1386831761547,Code:22} null
761.547 Out: C 5778 Symbols findByAddr "P4996" 2009872331
761.548 Inp: R 5778 {Format:"Symbol not found",Time:1386831761547,Code:22} null
761.548 Out: C 5779 Symbols findByAddr "P4996" 2009872332
761.548 Inp: R 5779 {Format:"Symbol not found",Time:1386831761548,Code:22} null
761.548 Out: C 5780 Symbols findByAddr "P4996" 2009872333
761.548 Inp: R 5780 {Format:"Symbol not found",Time:1386831761548,Code:22} null
761.548 Out: C 5781 Symbols findByAddr "P4996" 2009872334
761.548 Inp: R 5781 {Format:"Symbol not found",Time:1386831761548,Code:22} null
761.548 Out: C 5782 Symbols findByAddr "P4996" 2009872335
761.548 Inp: R 5782 {Format:"Symbol not found",Time:1386831761548,Code:22} null
761.548 Out: C 5783 Symbols findByAddr "P4996" 2009872336
761.549 Inp: R 5783 {Format:"Symbol not found",Time:1386831761548,Code:22} null
761.549 Out: C 5784 Symbols findByAddr "P4996" 2009872337
761.549 Inp: R 5784 {Format:"Symbol not found",Time:1386831761549,Code:22} null
761.549 Out: C 5785 Symbols findByAddr "P4996" 2009872338
761.549 Inp: R 5785 {Format:"Symbol not found",Time:1386831761549,Code:22} null
761.549 Out: C 5786 Symbols findByAddr "P4996" 2009872339
761.549 Inp: R 5786 {Format:"Symbol not found",Time:1386831761549,Code:22} null
761.549 Out: C 5787 Symbols findByAddr "P4996" 2009872340
761.549 Inp: R 5787 {Format:"Symbol not found",Time:1386831761549,Code:22} null
761.549 Out: C 5788 Symbols findByAddr "P4996" 2009872341
761.550 Inp: R 5788 {Format:"Symbol not found",Time:1386831761549,Code:22} null
761.550 Out: C 5789 Symbols findByAddr "P4996" 2009872342
761.550 Inp: R 5789 {Format:"Symbol not found",Time:1386831761550,Code:22} null
761.550 Out: C 5790 Symbols findByAddr "P4996" 2009872343
761.550 Inp: R 5790 {Format:"Symbol not found",Time:1386831761550,Code:22} null
761.550 Out: C 5791 Symbols findByAddr "P4996" 2009872344
761.550 Inp: R 5791 {Format:"Symbol not found",Time:1386831761550,Code:22} null
761.550 Out: C 5792 Symbols findByAddr "P4996" 2009872345
761.550 Inp: R 5792 {Format:"Symbol not found",Time:1386831761550,Code:22} null
761.550 Out: C 5793 Symbols findByAddr "P4996" 2009872346
761.551 Inp: R 5793 {Format:"Symbol not found",Time:1386831761550,Code:22} null
761.551 Out: C 5794 Symbols findByAddr "P4996" 2009872347
761.552 Inp: R 5794 {Format:"Symbol not found",Time:1386831761552,Code:22} null
761.552 Out: C 5795 Symbols findByAddr "P4996" 2009872348
761.552 Inp: R 5795 {Format:"Symbol not found",Time:1386831761552,Code:22} null
761.552 Out: C 5796 Symbols findByAddr "P4996" 2009872349
761.552 Inp: R 5796 {Format:"Symbol not found",Time:1386831761552,Code:22} null
761.552 Out: C 5797 Symbols findByAddr "P4996" 2009872350
761.553 Inp: R 5797 {Format:"Symbol not found",Time:1386831761552,Code:22} null
761.553 Out: C 5798 Symbols findByAddr "P4996" 2009872351
761.553 Inp: R 5798 {Format:"Symbol not found",Time:1386831761553,Code:22} null
761.553 Out: C 5799 Symbols findByAddr "P4996" 2009872352
761.553 Inp: R 5799 {Format:"Symbol not found",Time:1386831761553,Code:22} null
761.553 Out: C 5800 Symbols findByAddr "P4996" 2009872353
761.553 Inp: R 5800 {Format:"Symbol not found",Time:1386831761553,Code:22} null
761.553 Out: C 5801 Symbols findByAddr "P4996" 2009872354
761.553 Inp: R 5801 {Format:"Symbol not found",Time:1386831761553,Code:22} null
761.553 Out: C 5802 Symbols findByAddr "P4996" 2009872355
761.554 Inp: R 5802 {Format:"Symbol not found",Time:1386831761553,Code:22} null
761.554 Out: C 5803 Symbols findByAddr "P4996" 2009872356
761.554 Inp: R 5803 {Format:"Symbol not found",Time:1386831761554,Code:22} null
761.554 Out: C 5804 Symbols findByAddr "P4996" 2009872357
761.554 Inp: R 5804 {Format:"Symbol not found",Time:1386831761554,Code:22} null
761.554 Out: C 5805 LineNumbers mapToSource "P4996" 2009872272 2009872358
761.555 Inp: R 5805 null null
761.555 Out: C 5806 Memory get "P4996" 2009872272 1 86 0
761.555 Inp: R 5806 (86) null null
761.647 Out: C 5807 RunControl resume "P4996.7320" 3 1
761.647 Inp: E RunControl contextResumed "P4996.7320"
761.647 Inp: R 5807 null
761.647 Inp: E RunControl contextSuspended "P4996.7320" 2009872309 "Step" {}
761.649 Out: C 5808 StackTrace getChildrenRange "P4996.7320" 0 10
761.649 Inp: R 5808 null ["FP0.P4996.7320"]
761.674 Out: C 5809 StackTrace getContext ["FP0.P4996.7320"]
761.674 Inp: R 5809 [{TopFrame:true,Index:0,IP:2009872309,ID:"FP0.P4996.7320",Level:0,ProcessID:"P4996",ParentID:"P4996.7320"}] null
761.674 Out: C 5810 LineNumbers mapToSource "P4996" 2009872309 2009872310
761.674 Inp: R 5810 null null
761.714 Out: C 5811 Symbols findByAddr "P4996" 2009872309
761.714 Inp: R 5811 {Format:"Symbol not found",Time:1386831761714,Code:22} null
761.991 Out: C 5812 RunControl resume "P4996.7320" 3 1
761.991 Inp: E RunControl contextResumed "P4996.7320"
761.991 Inp: R 5812 null
761.992 Inp: E RunControl contextSuspended "P4996.7320" 2009872310 "Step" {}
761.994 Out: C 5813 StackTrace getChildrenRange "P4996.7320" 0 10
761.994 Inp: R 5813 null ["FP0.P4996.7320"]
762.019 Out: C 5814 StackTrace getContext ["FP0.P4996.7320"]
762.019 Inp: R 5814 [{TopFrame:true,Index:0,IP:2009872310,ID:"FP0.P4996.7320",Level:0,ProcessID:"P4996",ParentID:"P4996.7320"}] null
762.020 Out: C 5815 LineNumbers mapToSource "P4996" 2009872310 2009872311
762.020 Inp: R 5815 null null
762.069 Out: C 5816 Symbols findByAddr "P4996" 2009872310
762.070 Inp: R 5816 {Format:"Symbol not found",Time:1386831762070,Code:22} null
762.191 Out: C 5817 RunControl resume "P4996.7320" 3 1
762.191 Inp: E RunControl contextResumed "P4996.7320"
762.191 Inp: R 5817 null
762.191 Inp: E RunControl contextSuspended "P4996.7320" 2009872312 "Step" {}
762.193 Out: C 5818 StackTrace getChildrenRange "P4996.7320" 0 10
762.193 Inp: R 5818 null ["FP0.P4996.7320"]
762.218 Out: C 5819 StackTrace getContext ["FP0.P4996.7320"]
762.219 Inp: R 5819 [{TopFrame:true,Index:0,IP:2009872312,ID:"FP0.P4996.7320",Level:0,ProcessID:"P4996",ParentID:"P4996.7320"}] null
762.219 Out: C 5820 LineNumbers mapToSource "P4996" 2009872312 2009872313
762.219 Inp: R 5820 null null
762.266 Out: C 5821 Symbols findByAddr "P4996" 2009872312
762.266 Inp: R 5821 {Format:"Symbol not found",Time:1386831762266,Code:22} null
762.543 Out: C 5822 RunControl resume "P4996.7320" 3 1
762.543 Inp: E RunControl contextResumed "P4996.7320"
762.544 Inp: R 5822 null
762.544 Inp: E RunControl contextSuspended "P4996.7320" 2009872313 "Step" {}
762.545 Out: C 5823 StackTrace getChildrenRange "P4996.7320" 0 10
762.546 Inp: R 5823 null ["FP0.P4996.7320"]
762.571 Out: C 5824 StackTrace getContext ["FP0.P4996.7320"]
762.571 Inp: R 5824 [{TopFrame:true,Index:0,IP:2009872313,ID:"FP0.P4996.7320",Level:0,ProcessID:"P4996",ParentID:"P4996.7320"}] null
762.571 Out: C 5825 LineNumbers mapToSource "P4996" 2009872313 2009872314
762.572 Inp: R 5825 null null
762.609 Out: C 5826 Symbols findByAddr "P4996" 2009872313
762.609 Inp: R 5826 {Format:"Symbol not found",Time:1386831762609,Code:22} null
762.903 Out: C 5827 RunControl resume "P4996.7320" 3 1
762.903 Inp: E RunControl contextResumed "P4996.7320"
762.903 Inp: R 5827 null
762.904 Inp: E RunControl contextSuspended "P4996.7320" 2009872314 "Step" {}
762.905 Out: C 5828 StackTrace getChildrenRange "P4996.7320" 0 10
762.905 Inp: R 5828 null ["FP0.P4996.7320"]
762.930 Out: C 5829 StackTrace getContext ["FP0.P4996.7320"]
762.930 Inp: R 5829 [{TopFrame:true,Index:0,IP:2009872314,ID:"FP0.P4996.7320",Level:0,ProcessID:"P4996",ParentID:"P4996.7320"}] null
762.930 Out: C 5830 LineNumbers mapToSource "P4996" 2009872314 2009872315
762.931 Inp: R 5830 null null
762.968 Out: C 5831 Symbols findByAddr "P4996" 2009872314
762.969 Inp: R 5831 {Format:"Symbol not found",Time:1386831762968,Code:22} null
763.111 Out: C 5832 RunControl resume "P4996.7320" 3 1
763.111 Inp: E RunControl contextResumed "P4996.7320"
763.111 Inp: R 5832 null
763.111 Inp: E RunControl contextSuspended "P4996.7320" 2009872317 "Step" {}
763.113 Out: C 5833 StackTrace getChildrenRange "P4996.7320" 0 10
763.113 Inp: R 5833 null ["FP0.P4996.7320"]
763.138 Out: C 5834 StackTrace getContext ["FP0.P4996.7320"]
763.139 Inp: R 5834 [{TopFrame:true,Index:0,IP:2009872317,ID:"FP0.P4996.7320",Level:0,ProcessID:"P4996",ParentID:"P4996.7320"}] null
763.139 Out: C 5835 LineNumbers mapToSource "P4996" 2009872317 2009872318
763.140 Inp: R 5835 null null
763.180 Out: C 5836 Symbols findByAddr "P4996" 2009872317
763.180 Inp: R 5836 {Format:"Symbol not found",Time:1386831763180,Code:22} null
763.487 Out: C 5837 RunControl resume "P4996.7320" 3 1
763.487 Inp: E RunControl contextResumed "P4996.7320"
763.487 Inp: R 5837 null
763.488 Inp: E RunControl contextSuspended "P4996.7320" 2009872318 "Step" {}
763.489 Out: C 5838 StackTrace getChildrenRange "P4996.7320" 0 10
763.489 Inp: R 5838 null ["FP0.P4996.7320"]
763.514 Out: C 5839 StackTrace getContext ["FP0.P4996.7320"]
763.514 Inp: R 5839 [{TopFrame:true,Index:0,IP:2009872318,ID:"FP0.P4996.7320",Level:0,ProcessID:"P4996",ParentID:"P4996.7320"}] null
763.514 Out: C 5840 LineNumbers mapToSource "P4996" 2009872318 2009872319
763.515 Inp: R 5840 null null
763.551 Out: C 5841 Symbols findByAddr "P4996" 2009872318
763.552 Inp: R 5841 {Format:"Symbol not found",Time:1386831763552,Code:22} null
763.727 Out: C 5842 RunControl resume "P4996.7320" 3 1
763.727 Inp: E RunControl contextResumed "P4996.7320"
763.728 Inp: R 5842 null
763.730 Out: C 5843 RunControl getState "P4996.7320"
763.778 Inp: R 5843 null false 0 null {}
763.780 Inp: E RunControl contextChanged [{CanDetach:true,IsContainer:true,CanTerminate:true,WordSize:4,SymbolsGroup:"P4996",BPGroup:"P4996",ID:"P4996",CanResume:1,CPUGroup:"CPU",RCGroup:"P4996",ProcessID:"P4996",CanSuspend:true}]
763.780 Inp: E Memory contextChanged [{BigEndian:false,AccessTypes:["instruction","data","user"],ID:"P4996",AddressSize:4,ProcessID:"P4996"}]
763.780 Inp: E MemoryMap changed "P4996"
763.780 Inp: E RunControl contextSuspended "P4996.7320" 2009872323 "Step" {}
763.784 Out: C 5844 StackTrace getChildrenRange "P4996.7320" 0 10
763.785 Inp: R 5844 null ["FP0.P4996.7320"]
763.812 Out: C 5845 StackTrace getContext ["FP0.P4996.7320"]
763.812 Inp: R 5845 [{TopFrame:true,Index:0,IP:2009872323,ID:"FP0.P4996.7320",Level:0,ProcessID:"P4996",ParentID:"P4996.7320"}] null
763.812 Out: C 5846 LineNumbers mapToSource "P4996" 2009872323 2009872324
763.812 Out: C 5847 Symbols findByAddr "P4996" 2009872323
763.813 Inp: R 5846 null null
763.813 Inp: R 5847 {Format:"Symbol not found",Time:1386831763812,Code:22} null
763.813 Out: C 5848 MemoryMap get "P4996"
763.813 Inp: R 5848 null [{FileName:"C:\Users\falkstef\runtime-EclipseApplication\tcfdebug\Debug\tcfdebug.exe",Offs:0,Flags:0,Addr:17104896,Size:32768},{FileName:"C:\Windows\SYSTEM32\ntdll.dll",Offs:0,Flags:0,Addr:2009464832,Size:1298432},{FileName:"C:\Windows\system32\kernel32.dll",Offs:0,Flags:0,Addr:1981808640,Size:868352},{FileName:"C:\Windows\system32\KERNELBASE.dll",Offs:0,Flags:0,Addr:1977745408,Size:307200},{FileName:"C:\Windows\system32\MSVCR100.dll",Offs:0,Flags:0,Addr:1740898304,Size:782336}]
763.991 Out: C 5849 RunControl resume "P4996.7320" 3 1
763.991 Inp: E RunControl contextResumed "P4996.7320"
763.991 Inp: R 5849 null
763.991 Inp: E RunControl contextSuspended "P4996.7320" 2009872326 "Step" {}
763.993 Out: C 5850 StackTrace getChildrenRange "P4996.7320" 0 10
763.994 Inp: R 5850 null ["FP0.P4996.7320"]
764.018 Out: C 5851 StackTrace getContext ["FP0.P4996.7320"]
764.018 Inp: R 5851 [{TopFrame:true,Index:0,IP:2009872326,ID:"FP0.P4996.7320",Level:0,ProcessID:"P4996",ParentID:"P4996.7320"}] null
764.018 Out: C 5852 LineNumbers mapToSource "P4996" 2009872326 2009872327
764.019 Inp: R 5852 null null
764.059 Out: C 5853 Symbols findByAddr "P4996" 2009872326
764.060 Inp: R 5853 {Format:"Symbol not found",Time:1386831764060,Code:22} null
764.687 Out: C 5854 RunControl resume "P4996.7320" 3 1
764.687 Inp: E RunControl contextResumed "P4996.7320"
764.687 Inp: R 5854 null
764.688 Inp: E RunControl contextSuspended "P4996.7320" 2009872329 "Step" {}
764.690 Out: C 5855 StackTrace getChildrenRange "P4996.7320" 0 10
764.690 Inp: R 5855 null ["FP0.P4996.7320"]
764.715 Out: C 5856 StackTrace getContext ["FP0.P4996.7320"]
764.715 Inp: R 5856 [{TopFrame:true,Index:0,IP:2009872329,ID:"FP0.P4996.7320",Level:0,ProcessID:"P4996",ParentID:"P4996.7320"}] null
764.715 Out: C 5857 LineNumbers mapToSource "P4996" 2009872329 2009872330
764.715 Inp: R 5857 null null
764.755 Out: C 5858 Symbols findByAddr "P4996" 2009872329
764.755 Inp: R 5858 {Format:"Symbol not found",Time:1386831764755,Code:22} null
765.520 Out: C 5859 RunControl resume "P4996.7320" 3 1
765.520 Inp: E RunControl contextResumed "P4996.7320"
765.520 Inp: R 5859 null
765.520 Inp: E RunControl contextSuspended "P4996.7320" 2009872340 "Step" {}
765.523 Out: C 5860 StackTrace getChildrenRange "P4996.7320" 0 10
765.523 Inp: R 5860 null ["FP0.P4996.7320"]
765.548 Out: C 5861 StackTrace getContext ["FP0.P4996.7320"]
765.548 Inp: R 5861 [{TopFrame:true,Index:0,IP:2009872340,ID:"FP0.P4996.7320",Level:0,ProcessID:"P4996",ParentID:"P4996.7320"}] null
765.548 Out: C 5862 LineNumbers mapToSource "P4996" 2009872340 2009872341
765.548 Inp: R 5862 null null
765.567 Out: C 5863 Symbols findByAddr "P4996" 2009872340
765.568 Inp: R 5863 {Format:"Symbol not found",Time:1386831765568,Code:22} null
766.024 Out: C 5864 RunControl resume "P4996.7320" 3 1
766.024 Inp: E RunControl contextResumed "P4996.7320"
766.024 Inp: R 5864 null
766.025 Inp: E RunControl contextSuspended "P4996.7320" 2009872342 "Step" {}
766.026 Out: C 5865 StackTrace getChildrenRange "P4996.7320" 0 10
766.026 Inp: R 5865 null ["FP0.P4996.7320"]
766.052 Out: C 5866 StackTrace getContext ["FP0.P4996.7320"]
766.052 Inp: R 5866 [{TopFrame:true,Index:0,IP:2009872342,ID:"FP0.P4996.7320",Level:0,ProcessID:"P4996",ParentID:"P4996.7320"}] null
766.052 Out: C 5867 LineNumbers mapToSource "P4996" 2009872342 2009872343
766.053 Inp: R 5867 null null
766.115 Out: C 5868 Symbols findByAddr "P4996" 2009872342
766.115 Inp: R 5868 {Format:"Symbol not found",Time:1386831766115,Code:22} null
766.432 Out: C 5869 RunControl resume "P4996.7320" 3 1
766.432 Inp: E RunControl contextResumed "P4996.7320"
766.432 Inp: R 5869 null
766.433 Inp: E RunControl contextSuspended "P4996.7320" 2009872347 "Step" {}
766.434 Out: C 5870 StackTrace getChildrenRange "P4996.7320" 0 10
766.434 Inp: R 5870 null ["FP0.P4996.7320"]
766.460 Out: C 5871 StackTrace getContext ["FP0.P4996.7320"]
766.460 Inp: R 5871 [{TopFrame:true,Index:0,IP:2009872347,ID:"FP0.P4996.7320",Level:0,ProcessID:"P4996",ParentID:"P4996.7320"}] null
766.460 Out: C 5872 LineNumbers mapToSource "P4996" 2009872347 2009872348
766.461 Inp: R 5872 null null
766.501 Out: C 5873 Symbols findByAddr "P4996" 2009872347
766.501 Inp: R 5873 {Format:"Symbol not found",Time:1386831766501,Code:22} null
766.680 Out: C 5874 RunControl resume "P4996.7320" 3 1
766.680 Inp: E RunControl contextResumed "P4996.7320"
766.680 Inp: R 5874 null
766.681 Inp: E RunControl contextSuspended "P4996.7320" 2009803804 "Step" {}
766.682 Out: C 5875 StackTrace getChildrenRange "P4996.7320" 0 10
766.683 Inp: R 5875 null ["FP0.P4996.7320"]
766.688 Out: C 5876 Disassembly disassemble "P4996" 2009803804 72 {}
766.690 Inp: R 5876 null [{Address:2009803792,Instruction:[{Text:".byte 0x10",Type:"String"}],Size:1},{Address:2009803793,Instruction:[{Text:".byte 0x90",Type:"String"}],Size:1},{Address:2009803794,Instruction:[{Text:".byte 0xca",Type:"String"}],Size:1},{Address:2009803795,Instruction:[{Text:".byte 0x77",Type:"String"}],Size:1},{Address:2009803796,Instruction:[{Text:".byte 0x86",Type:"String"}],Size:1},{Address:2009803797,Instruction:[{Text:".byte 0x00",Type:"String"}],Size:1},{Address:2009803798,Instruction:[{Text:".byte 0x88",Type:"String"}],Size:1},{Address:2009803799,Instruction:[{Text:".byte 0x00",Type:"String"}],Size:1},{Address:2009803800,Instruction:[{Text:".byte 0x66",Type:"String"}],Size:1},{Address:2009803801,Instruction:[{Text:".byte 0xeb",Type:"String"}],Size:1},{Address:2009803802,Instruction:[{Text:".byte 0xca",Type:"String"}],Size:1},{Address:2009803803,Instruction:[{Text:".byte 0x77",Type:"String"}],Size:1},{Address:2009803804,Instruction:[{Text:".byte 0x68",Type:"String"}],Size:1},{Address:2009803805,Instruction:[{Text:".byte 0x1d",Type:"String"}],Size:1},{Address:2009803806,Instruction:[{Text:".byte 0xe1",Type:"String"}],Size:1},{Address:2009803807,Instruction:[{Text:".byte 0xc7",Type:"String"}],Size:1},{Address:2009803808,Instruction:[{Text:".byte 0x77",Type:"String"}],Size:1},{Address:2009803809,Instruction:[{Text:".byte 0x64",Type:"String"}],Size:1},{Address:2009803810,Instruction:[{Text:".byte 0xff",Type:"String"}],Size:1},{Address:2009803811,Instruction:[{Text:".byte 0x35",Type:"String"}],Size:1},{Address:2009803812,Instruction:[{Text:".byte 0x00",Type:"String"}],Size:1},{Address:2009803813,Instruction:[{Text:".byte 0x00",Type:"String"}],Size:1},{Address:2009803814,Instruction:[{Text:".byte 0x00",Type:"String"}],Size:1},{Address:2009803815,Instruction:[{Text:".byte 0x00",Type:"String"}],Size:1},{Address:2009803816,Instruction:[{Text:".byte 0x8b",Type:"String"}],Size:1},{Address:2009803817,Instruction:[{Text:".byte 0x44",Type:"String"}],Size:1},{Address:2009803818,Instruction:[{Text:".byte 0x24",Type:"String"}],Size:1},{Address:2009803819,Instruction:[{Text:".byte 0x10",Type:"String"}],Size:1},{Address:2009803820,Instruction:[{Text:".byte 0x89",Type:"String"}],Size:1},{Address:2009803821,Instruction:[{Text:".byte 0x6c",Type:"String"}],Size:1},{Address:2009803822,Instruction:[{Text:".byte 0x24",Type:"String"}],Size:1},{Address:2009803823,Instruction:[{Text:".byte 0x10",Type:"String"}],Size:1},{Address:2009803824,Instruction:[{Text:".byte 0x8d",Type:"String"}],Size:1},{Address:2009803825,Instruction:[{Text:".byte 0x6c",Type:"String"}],Size:1},{Address:2009803826,Instruction:[{Text:".byte 0x24",Type:"String"}],Size:1},{Address:2009803827,Instruction:[{Text:".byte 0x10",Type:"String"}],Size:1},{Address:2009803828,Instruction:[{Text:".byte 0x2b",Type:"String"}],Size:1},{Address:2009803829,Instruction:[{Text:".byte 0xe0",Type:"String"}],Size:1},{Address:2009803830,Instruction:[{Text:".byte 0x53",Type:"String"}],Size:1},{Address:2009803831,Instruction:[{Text:".byte 0x56",Type:"String"}],Size:1},{Address:2009803832,Instruction:[{Text:".byte 0x57",Type:"String"}],Size:1},{Address:2009803833,Instruction:[{Text:".byte 0xa1",Type:"String"}],Size:1},{Address:2009803834,Instruction:[{Text:".byte 0xe8",Type:"String"}],Size:1},{Address:2009803835,Instruction:[{Text:".byte 0x71",Type:"String"}],Size:1},{Address:2009803836,Instruction:[{Text:".byte 0xd3",Type:"String"}],Size:1},{Address:2009803837,Instruction:[{Text:".byte 0x77",Type:"String"}],Size:1},{Address:2009803838,Instruction:[{Text:".byte 0x31",Type:"String"}],Size:1},{Address:2009803839,Instruction:[{Text:".byte 0x45",Type:"String"}],Size:1},{Address:2009803840,Instruction:[{Text:".byte 0xfc",Type:"String"}],Size:1},{Address:2009803841,Instruction:[{Text:".byte 0x33",Type:"String"}],Size:1},{Address:2009803842,Instruction:[{Text:".byte 0xc5",Type:"String"}],Size:1},{Address:2009803843,Instruction:[{Text:".byte 0x50",Type:"String"}],Size:1},{Address:2009803844,Instruction:[{Text:".byte 0x89",Type:"String"}],Size:1},{Address:2009803845,Instruction:[{Text:".byte 0x65",Type:"String"}],Size:1},{Address:2009803846,Instruction:[{Text:".byte 0xe8",Type:"String"}],Size:1},{Address:2009803847,Instruction:[{Text:".byte 0xff",Type:"String"}],Size:1},{Address:2009803848,Instruction:[{Text:".byte 0x75",Type:"String"}],Size:1},{Address:2009803849,Instruction:[{Text:".byte 0xf8",Type:"String"}],Size:1},{Address:2009803850,Instruction:[{Text:".byte 0x8b",Type:"String"}],Size:1},{Address:2009803851,Instruction:[{Text:".byte 0x45",Type:"String"}],Size:1},{Address:2009803852,Instruction:[{Text:".byte 0xfc",Type:"String"}],Size:1},{Address:2009803853,Instruction:[{Text:".byte 0xc7",Type:"String"}],Size:1},{Address:2009803854,Instruction:[{Text:".byte 0x45",Type:"String"}],Size:1},{Address:2009803855,Instruction:[{Text:".byte 0xfc",Type:"String"}],Size:1},{Address:2009803856,Instruction:[{Text:".byte 0xfe",Type:"String"}],Size:1},{Address:2009803857,Instruction:[{Text:".byte 0xff",Type:"String"}],Size:1},{Address:2009803858,Instruction:[{Text:".byte 0xff",Type:"String"}],Size:1},{Address:2009803859,Instruction:[{Text:".byte 0xff",Type:"String"}],Size:1},{Address:2009803860,Instruction:[{Text:".byte 0x89",Type:"String"}],Size:1},{Address:2009803861,Instruction:[{Text:".byte 0x45",Type:"String"}],Size:1},{Address:2009803862,Instruction:[{Text:".byte 0xf8",Type:"String"}],Size:1},{Address:2009803863,Instruction:[{Text:".byte 0x8d",Type:"String"}],Size:1},{Address:2009803864,Instruction:[{Text:".byte 0x45",Type:"String"}],Size:1},{Address:2009803865,Instruction:[{Text:".byte 0xf0",Type:"String"}],Size:1},{Address:2009803866,Instruction:[{Text:".byte 0x64",Type:"String"}],Size:1},{Address:2009803867,Instruction:[{Text:".byte 0xa3",Type:"String"}],Size:1},{Address:2009803868,Instruction:[{Text:".byte 0x00",Type:"String"}],Size:1},{Address:2009803869,Instruction:[{Text:".byte 0x00",Type:"String"}],Size:1},{Address:2009803870,Instruction:[{Text:".byte 0x00",Type:"String"}],Size:1},{Address:2009803871,Instruction:[{Text:".byte 0x00",Type:"String"}],Size:1},{Address:2009803872,Instruction:[{Text:".byte 0xc3",Type:"String"}],Size:1},{Address:2009803873,Instruction:[{Text:".byte 0x8b",Type:"String"}],Size:1},{Address:2009803874,Instruction:[{Text:".byte 0x4d",Type:"String"}],Size:1},{Address:2009803875,Instruction:[{Text:".byte 0xf0",Type:"String"}],Size:1}]
766.692 Out: C 5877 Symbols findByAddr "P4996" 2009803792
766.692 Inp: R 5877 {Format:"Symbol not found",Time:1386831766692,Code:22} null
766.692 Out: C 5878 Symbols findByAddr "P4996" 2009803793
766.692 Inp: R 5878 {Format:"Symbol not found",Time:1386831766692,Code:22} null
766.692 Out: C 5879 Symbols findByAddr "P4996" 2009803794
766.693 Inp: R 5879 {Format:"Symbol not found",Time:1386831766693,Code:22} null
766.693 Out: C 5880 Symbols findByAddr "P4996" 2009803795
766.693 Inp: R 5880 {Format:"Symbol not found",Time:1386831766693,Code:22} null
766.693 Out: C 5881 Symbols findByAddr "P4996" 2009803796
766.694 Inp: R 5881 {Format:"Symbol not found",Time:1386831766694,Code:22} null
766.694 Out: C 5882 Symbols findByAddr "P4996" 2009803797
766.694 Inp: R 5882 {Format:"Symbol not found",Time:1386831766694,Code:22} null
766.694 Out: C 5883 Symbols findByAddr "P4996" 2009803798
766.695 Inp: R 5883 {Format:"Symbol not found",Time:1386831766695,Code:22} null
766.695 Out: C 5884 Symbols findByAddr "P4996" 2009803799
766.695 Inp: R 5884 {Format:"Symbol not found",Time:1386831766695,Code:22} null
766.695 Out: C 5885 Symbols findByAddr "P4996" 2009803800
766.696 Inp: R 5885 {Format:"Symbol not found",Time:1386831766696,Code:22} null
766.696 Out: C 5886 Symbols findByAddr "P4996" 2009803801
766.696 Inp: R 5886 {Format:"Symbol not found",Time:1386831766696,Code:22} null
766.696 Out: C 5887 Symbols findByAddr "P4996" 2009803802
766.696 Out: C 5888 StackTrace getContext ["FP0.P4996.7320"]
766.697 Inp: R 5887 {Format:"Symbol not found",Time:1386831766697,Code:22} null
766.697 Out: C 5889 Symbols findByAddr "P4996" 2009803803
766.697 Inp: R 5888 [{TopFrame:true,Index:0,IP:2009803804,ID:"FP0.P4996.7320",Level:0,ProcessID:"P4996",ParentID:"P4996.7320"}] null
766.697 Out: C 5890 LineNumbers mapToSource "P4996" 2009803804 2009803805
766.697 Inp: R 5889 {Format:"Symbol not found",Time:1386831766697,Code:22} null
766.698 Out: C 5891 Symbols findByAddr "P4996" 2009803804
766.698 Inp: R 5890 null null
766.698 Inp: R 5891 {Format:"Symbol not found",Time:1386831766698,Code:22} null
766.698 Out: C 5892 Symbols findByAddr "P4996" 2009803805
766.699 Inp: R 5892 {Format:"Symbol not found",Time:1386831766698,Code:22} null
766.699 Out: C 5893 Symbols findByAddr "P4996" 2009803806
766.699 Inp: R 5893 {Format:"Symbol not found",Time:1386831766699,Code:22} null
766.699 Out: C 5894 Symbols findByAddr "P4996" 2009803807
766.699 Inp: R 5894 {Format:"Symbol not found",Time:1386831766699,Code:22} null
766.700 Out: C 5895 Symbols findByAddr "P4996" 2009803808
766.700 Inp: R 5895 {Format:"Symbol not found",Time:1386831766700,Code:22} null
766.700 Out: C 5896 Symbols findByAddr "P4996" 2009803809
766.700 Inp: R 5896 {Format:"Symbol not found",Time:1386831766700,Code:22} null
766.700 Out: C 5897 Symbols findByAddr "P4996" 2009803810
766.702 Inp: R 5897 {Format:"Symbol not found",Time:1386831766701,Code:22} null
766.702 Out: C 5898 Symbols findByAddr "P4996" 2009803811
766.702 Inp: R 5898 {Format:"Symbol not found",Time:1386831766702,Code:22} null
766.702 Out: C 5899 Symbols findByAddr "P4996" 2009803812
766.703 Inp: R 5899 {Format:"Symbol not found",Time:1386831766702,Code:22} null
766.703 Out: C 5900 Symbols findByAddr "P4996" 2009803813
766.703 Inp: R 5900 {Format:"Symbol not found",Time:1386831766703,Code:22} null
766.703 Out: C 5901 Symbols findByAddr "P4996" 2009803814
766.703 Inp: R 5901 {Format:"Symbol not found",Time:1386831766703,Code:22} null
766.703 Out: C 5902 Symbols findByAddr "P4996" 2009803815
766.704 Inp: R 5902 {Format:"Symbol not found",Time:1386831766704,Code:22} null
766.704 Out: C 5903 Symbols findByAddr "P4996" 2009803816
766.704 Inp: R 5903 {Format:"Symbol not found",Time:1386831766704,Code:22} null
766.704 Out: C 5904 Symbols findByAddr "P4996" 2009803817
766.705 Inp: R 5904 {Format:"Symbol not found",Time:1386831766704,Code:22} null
766.706 Out: C 5905 Symbols findByAddr "P4996" 2009803818
766.707 Out: C 5906 Symbols findByAddr "P4996" 2009803804
766.707 Inp: R 5905 {Format:"Symbol not found",Time:1386831766707,Code:22} null
766.707 Out: C 5907 Symbols findByAddr "P4996" 2009803819
766.707 Inp: R 5906 {Format:"Symbol not found",Time:1386831766707,Code:22} null
766.707 Inp: R 5907 {Format:"Symbol not found",Time:1386831766707,Code:22} null
766.708 Out: C 5908 Symbols findByAddr "P4996" 2009803820
766.708 Inp: R 5908 {Format:"Symbol not found",Time:1386831766708,Code:22} null
766.708 Out: C 5909 Symbols findByAddr "P4996" 2009803821
766.708 Inp: R 5909 {Format:"Symbol not found",Time:1386831766708,Code:22} null
766.708 Out: C 5910 Symbols findByAddr "P4996" 2009803822
766.709 Inp: R 5910 {Format:"Symbol not found",Time:1386831766709,Code:22} null
766.709 Out: C 5911 Symbols findByAddr "P4996" 2009803823
766.712 Inp: R 5911 {Format:"Symbol not found",Time:1386831766712,Code:22} null
766.712 Out: C 5912 Symbols findByAddr "P4996" 2009803824
766.713 Inp: R 5912 {Format:"Symbol not found",Time:1386831766712,Code:22} null
766.713 Out: C 5913 Symbols findByAddr "P4996" 2009803825
766.713 Inp: R 5913 {Format:"Symbol not found",Time:1386831766713,Code:22} null
766.713 Out: C 5914 Symbols findByAddr "P4996" 2009803826
766.714 Inp: R 5914 {Format:"Symbol not found",Time:1386831766714,Code:22} null
766.714 Out: C 5915 Symbols findByAddr "P4996" 2009803827
766.714 Inp: R 5915 {Format:"Symbol not found",Time:1386831766714,Code:22} null
766.715 Out: C 5916 Symbols findByAddr "P4996" 2009803828
766.715 Inp: R 5916 {Format:"Symbol not found",Time:1386831766715,Code:22} null
766.715 Out: C 5917 Symbols findByAddr "P4996" 2009803829
766.715 Inp: R 5917 {Format:"Symbol not found",Time:1386831766715,Code:22} null
766.716 Out: C 5918 Symbols findByAddr "P4996" 2009803830
766.716 Inp: R 5918 {Format:"Symbol not found",Time:1386831766716,Code:22} null
766.716 Out: C 5919 Symbols findByAddr "P4996" 2009803831
766.716 Inp: R 5919 {Format:"Symbol not found",Time:1386831766716,Code:22} null
766.716 Out: C 5920 Symbols findByAddr "P4996" 2009803832
766.717 Inp: R 5920 {Format:"Symbol not found",Time:1386831766716,Code:22} null
766.717 Out: C 5921 Symbols findByAddr "P4996" 2009803833
766.717 Inp: R 5921 {Format:"Symbol not found",Time:1386831766717,Code:22} null
766.717 Out: C 5922 Symbols findByAddr "P4996" 2009803834
766.717 Inp: R 5922 {Format:"Symbol not found",Time:1386831766717,Code:22} null
766.718 Out: C 5923 Symbols findByAddr "P4996" 2009803835
766.718 Inp: R 5923 {Format:"Symbol not found",Time:1386831766718,Code:22} null
766.718 Out: C 5924 Symbols findByAddr "P4996" 2009803836
766.718 Inp: R 5924 {Format:"Symbol not found",Time:1386831766718,Code:22} null
766.718 Out: C 5925 Symbols findByAddr "P4996" 2009803837
766.719 Inp: R 5925 {Format:"Symbol not found",Time:1386831766718,Code:22} null
766.719 Out: C 5926 Symbols findByAddr "P4996" 2009803838
766.719 Inp: R 5926 {Format:"Symbol not found",Time:1386831766719,Code:22} null
766.719 Out: C 5927 Symbols findByAddr "P4996" 2009803839
766.719 Inp: R 5927 {Format:"Symbol not found",Time:1386831766719,Code:22} null
766.719 Out: C 5928 Symbols findByAddr "P4996" 2009803840
766.720 Inp: R 5928 {Format:"Symbol not found",Time:1386831766720,Code:22} null
766.720 Out: C 5929 Symbols findByAddr "P4996" 2009803841
766.720 Inp: R 5929 {Format:"Symbol not found",Time:1386831766720,Code:22} null
766.720 Out: C 5930 Symbols findByAddr "P4996" 2009803842
766.721 Inp: R 5930 {Format:"Symbol not found",Time:1386831766720,Code:22} null
766.721 Out: C 5931 Symbols findByAddr "P4996" 2009803843
766.721 Inp: R 5931 {Format:"Symbol not found",Time:1386831766721,Code:22} null
766.721 Out: C 5932 Symbols findByAddr "P4996" 2009803844
766.721 Inp: R 5932 {Format:"Symbol not found",Time:1386831766721,Code:22} null
766.721 Out: C 5933 Symbols findByAddr "P4996" 2009803845
766.721 Inp: R 5933 {Format:"Symbol not found",Time:1386831766721,Code:22} null
766.721 Out: C 5934 Symbols findByAddr "P4996" 2009803846
766.722 Inp: R 5934 {Format:"Symbol not found",Time:1386831766721,Code:22} null
766.722 Out: C 5935 Symbols findByAddr "P4996" 2009803847
766.722 Inp: R 5935 {Format:"Symbol not found",Time:1386831766722,Code:22} null
766.722 Out: C 5936 Symbols findByAddr "P4996" 2009803848
766.722 Inp: R 5936 {Format:"Symbol not found",Time:1386831766722,Code:22} null
766.722 Out: C 5937 Symbols findByAddr "P4996" 2009803849
766.722 Inp: R 5937 {Format:"Symbol not found",Time:1386831766722,Code:22} null
766.722 Out: C 5938 Symbols findByAddr "P4996" 2009803850
766.723 Inp: R 5938 {Format:"Symbol not found",Time:1386831766722,Code:22} null
766.723 Out: C 5939 Symbols findByAddr "P4996" 2009803851
766.723 Inp: R 5939 {Format:"Symbol not found",Time:1386831766723,Code:22} null
766.723 Out: C 5940 Symbols findByAddr "P4996" 2009803852
766.724 Inp: R 5940 {Format:"Symbol not found",Time:1386831766723,Code:22} null
766.724 Out: C 5941 Symbols findByAddr "P4996" 2009803853
766.724 Inp: R 5941 {Format:"Symbol not found",Time:1386831766724,Code:22} null
766.724 Out: C 5942 Symbols findByAddr "P4996" 2009803854
766.724 Inp: R 5942 {Format:"Symbol not found",Time:1386831766724,Code:22} null
766.725 Out: C 5943 Symbols findByAddr "P4996" 2009803855
766.725 Inp: R 5943 {Format:"Symbol not found",Time:1386831766725,Code:22} null
766.725 Out: C 5944 Symbols findByAddr "P4996" 2009803856
766.725 Inp: R 5944 {Format:"Symbol not found",Time:1386831766725,Code:22} null
766.725 Out: C 5945 Symbols findByAddr "P4996" 2009803857
766.726 Inp: R 5945 {Format:"Symbol not found",Time:1386831766725,Code:22} null
766.726 Out: C 5946 Symbols findByAddr "P4996" 2009803858
766.726 Inp: R 5946 {Format:"Symbol not found",Time:1386831766726,Code:22} null
766.726 Out: C 5947 Symbols findByAddr "P4996" 2009803859
766.726 Inp: R 5947 {Format:"Symbol not found",Time:1386831766726,Code:22} null
766.726 Out: C 5948 Symbols findByAddr "P4996" 2009803860
766.727 Inp: R 5948 {Format:"Symbol not found",Time:1386831766726,Code:22} null
766.727 Out: C 5949 Symbols findByAddr "P4996" 2009803861
766.727 Inp: R 5949 {Format:"Symbol not found",Time:1386831766727,Code:22} null
766.727 Out: C 5950 Symbols findByAddr "P4996" 2009803862
766.727 Inp: R 5950 {Format:"Symbol not found",Time:1386831766727,Code:22} null
766.727 Out: C 5951 Symbols findByAddr "P4996" 2009803863
766.728 Inp: R 5951 {Format:"Symbol not found",Time:1386831766727,Code:22} null
766.728 Out: C 5952 Symbols findByAddr "P4996" 2009803864
766.728 Inp: R 5952 {Format:"Symbol not found",Time:1386831766728,Code:22} null
766.728 Out: C 5953 Symbols findByAddr "P4996" 2009803865
766.728 Inp: R 5953 {Format:"Symbol not found",Time:1386831766728,Code:22} null
766.729 Out: C 5954 Symbols findByAddr "P4996" 2009803866
766.729 Inp: R 5954 {Format:"Symbol not found",Time:1386831766729,Code:22} null
766.729 Out: C 5955 Symbols findByAddr "P4996" 2009803867
766.729 Inp: R 5955 {Format:"Symbol not found",Time:1386831766729,Code:22} null
766.729 Out: C 5956 Symbols findByAddr "P4996" 2009803868
766.730 Inp: R 5956 {Format:"Symbol not found",Time:1386831766729,Code:22} null
766.730 Out: C 5957 Symbols findByAddr "P4996" 2009803869
766.730 Inp: R 5957 {Format:"Symbol not found",Time:1386831766730,Code:22} null
766.730 Out: C 5958 Symbols findByAddr "P4996" 2009803870
766.730 Inp: R 5958 {Format:"Symbol not found",Time:1386831766730,Code:22} null
766.730 Out: C 5959 Symbols findByAddr "P4996" 2009803871
766.730 Inp: R 5959 {Format:"Symbol not found",Time:1386831766730,Code:22} null
766.730 Out: C 5960 Symbols findByAddr "P4996" 2009803872
766.730 Inp: R 5960 {Format:"Symbol not found",Time:1386831766730,Code:22} null
766.731 Out: C 5961 Symbols findByAddr "P4996" 2009803873
766.731 Inp: R 5961 {Format:"Symbol not found",Time:1386831766731,Code:22} null
766.731 Out: C 5962 Symbols findByAddr "P4996" 2009803874
766.731 Inp: R 5962 {Format:"Symbol not found",Time:1386831766731,Code:22} null
766.731 Out: C 5963 Symbols findByAddr "P4996" 2009803875
766.731 Inp: R 5963 {Format:"Symbol not found",Time:1386831766731,Code:22} null
766.731 Out: C 5964 LineNumbers mapToSource "P4996" 2009803792 2009803876
766.731 Inp: R 5964 null null
766.731 Out: C 5965 Memory get "P4996" 2009803792 1 84 0
766.732 Inp: R 5965 (84) null null
767.216 Out: C 5966 RunControl resume "P4996.7320" 3 1
767.216 Inp: E RunControl contextResumed "P4996.7320"
767.217 Inp: R 5966 null
767.217 Inp: E RunControl contextSuspended "P4996.7320" 2009803809 "Step" {}
767.217 Out: C 5968 StackTrace getChildrenRange "P4996.7320" 0 10
767.218 Inp: R 5968 null ["FP0.P4996.7320"]
767.218 Out: C 5969 StackTrace getContext ["FP0.P4996.7320"]
767.218 Inp: R 5969 [{TopFrame:true,Index:0,IP:2009803809,ID:"FP0.P4996.7320",Level:0,ProcessID:"P4996",ParentID:"P4996.7320"}] null
767.218 Out: C 5970 LineNumbers mapToSource "P4996" 2009803809 2009803810
767.219 Inp: R 5970 null null
767.265 Out: C 5971 Symbols findByAddr "P4996" 2009803809
767.266 Inp: R 5971 {Format:"Symbol not found",Time:1386831767266,Code:22} null
767.584 Out: C 5972 RunControl resume "P4996.7320" 3 1
767.584 Inp: E RunControl contextResumed "P4996.7320"
767.584 Inp: R 5972 null
767.584 Inp: E RunControl contextSuspended "P4996.7320" 2009803816 "Step" {}
767.586 Out: C 5973 StackTrace getChildrenRange "P4996.7320" 0 10
767.586 Inp: R 5973 null ["FP0.P4996.7320"]
767.611 Out: C 5974 StackTrace getContext ["FP0.P4996.7320"]
767.611 Inp: R 5974 [{TopFrame:true,Index:0,IP:2009803816,ID:"FP0.P4996.7320",Level:0,ProcessID:"P4996",ParentID:"P4996.7320"}] null
767.611 Out: C 5975 LineNumbers mapToSource "P4996" 2009803816 2009803817
767.612 Inp: R 5975 null null
767.650 Out: C 5976 Symbols findByAddr "P4996" 2009803816
767.651 Inp: R 5976 {Format:"Symbol not found",Time:1386831767650,Code:22} null
767.983 Out: C 5977 RunControl resume "P4996.7320" 3 1
767.984 Inp: E RunControl contextResumed "P4996.7320"
767.984 Inp: R 5977 null
767.985 Inp: E RunControl contextSuspended "P4996.7320" 2009803820 "Step" {}
767.986 Out: C 5978 StackTrace getChildrenRange "P4996.7320" 0 10
767.987 Inp: R 5978 null ["FP0.P4996.7320"]
768.012 Out: C 5979 StackTrace getContext ["FP0.P4996.7320"]
768.012 Inp: R 5979 [{TopFrame:true,Index:0,IP:2009803820,ID:"FP0.P4996.7320",Level:0,ProcessID:"P4996",ParentID:"P4996.7320"}] null
768.012 Out: C 5980 LineNumbers mapToSource "P4996" 2009803820 2009803821
768.013 Inp: R 5980 null null
768.066 Out: C 5981 Symbols findByAddr "P4996" 2009803820
768.066 Inp: R 5981 {Format:"Symbol not found",Time:1386831768066,Code:22} null
768.319 Out: C 5982 RunControl resume "P4996.7320" 3 1
768.320 Inp: E RunControl contextResumed "P4996.7320"
768.320 Inp: R 5982 null
768.320 Inp: E RunControl contextSuspended "P4996.7320" 2009803824 "Step" {}
768.322 Out: C 5983 StackTrace getChildrenRange "P4996.7320" 0 10
768.322 Inp: R 5983 null ["FP0.P4996.7320"]
768.347 Out: C 5984 StackTrace getContext ["FP0.P4996.7320"]
768.347 Inp: R 5984 [{TopFrame:true,Index:0,IP:2009803824,ID:"FP0.P4996.7320",Level:0,ProcessID:"P4996",ParentID:"P4996.7320"}] null
768.347 Out: C 5985 LineNumbers mapToSource "P4996" 2009803824 2009803825
768.347 Inp: R 5985 null null
768.386 Out: C 5986 Symbols findByAddr "P4996" 2009803824
768.387 Inp: R 5986 {Format:"Symbol not found",Time:1386831768386,Code:22} null
768.696 Out: C 5987 RunControl resume "P4996.7320" 3 1
768.696 Inp: E RunControl contextResumed "P4996.7320"
768.696 Inp: R 5987 null
768.697 Inp: E RunControl contextSuspended "P4996.7320" 17109008 "Break Instruction" {}
768.698 Out: C 5988 StackTrace getChildrenRange "P4996.7320" 0 10
768.699 Inp: R 5988 null ["FP0.P4996.7320","FP1.P4996.7320","FP2.P4996.7320","FP3.P4996.7320","FP4.P4996.7320"]
768.707 Out: C 5989 Disassembly disassemble "P4996" 17109008 72 {}
768.710 Inp: R 5989 null [{Address:17109008,Instruction:[{Text:".byte 0x55",Type:"String"}],Size:1},{Address:17109009,Instruction:[{Text:".byte 0x8b",Type:"String"}],Size:1},{Address:17109010,Instruction:[{Text:".byte 0xec",Type:"String"}],Size:1},{Address:17109011,Instruction:[{Text:".byte 0x83",Type:"String"}],Size:1},{Address:17109012,Instruction:[{Text:".byte 0xec",Type:"String"}],Size:1},{Address:17109013,Instruction:[{Text:".byte 0x14",Type:"String"}],Size:1},{Address:17109014,Instruction:[{Text:".byte 0xc7",Type:"String"}],Size:1},{Address:17109015,Instruction:[{Text:".byte 0x45",Type:"String"}],Size:1},{Address:17109016,Instruction:[{Text:".byte 0xfc",Type:"String"}],Size:1},{Address:17109017,Instruction:[{Text:".byte 0x00",Type:"String"}],Size:1},{Address:17109018,Instruction:[{Text:".byte 0x00",Type:"String"}],Size:1},{Address:17109019,Instruction:[{Text:".byte 0x00",Type:"String"}],Size:1},{Address:17109020,Instruction:[{Text:".byte 0x00",Type:"String"}],Size:1},{Address:17109021,Instruction:[{Text:".byte 0x8b",Type:"String"}],Size:1},{Address:17109022,Instruction:[{Text:".byte 0x45",Type:"String"}],Size:1},{Address:17109023,Instruction:[{Text:".byte 0xfc",Type:"String"}],Size:1},{Address:17109024,Instruction:[{Text:".byte 0x89",Type:"String"}],Size:1},{Address:17109025,Instruction:[{Text:".byte 0x45",Type:"String"}],Size:1},{Address:17109026,Instruction:[{Text:".byte 0xf8",Type:"String"}],Size:1},{Address:17109027,Instruction:[{Text:".byte 0x83",Type:"String"}],Size:1},{Address:17109028,Instruction:[{Text:".byte 0x7d",Type:"String"}],Size:1},{Address:17109029,Instruction:[{Text:".byte 0xf8",Type:"String"}],Size:1},{Address:17109030,Instruction:[{Text:".byte 0x00",Type:"String"}],Size:1},{Address:17109031,Instruction:[{Text:".byte 0x74",Type:"String"}],Size:1},{Address:17109032,Instruction:[{Text:".byte 0x08",Type:"String"}],Size:1},{Address:17109033,Instruction:[{Text:".byte 0x83",Type:"String"}],Size:1},{Address:17109034,Instruction:[{Text:".byte 0x7d",Type:"String"}],Size:1},{Address:17109035,Instruction:[{Text:".byte 0xf8",Type:"String"}],Size:1},{Address:17109036,Instruction:[{Text:".byte 0x01",Type:"String"}],Size:1},{Address:17109037,Instruction:[{Text:".byte 0x74",Type:"String"}],Size:1},{Address:17109038,Instruction:[{Text:".byte 0x25",Type:"String"}],Size:1},{Address:17109039,Instruction:[{Text:".byte 0xeb",Type:"String"}],Size:1},{Address:17109040,Instruction:[{Text:".byte 0x31",Type:"String"}],Size:1},{Address:17109041,Instruction:[{Text:".byte 0x8b",Type:"String"}],Size:1},{Address:17109042,Instruction:[{Text:".byte 0x4d",Type:"String"}],Size:1},{Address:17109043,Instruction:[{Text:".byte 0xfc",Type:"String"}],Size:1},{Address:17109044,Instruction:[{Text:".byte 0x89",Type:"String"}],Size:1},{Address:17109045,Instruction:[{Text:".byte 0x4d",Type:"String"}],Size:1},{Address:17109046,Instruction:[{Text:".byte 0xf4",Type:"String"}],Size:1},{Address:17109047,Instruction:[{Text:".byte 0x8b",Type:"String"}],Size:1},{Address:17109048,Instruction:[{Text:".byte 0x55",Type:"String"}],Size:1},{Address:17109049,Instruction:[{Text:".byte 0xf4",Type:"String"}],Size:1},{Address:17109050,Instruction:[{Text:".byte 0x52",Type:"String"}],Size:1},{Address:17109051,Instruction:[{Text:".byte 0x68",Type:"String"}],Size:1},{Address:17109052,Instruction:[{Text:".byte 0x00",Type:"String"}],Size:1},{Address:17109053,Instruction:[{Text:".byte 0x50",Type:"String"}],Size:1},{Address:17109054,Instruction:[{Text:".byte 0x05",Type:"String"}],Size:1},{Address:17109055,Instruction:[{Text:".byte 0x01",Type:"String"}],Size:1},{Address:17109056,Instruction:[{Text:".byte 0xff",Type:"String"}],Size:1},{Address:17109057,Instruction:[{Text:".byte 0x15",Type:"String"}],Size:1},{Address:17109058,Instruction:[{Text:".byte 0x24",Type:"String"}],Size:1},{Address:17109059,Instruction:[{Text:".byte 0x62",Type:"String"}],Size:1},{Address:17109060,Instruction:[{Text:".byte 0x05",Type:"String"}],Size:1},{Address:17109061,Instruction:[{Text:".byte 0x01",Type:"String"}],Size:1},{Address:17109062,Instruction:[{Text:".byte 0x83",Type:"String"}],Size:1},{Address:17109063,Instruction:[{Text:".byte 0xc4",Type:"String"}],Size:1},{Address:17109064,Instruction:[{Text:".byte 0x08",Type:"String"}],Size:1},{Address:17109065,Instruction:[{Text:".byte 0x8b",Type:"String"}],Size:1},{Address:17109066,Instruction:[{Text:".byte 0x45",Type:"String"}],Size:1},{Address:17109067,Instruction:[{Text:".byte 0xfc",Type:"String"}],Size:1},{Address:17109068,Instruction:[{Text:".byte 0x83",Type:"String"}],Size:1},{Address:17109069,Instruction:[{Text:".byte 0xc0",Type:"String"}],Size:1},{Address:17109070,Instruction:[{Text:".byte 0x01",Type:"String"}],Size:1},{Address:17109071,Instruction:[{Text:".byte 0x89",Type:"String"}],Size:1},{Address:17109072,Instruction:[{Text:".byte 0x45",Type:"String"}],Size:1},{Address:17109073,Instruction:[{Text:".byte 0xfc",Type:"String"}],Size:1},{Address:17109074,Instruction:[{Text:".byte 0xeb",Type:"String"}],Size:1},{Address:17109075,Instruction:[{Text:".byte 0x0e",Type:"String"}],Size:1},{Address:17109076,Instruction:[{Text:".byte 0x68",Type:"String"}],Size:1},{Address:17109077,Instruction:[{Text:".byte 0x10",Type:"String"}],Size:1},{Address:17109078,Instruction:[{Text:".byte 0x50",Type:"String"}],Size:1},{Address:17109079,Instruction:[{Text:".byte 0x05",Type:"String"}],Size:1}]
768.711 Out: C 5990 Symbols findByAddr "P4996" 17109008
768.712 Inp: R 5990 null "@S1050000.1.0.0.P4996"
768.712 Out: C 5991 Symbols getContext "@S1050000.1.0.0.P4996"
768.712 Inp: R 5991 null {Name:"main",TypeClass:8,UpdatePolicy:0,Class:3,Address:17109008,ID:"@S1050000.1.0.0.P4996",OwnerID:"P4996",BaseTypeID:"@S1050000.E.0.0.P4996",TypeID:"@S1050000.2.0.0.P4996",Size:157}
768.712 Out: C 5992 LineNumbers mapToSource "P4996" 17109008 17109080
768.713 Inp: R 5992 null [{ELine:5,SAddr:17109008,File:"c:\users\falkstef\runtime-eclipseapplication\tcfdebug\main.c",SLine:4,EAddr:17109014},{ELine:7,SAddr:17109014,SLine:5,EAddr:17109021},{ELine:10,SAddr:17109021,SLine:7,EAddr:17109041},{ELine:11,SAddr:17109041,SLine:10,EAddr:17109074},{ELine:13,SAddr:17109074,SLine:11,EAddr:17109076},{ELine:17,SAddr:17109076,SLine:13,EAddr:17109090}]
768.714 Out: C 5993 Memory get "P4996" 17109008 1 72 0
768.714 Inp: R 5993 (72) null null
768.723 Out: C 5994 StackTrace getContext ["FP0.P4996.7320"]
768.723 Inp: R 5994 [{TopFrame:true,Index:0,IP:17109008,FP:2620904,ID:"FP0.P4996.7320",RP:17109582,Level:4,ProcessID:"P4996",ParentID:"P4996.7320"}] null
768.723 Out: C 5995 LineNumbers mapToSource "P4996" 17109008 17109009
768.724 Inp: R 5995 null [{ELine:5,SAddr:17109008,File:"c:\users\falkstef\runtime-eclipseapplication\tcfdebug\main.c",SLine:4,EAddr:17109014}]
768.967 Out: C 5996 Symbols findByAddr "P4996" 17109008
768.967 Inp: R 5996 null "@S1050000.1.0.0.P4996"
768.968 Out: C 5997 Symbols getContext "@S1050000.1.0.0.P4996"
768.968 Inp: R 5997 null {Name:"main",TypeClass:8,UpdatePolicy:0,Class:3,Address:17109008,ID:"@S1050000.1.0.0.P4996",OwnerID:"P4996",BaseTypeID:"@S1050000.E.0.0.P4996",TypeID:"@S1050000.2.0.0.P4996",Size:157}
768.983 Out: C 5998 StackTrace getContext ["FP1.P4996.7320"]
768.983 Out: C 5999 StackTrace getContext ["FP2.P4996.7320"]
768.983 Out: C 6000 StackTrace getContext ["FP3.P4996.7320"]
768.983 Out: C 6001 StackTrace getContext ["FP4.P4996.7320"]
768.983 Inp: R 5998 [{Index:1,IP:17109582,FP:2620972,ID:"FP1.P4996.7320",RP:1982131548,Level:3,ProcessID:"P4996",ParentID:"P4996.7320"}] null
768.984 Out: C 6002 LineNumbers mapToSource "P4996" 17109581 17109582
768.984 Inp: R 5999 [{Index:2,IP:1982131548,FP:2620984,ID:"FP2.P4996.7320",RP:2009872379,Level:2,ProcessID:"P4996",ParentID:"P4996.7320"}] null
768.984 Inp: R 6000 [{Index:3,IP:2009872379,FP:2621048,ID:"FP3.P4996.7320",RP:2009872334,Level:1,ProcessID:"P4996",ParentID:"P4996.7320"}] null
768.984 Inp: R 6001 [{Index:4,IP:2009872334,ID:"FP4.P4996.7320",Level:0,ProcessID:"P4996",ParentID:"P4996.7320"}] null
768.984 Out: C 6003 Symbols findByAddr "P4996" 17109581
768.984 Out: C 6004 LineNumbers mapToSource "P4996" 1982131547 1982131548
768.984 Out: C 6005 Symbols findByAddr "P4996" 1982131547
768.984 Out: C 6006 LineNumbers mapToSource "P4996" 2009872378 2009872379
768.984 Out: C 6007 Symbols findByAddr "P4996" 2009872378
768.984 Out: C 6008 LineNumbers mapToSource "P4996" 2009872333 2009872334
768.984 Out: C 6009 Symbols findByAddr "P4996" 2009872333
768.985 Inp: R 6002 null [{ELine:565,SAddr:17109559,File:"f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c",SLine:555,EAddr:17109590}]
768.985 Inp: R 6003 null "@S1050000.11.0.0.P4996"
768.985 Inp: R 6004 null null
768.985 Inp: R 6005 null "@S0.2C.0.0.P4996"
768.985 Inp: R 6006 null null
768.985 Inp: R 6007 {Format:"Symbol not found",Time:1386831768984,Code:22} null
768.985 Inp: R 6008 null null
768.985 Inp: R 6009 {Format:"Symbol not found",Time:1386831768984,Code:22} null
768.985 Out: C 6010 Symbols getContext "@S1050000.11.0.0.P4996"
768.985 Out: C 6011 Symbols getContext "@S0.2C.0.0.P4996"
768.985 Inp: R 6010 null {Name:"__tmainCRTStartup",TypeClass:8,UpdatePolicy:0,Class:3,Address:17109292,ID:"@S1050000.11.0.0.P4996",OwnerID:"P4996",BaseTypeID:"@S1050000.E.0.0.P4996",TypeID:"@S1050000.12.0.0.P4996",Size:393}
768.985 Inp: R 6011 {Format:"The parameter is incorrect",Time:1386831768985,Code:1} null
768.999 Out: C 6012 RunControl resume "P4996.7320" 3 1
769.000 Inp: E RunControl contextResumed "P4996.7320"
769.000 Inp: R 6012 null
769.000 Inp: E RunControl contextSuspended "P4996.7320" 17109014 "Step" {}
769.001 Out: C 6013 StackTrace getChildrenRange "P4996.7320" 0 10
769.001 Inp: R 6013 null ["FP0.P4996.7320","FP1.P4996.7320","FP2.P4996.7320","FP3.P4996.7320","FP4.P4996.7320"]
769.008 Out: C 6014 StackTrace getContext ["FP0.P4996.7320"]
769.008 Inp: R 6014 [{TopFrame:true,Index:0,IP:17109014,FP:2620904,ID:"FP0.P4996.7320",RP:17109582,Level:4,ProcessID:"P4996",ParentID:"P4996.7320"}] null
769.009 Out: C 6015 LineNumbers mapToSource "P4996" 17109014 17109015
769.009 Inp: R 6015 null [{ELine:7,SAddr:17109014,File:"c:\users\falkstef\runtime-eclipseapplication\tcfdebug\main.c",SLine:5,EAddr:17109021}]
769.021 Out: C 6016 Symbols findByAddr "P4996" 17109014
769.021 Out: C 6017 StackTrace getContext ["FP1.P4996.7320"]
769.021 Out: C 6018 StackTrace getContext ["FP2.P4996.7320"]
769.021 Out: C 6019 StackTrace getContext ["FP3.P4996.7320"]
769.021 Out: C 6020 StackTrace getContext ["FP4.P4996.7320"]
769.022 Inp: R 6016 null "@S1050000.1.0.0.P4996"
769.022 Inp: R 6017 [{Index:1,IP:17109582,FP:2620972,ID:"FP1.P4996.7320",RP:1982131548,Level:3,ProcessID:"P4996",ParentID:"P4996.7320"}] null
769.022 Inp: R 6018 [{Index:2,IP:1982131548,FP:2620984,ID:"FP2.P4996.7320",RP:2009872379,Level:2,ProcessID:"P4996",ParentID:"P4996.7320"}] null
769.022 Inp: R 6019 [{Index:3,IP:2009872379,FP:2621048,ID:"FP3.P4996.7320",RP:2009872334,Level:1,ProcessID:"P4996",ParentID:"P4996.7320"}] null
769.022 Inp: R 6020 [{Index:4,IP:2009872334,ID:"FP4.P4996.7320",Level:0,ProcessID:"P4996",ParentID:"P4996.7320"}] null
769.022 Out: C 6021 Symbols getContext "@S0.2C.0.0.P4996"
769.022 Inp: R 6021 {Format:"The parameter is incorrect",Time:1386831769022,Code:1} null
770.343 Out: C 6022 RunControl resume "P4996.7320" 3 1
770.344 Inp: E RunControl contextResumed "P4996.7320"
770.344 Inp: R 6022 null
770.345 Inp: E RunControl contextSuspended "P4996.7320" 17109021 "Step" {}
770.346 Out: C 6023 StackTrace getChildrenRange "P4996.7320" 0 10
770.346 Inp: R 6023 null ["FP0.P4996.7320","FP1.P4996.7320","FP2.P4996.7320","FP3.P4996.7320","FP4.P4996.7320"]
770.360 Out: C 6024 StackTrace getContext ["FP0.P4996.7320"]
770.360 Inp: R 6024 [{TopFrame:true,Index:0,IP:17109021,FP:2620904,ID:"FP0.P4996.7320",RP:17109582,Level:4,ProcessID:"P4996",ParentID:"P4996.7320"}] null
770.360 Out: C 6025 LineNumbers mapToSource "P4996" 17109021 17109022
770.361 Inp: R 6025 null [{ELine:10,SAddr:17109021,File:"c:\users\falkstef\runtime-eclipseapplication\tcfdebug\main.c",SLine:7,EAddr:17109041}]
770.393 Out: C 6026 Symbols findByAddr "P4996" 17109021
770.394 Out: C 6027 StackTrace getContext ["FP1.P4996.7320"]
770.394 Out: C 6028 StackTrace getContext ["FP2.P4996.7320"]
770.394 Out: C 6029 StackTrace getContext ["FP3.P4996.7320"]
770.394 Out: C 6030 StackTrace getContext ["FP4.P4996.7320"]
770.395 Inp: R 6026 null "@S1050000.1.0.0.P4996"
770.395 Inp: R 6027 [{Index:1,IP:17109582,FP:2620972,ID:"FP1.P4996.7320",RP:1982131548,Level:3,ProcessID:"P4996",ParentID:"P4996.7320"}] null
770.395 Inp: R 6028 [{Index:2,IP:1982131548,FP:2620984,ID:"FP2.P4996.7320",RP:2009872379,Level:2,ProcessID:"P4996",ParentID:"P4996.7320"}] null
770.395 Inp: R 6029 [{Index:3,IP:2009872379,FP:2621048,ID:"FP3.P4996.7320",RP:2009872334,Level:1,ProcessID:"P4996",ParentID:"P4996.7320"}] null
770.395 Inp: R 6030 [{Index:4,IP:2009872334,ID:"FP4.P4996.7320",Level:0,ProcessID:"P4996",ParentID:"P4996.7320"}] null
770.395 Out: C 6031 Symbols getContext "@S0.2C.0.0.P4996"
770.395 Inp: R 6031 {Format:"The parameter is incorrect",Time:1386831770395,Code:1} null
775.381 Out: C 6032 Symbols getSymFileInfo "P4996" 17104896
775.382 Inp: R 6032 null {FileError:{Format:"The parameter is incorrect",Time:1386831775381,AltOrg:"_WIN32",AltCode:87,Code:1},Addr:17104896,Size:32768}
775.383 Out: C 6033 Symbols getSymFileInfo "P4996" 2009464832
775.383 Inp: R 6033 null {FileError:{Format:"The parameter is incorrect",Time:1386831775383,AltOrg:"_WIN32",AltCode:87,Code:1},Addr:2009464832,Size:1298432}
775.385 Out: C 6034 Symbols getSymFileInfo "P4996" 1981808640
775.385 Inp: R 6034 null {FileError:{Format:"The parameter is incorrect",Time:1386831775385,AltOrg:"_WIN32",AltCode:87,Code:1},Addr:1981808640,Size:868352}
775.386 Out: C 6035 Symbols getSymFileInfo "P4996" 1977745408
775.386 Inp: R 6035 null {FileError:{Format:"The parameter is incorrect",Time:1386831775386,AltOrg:"_WIN32",AltCode:87,Code:1},Addr:1977745408,Size:307200}
775.388 Out: C 6036 Symbols getSymFileInfo "P4996" 1740898304
775.388 Inp: R 6036 null {FileError:{Format:"The parameter is incorrect",Time:1386831775388,AltOrg:"_WIN32",AltCode:87,Code:1},Addr:1740898304,Size:782336}
825.917 Out: C 6037 Symbols getSymFileInfo "P4996" 2009464832
825.918 Inp: R 6037 null {FileError:{Format:"The parameter is incorrect",Time:1386831825918,AltOrg:"_WIN32",AltCode:87,Code:1},Addr:2009464832,Size:1298432}
877.858 Out: C 6038 ProcessesV1 setWinSize "P4996" 234 19
877.858 Inp: R 6038 null

Attachment: agent_debug.png
Description: agent_debug.png


Back to the top