Skip to content
  • Ben's avatar
    Revert some changes introduces by Artem's patches in e9173fbc..42d939e1. · a535df92
    Ben authored
    Make ProcList::find(pid) return a pointer instead of having to deal with
    exceptions. Not finding a process is common. And having big try/catch blocks
    may silent legit exception.
    
    Also move back ProcInfo initialization back to its contructor.
    The whole point of having a seperate ProcList class was not to move ProcInfo
    code there.
    a535df92