| Index: src/google_breakpad/processor/proc_maps_linux.h
|
| ===================================================================
|
| --- src/google_breakpad/processor/proc_maps_linux.h (revision 1476)
|
| +++ src/google_breakpad/processor/proc_maps_linux.h (working copy)
|
| @@ -45,6 +45,9 @@
|
| // "[heap]" and "[stack]" are used to represent the location of the process'
|
| // heap and stack, respectively.
|
| string path;
|
| +
|
| + // The line from /proc/<pid>/maps that this struct represents.
|
| + string line;
|
| };
|
|
|
| // Parses /proc/<pid>/maps input data and stores in |regions|. Returns true
|
|
|