About
Docs
Files
Support
Index

Essentials
AutoDocs
Library functions
Cooperate
Process mastering
Debug
Own debugging kit
FGE
Smart modeid pick
Loader
Shared lib. loader
Macros
Helper macros
Structs
All the structures
Logs
Library changelogs
Tools
Progs baked inside

Tools
amiscreen0.3
ansifilter0.1
auto2guide0.1
ccfilter0.1
chipset0.1
cputype0.1
device640.1
dupfilter0.1
expandlogs0.1
findsm0.2
fmpp0.1
fsmount0.1
genanim0.3
gensymtab0.1
hashlab0.4
ktm0.6
linkpoint0.1
logo2ilbm0.1
lpradio0.1
lzwpack0.1
minism0.2
mkheader0.1
modeidctrl0.1
mss0.6
multisum0.3
newterm0.2
numconv0.1
palhack1.1
patmat0.1
pfr0.2
playamitape0.1
qdbflags0.1
qfill0.1
resmodinit0.2
sadctrl0.2
saveassign0.1
setanim0.2
systime0.1
tokendump0.1
uassign0.1
viewlogo0.1
waitback0.4
wrapmount0.1



F
M
P
P

fmpp-0.1
---------

---

Find My Parent Please(fmpp) is one such  CLI  tool that allows to associate
so called  parent processes with their children. It is  all pure heuristics
so really don't expect this prog to match pairs/groups flawlessly.

---

NOTES:

[*]
Requires  68020(no FPU)+,  OS2.04(theoretically)+,  8+ kilo of free memory.

[*]
The output  looks like this and is generally divided into three groups. The
very first group are pairs or groups of families:

p $015A6130 process  $0165F8E8 - $0166B878     49040   Background CLI [xxx]
c $015A5490 task     $0166237A - $00000000         0   xxx: yyy
^ ^^^^^^^^^ ^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^     ^^^^^   ^^^^^^^^^^^^^^^^^^^^
1 2         3        4                         5       6

  1 - Indicates whether  the process is a (p)arent or (c)hild of a process.
  2 - This  shows the address of this very object(the  TCB in other words).
  3 - Type of object, can be a  'task'(child)  or  'process'(parent/child).
  4 - In case of 'parent' this will be the code segment range, but when the
      object is a 'child' this can be its current PC or LFRA(Local Function
      Return Address).
  5 - Size of the code segment in case of 'parent', or  0 for PC, or -1 for
      LFRA in case of 'child'.
  6 - Task/process  name and maybe a  command name that  is currently being
      executed.

Second  group are children  who have no  parents, and  the last  group  are
parents who have no children or proggy failed to find them.

---

HELP:

   > fmpp

     ; No argument parsing

---

USAGE:

   fmpp

---
megacz
    














































No more fear cus pure HTML is here!
Copyright (C) 2013-2014 by Burnt Chip Dominators