aboutsummaryrefslogtreecommitdiff
path: root/src/processor/range_map_unittest.cc
diff options
context:
space:
mode:
authormmentovai <mmentovai@4c0a9323-5329-0410-9bdc-e9ce6186880e>2006-09-20 16:20:15 +0000
committermmentovai <mmentovai@4c0a9323-5329-0410-9bdc-e9ce6186880e>2006-09-20 16:20:15 +0000
commit8c2a4def4ecfbf6293b27eff4359a274e9774b4e (patch)
treee9027ac626e3dcb71d8eb2cae4629ba492d8320b /src/processor/range_map_unittest.cc
parentAdd ppc types to minidump_format.h (#25). r=waylonis (diff)
downloadbreakpad-8c2a4def4ecfbf6293b27eff4359a274e9774b4e.tar.xz
Handle frame pointer omission (#21), part 1: ContainedRangeMap. r=bryner.
- ContainedRangeMap is the data structure that will be used to store and look up debugging information for frames by instruction address. The debugging information includes a way to locate the calling frame in the absence of a saved frame pointer. - Restructure RangeMap into an -inl file to match ContainedRangeMap. http://groups.google.com/group/airbag-dev/browse_thread/thread/c5823bfc1828ed42 git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@29 4c0a9323-5329-0410-9bdc-e9ce6186880e
Diffstat (limited to 'src/processor/range_map_unittest.cc')
-rw-r--r--src/processor/range_map_unittest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/processor/range_map_unittest.cc b/src/processor/range_map_unittest.cc
index ecb76c79..02b2fdbe 100644
--- a/src/processor/range_map_unittest.cc
+++ b/src/processor/range_map_unittest.cc
@@ -21,7 +21,7 @@
#include <cstdio>
#include <memory>
-#include "processor/range_map.h"
+#include "processor/range_map-inl.h"
using std::auto_ptr;