Skip to content

Commit

Permalink
stop dropping lines from smaps
Browse files Browse the repository at this point in the history
  • Loading branch information
peadar committed Oct 1, 2024
1 parent cf12f42 commit 8c0bc9c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions live.cc
Original file line number Diff line number Diff line change
Expand Up @@ -312,15 +312,12 @@ Process::procAddressSpace(const std::string &fn) {
if (flag)
range.vmflags.insert( *flag );
}
} else {
input.ignore( std::numeric_limits<std::streamsize>::max(), '\n' );
}
}
}
return rv;
}


bool
LiveProcess::loadSharedObjectsFromFileNote()
{
Expand Down

0 comments on commit 8c0bc9c

Please sign in to comment.