Change the /proc/<pid>/maps to not assert on incorrect input
If LLDB reads some incorrect input form /proc/<pid>/maps then it
should report an error instead of assert-ing as we don't want to
crash in case of an incorrect maps file.
Differential D22211
Change the /proc/<pid>/maps to not assert on incorrect input tberghammer on Jul 11 2016, 4:24 AM. Authored by
Details Change the /proc/<pid>/maps to not assert on incorrect input If LLDB reads some incorrect input form /proc/<pid>/maps then it
Diff Detail
Event TimelineComment Actions Given that this "file" comes straight from the kernel, i don't think asserting here is necessarily a bad thing, but I don't really care either way... |