Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(71)

Side by Side Diff: src/processor/processor.gyp

Issue 2029953003: Adding support for overlapping ranges to RangeMap. (Closed) Base URL: https://chromium.googlesource.com/breakpad/breakpad.git@master
Patch Set: Last patch set after git pull. Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « src/processor/minidump.cc ('k') | src/processor/range_map.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 Google Inc. All rights reserved. 1 # Copyright 2014 Google Inc. All rights reserved.
2 # 2 #
3 # Redistribution and use in source and binary forms, with or without 3 # Redistribution and use in source and binary forms, with or without
4 # modification, are permitted provided that the following conditions are 4 # modification, are permitted provided that the following conditions are
5 # met: 5 # met:
6 # 6 #
7 # * Redistributions of source code must retain the above copyright 7 # * Redistributions of source code must retain the above copyright
8 # notice, this list of conditions and the following disclaimer. 8 # notice, this list of conditions and the following disclaimer.
9 # * Redistributions in binary form must reproduce the above 9 # * Redistributions in binary form must reproduce the above
10 # copyright notice, this list of conditions and the following disclaimer 10 # copyright notice, this list of conditions and the following disclaimer
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
70 'minidump_processor.cc', 70 'minidump_processor.cc',
71 'module_comparer.cc', 71 'module_comparer.cc',
72 'module_comparer.h', 72 'module_comparer.h',
73 'module_factory.h', 73 'module_factory.h',
74 'module_serializer.cc', 74 'module_serializer.cc',
75 'module_serializer.h', 75 'module_serializer.h',
76 'pathname_stripper.cc', 76 'pathname_stripper.cc',
77 'pathname_stripper.h', 77 'pathname_stripper.h',
78 'postfix_evaluator-inl.h', 78 'postfix_evaluator-inl.h',
79 'postfix_evaluator.h', 79 'postfix_evaluator.h',
80 » 'proc_maps_linux.cc', 80 'proc_maps_linux.cc',
81 'process_state.cc', 81 'process_state.cc',
82 'range_map-inl.h', 82 'range_map-inl.h',
83 'range_map.h', 83 'range_map.h',
84 'simple_serializer-inl.h', 84 'simple_serializer-inl.h',
85 'simple_serializer.h', 85 'simple_serializer.h',
86 'simple_symbol_supplier.cc', 86 'simple_symbol_supplier.cc',
87 'simple_symbol_supplier.h', 87 'simple_symbol_supplier.h',
88 'source_line_resolver_base.cc', 88 'source_line_resolver_base.cc',
89 'source_line_resolver_base_types.h', 89 'source_line_resolver_base_types.h',
90 'stack_frame_cpu.cc', 90 'stack_frame_cpu.cc',
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
147 'contained_range_map_unittest.cc', 147 'contained_range_map_unittest.cc',
148 'disassembler_x86_unittest.cc', 148 'disassembler_x86_unittest.cc',
149 'exploitability_unittest.cc', 149 'exploitability_unittest.cc',
150 'fast_source_line_resolver_unittest.cc', 150 'fast_source_line_resolver_unittest.cc',
151 'map_serializers_unittest.cc', 151 'map_serializers_unittest.cc',
152 'microdump_processor_unittest.cc', 152 'microdump_processor_unittest.cc',
153 'minidump_processor_unittest.cc', 153 'minidump_processor_unittest.cc',
154 'minidump_unittest.cc', 154 'minidump_unittest.cc',
155 'pathname_stripper_unittest.cc', 155 'pathname_stripper_unittest.cc',
156 'postfix_evaluator_unittest.cc', 156 'postfix_evaluator_unittest.cc',
157 'range_map_shrink_down_unittest.cc',
157 'range_map_unittest.cc', 158 'range_map_unittest.cc',
158 'stackwalker_address_list_unittest.cc', 159 'stackwalker_address_list_unittest.cc',
159 'stackwalker_amd64_unittest.cc', 160 'stackwalker_amd64_unittest.cc',
160 'stackwalker_arm64_unittest.cc', 161 'stackwalker_arm64_unittest.cc',
161 'stackwalker_arm_unittest.cc', 162 'stackwalker_arm_unittest.cc',
162 'stackwalker_mips_unittest.cc', 163 'stackwalker_mips_unittest.cc',
163 'stackwalker_mips64_unittest.cc', 164 'stackwalker_mips64_unittest.cc',
164 'stackwalker_unittest_utils.h', 165 'stackwalker_unittest_utils.h',
165 'stackwalker_x86_unittest.cc', 166 'stackwalker_x86_unittest.cc',
166 'static_address_map_unittest.cc', 167 'static_address_map_unittest.cc',
167 'static_contained_range_map_unittest.cc', 168 'static_contained_range_map_unittest.cc',
168 'static_map_unittest.cc', 169 'static_map_unittest.cc',
169 'static_range_map_unittest.cc', 170 'static_range_map_unittest.cc',
170 'synth_minidump_unittest.cc', 171 'synth_minidump_unittest.cc',
171 'synth_minidump_unittest_data.h', 172 'synth_minidump_unittest_data.h',
172 ], 173 ],
173 'include_dirs': [ 174 'include_dirs': [
174 '..', 175 '..',
175 ], 176 ],
176 'dependencies': [ 177 'dependencies': [
177 'processor', 178 'processor',
178 '../build/testing.gypi:gmock', 179 '../build/testing.gypi:gmock',
179 '../build/testing.gypi:gtest', 180 '../build/testing.gypi:gtest',
180 ], 181 ],
181 }, 182 },
182 ], 183 ],
183 } 184 }
OLDNEW
« no previous file with comments | « src/processor/minidump.cc ('k') | src/processor/range_map.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698