From 8c0bc9c6c99321cea5533d7052df3405ce0ae606 Mon Sep 17 00:00:00 2001 From: Peter Edwards Date: Tue, 1 Oct 2024 12:14:16 +0100 Subject: [PATCH] stop dropping lines from smaps --- live.cc | 3 --- 1 file changed, 3 deletions(-) diff --git a/live.cc b/live.cc index bfbdb0b..caaf833 100644 --- a/live.cc +++ b/live.cc @@ -312,15 +312,12 @@ Process::procAddressSpace(const std::string &fn) { if (flag) range.vmflags.insert( *flag ); } - } else { - input.ignore( std::numeric_limits::max(), '\n' ); } } } return rv; } - bool LiveProcess::loadSharedObjectsFromFileNote() {