Skip to content
  • Petr Machata's avatar
    The same work needs to be done on attach as when _start is hit · df2c88ce
    Petr Machata authored
    - Extract the logic to a separate function, called from open_pid and
      entry_breakpoint_on_hit.
    
    - Since there is no other way to get on dyn_addr in open_pid anyway,
      simply look for the main library, and read it there.  That means we
      don't need to track that information at entry_breakpoint anymore,
      and we can get rid of struct entry_breakpoint.
    df2c88ce