Search:

Type: Posts; User: steph

Search: Search took 0.00 seconds.

  1. Replies
    8
    Views
    1,955

    Still undifined symbol __EPI,even with extern and...

    Still undifined symbol __EPI,even with extern and difinition.
    I want to get function depth like,each time function called in thread:

    main.1
    d1 2
    d2 3
    d2 4
  2. Replies
    8
    Views
    1,955

    How,what info ? I think I cant understand your...

    How,what info ? I think I cant understand your point of view.
  3. Replies
    8
    Views
    1,955

    Ok, and what about "backtrace/stackWalk" in...

    Ok, and what about "backtrace/stackWalk" in watcom (QNX)? With them it will be really simple to calculate function runtime depth.
  4. Replies
    8
    Views
    1,955

    One of the reasons - it mustn't be done manualy....

    One of the reasons - it mustn't be done manualy. It's look like to have only position of function start, but not end of it, so i can put only in
    start
    __EPI("foo");
    void foo ( ) { __EPI("foo");...
  5. Replies
    8
    Views
    1,955

    Watcom __PRO,__EPI and program profile

    Hello.


    I'm trying to get program call tree for code analys (something like):
    main
    --->func1
    --------->func2
    --->func3
Results 1 to 5 of 5