Index: src/google_breakpad/processor/minidump.h |
=================================================================== |
--- src/google_breakpad/processor/minidump.h (revision 1487) |
+++ src/google_breakpad/processor/minidump.h (working copy) |
@@ -916,6 +916,9 @@ |
public: |
virtual ~MinidumpLinuxMapsList(); |
+ // Get number of mappings. |
+ unsigned int get_maps_count() const { return valid_ ? maps_count_ : 0; } |
+ |
// Get mapping at the given memory address. The caller owns the pointer. |
const MinidumpLinuxMaps *GetLinuxMapsForAddress(uint64_t address) const; |
// Get mapping at the given index. The caller owns the pointer. |