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

Side by Side Diff: src/v8.gyp

Issue 2023503002: Reland Implement .eh_frame writer and disassembler. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@eh-frame-base
Patch Set: Improve disassembler, get rid of PatchProcedureBoundariesInEhFrame. Created 4 years, 5 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
OLDNEW
1 # Copyright 2012 the V8 project authors. All rights reserved. 1 # Copyright 2012 the V8 project authors. All rights reserved.
2 # Redistribution and use in source and binary forms, with or without 2 # Redistribution and use in source and binary forms, with or without
3 # modification, are permitted provided that the following conditions are 3 # modification, are permitted provided that the following conditions are
4 # met: 4 # met:
5 # 5 #
6 # * Redistributions of source code must retain the above copyright 6 # * Redistributions of source code must retain the above copyright
7 # notice, this list of conditions and the following disclaimer. 7 # notice, this list of conditions and the following disclaimer.
8 # * Redistributions in binary form must reproduce the above 8 # * Redistributions in binary form must reproduce the above
9 # copyright notice, this list of conditions and the following 9 # copyright notice, this list of conditions and the following
10 # disclaimer in the documentation and/or other materials provided 10 # disclaimer in the documentation and/or other materials provided
(...skipping 1199 matching lines...) Expand 10 before | Expand all | Expand 10 after
1210 'arm/deoptimizer-arm.cc', 1210 'arm/deoptimizer-arm.cc',
1211 'arm/disasm-arm.cc', 1211 'arm/disasm-arm.cc',
1212 'arm/frames-arm.cc', 1212 'arm/frames-arm.cc',
1213 'arm/frames-arm.h', 1213 'arm/frames-arm.h',
1214 'arm/interface-descriptors-arm.cc', 1214 'arm/interface-descriptors-arm.cc',
1215 'arm/interface-descriptors-arm.h', 1215 'arm/interface-descriptors-arm.h',
1216 'arm/macro-assembler-arm.cc', 1216 'arm/macro-assembler-arm.cc',
1217 'arm/macro-assembler-arm.h', 1217 'arm/macro-assembler-arm.h',
1218 'arm/simulator-arm.cc', 1218 'arm/simulator-arm.cc',
1219 'arm/simulator-arm.h', 1219 'arm/simulator-arm.h',
1220 'arm/eh-frame-arm.h',
1221 'arm/eh-frame-arm.cc',
1220 'compiler/arm/code-generator-arm.cc', 1222 'compiler/arm/code-generator-arm.cc',
1221 'compiler/arm/instruction-codes-arm.h', 1223 'compiler/arm/instruction-codes-arm.h',
1222 'compiler/arm/instruction-scheduler-arm.cc', 1224 'compiler/arm/instruction-scheduler-arm.cc',
1223 'compiler/arm/instruction-selector-arm.cc', 1225 'compiler/arm/instruction-selector-arm.cc',
1224 'crankshaft/arm/lithium-arm.cc', 1226 'crankshaft/arm/lithium-arm.cc',
1225 'crankshaft/arm/lithium-arm.h', 1227 'crankshaft/arm/lithium-arm.h',
1226 'crankshaft/arm/lithium-codegen-arm.cc', 1228 'crankshaft/arm/lithium-codegen-arm.cc',
1227 'crankshaft/arm/lithium-codegen-arm.h', 1229 'crankshaft/arm/lithium-codegen-arm.h',
1228 'crankshaft/arm/lithium-gap-resolver-arm.cc', 1230 'crankshaft/arm/lithium-gap-resolver-arm.cc',
1229 'crankshaft/arm/lithium-gap-resolver-arm.h', 1231 'crankshaft/arm/lithium-gap-resolver-arm.h',
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
1264 'arm64/instrument-arm64.h', 1266 'arm64/instrument-arm64.h',
1265 'arm64/interface-descriptors-arm64.cc', 1267 'arm64/interface-descriptors-arm64.cc',
1266 'arm64/interface-descriptors-arm64.h', 1268 'arm64/interface-descriptors-arm64.h',
1267 'arm64/macro-assembler-arm64.cc', 1269 'arm64/macro-assembler-arm64.cc',
1268 'arm64/macro-assembler-arm64.h', 1270 'arm64/macro-assembler-arm64.h',
1269 'arm64/macro-assembler-arm64-inl.h', 1271 'arm64/macro-assembler-arm64-inl.h',
1270 'arm64/simulator-arm64.cc', 1272 'arm64/simulator-arm64.cc',
1271 'arm64/simulator-arm64.h', 1273 'arm64/simulator-arm64.h',
1272 'arm64/utils-arm64.cc', 1274 'arm64/utils-arm64.cc',
1273 'arm64/utils-arm64.h', 1275 'arm64/utils-arm64.h',
1276 'arm64/eh-frame-arm64.h',
1277 'arm64/eh-frame-arm64.cc',
1274 'compiler/arm64/code-generator-arm64.cc', 1278 'compiler/arm64/code-generator-arm64.cc',
1275 'compiler/arm64/instruction-codes-arm64.h', 1279 'compiler/arm64/instruction-codes-arm64.h',
1276 'compiler/arm64/instruction-scheduler-arm64.cc', 1280 'compiler/arm64/instruction-scheduler-arm64.cc',
1277 'compiler/arm64/instruction-selector-arm64.cc', 1281 'compiler/arm64/instruction-selector-arm64.cc',
1278 'crankshaft/arm64/delayed-masm-arm64.cc', 1282 'crankshaft/arm64/delayed-masm-arm64.cc',
1279 'crankshaft/arm64/delayed-masm-arm64.h', 1283 'crankshaft/arm64/delayed-masm-arm64.h',
1280 'crankshaft/arm64/delayed-masm-arm64-inl.h', 1284 'crankshaft/arm64/delayed-masm-arm64-inl.h',
1281 'crankshaft/arm64/lithium-arm64.cc', 1285 'crankshaft/arm64/lithium-arm64.cc',
1282 'crankshaft/arm64/lithium-arm64.h', 1286 'crankshaft/arm64/lithium-arm64.h',
1283 'crankshaft/arm64/lithium-codegen-arm64.cc', 1287 'crankshaft/arm64/lithium-codegen-arm64.cc',
(...skipping 209 matching lines...) Expand 10 before | Expand all | Expand 10 after
1493 'regexp/x64/regexp-macro-assembler-x64.cc', 1497 'regexp/x64/regexp-macro-assembler-x64.cc',
1494 'regexp/x64/regexp-macro-assembler-x64.h', 1498 'regexp/x64/regexp-macro-assembler-x64.h',
1495 ], 1499 ],
1496 }], 1500 }],
1497 ['v8_target_arch=="x64"', { 1501 ['v8_target_arch=="x64"', {
1498 'sources': [ 1502 'sources': [
1499 'compiler/x64/code-generator-x64.cc', 1503 'compiler/x64/code-generator-x64.cc',
1500 'compiler/x64/instruction-codes-x64.h', 1504 'compiler/x64/instruction-codes-x64.h',
1501 'compiler/x64/instruction-scheduler-x64.cc', 1505 'compiler/x64/instruction-scheduler-x64.cc',
1502 'compiler/x64/instruction-selector-x64.cc', 1506 'compiler/x64/instruction-selector-x64.cc',
1507 'x64/eh-frame-x64.h',
1508 'x64/eh-frame-x64.cc',
1503 ], 1509 ],
1504 }], 1510 }],
1505 ['v8_target_arch=="ppc" or v8_target_arch=="ppc64"', { 1511 ['v8_target_arch=="ppc" or v8_target_arch=="ppc64"', {
1506 'sources': [ ### gcmole(arch:ppc) ### 1512 'sources': [ ### gcmole(arch:ppc) ###
1507 'compiler/ppc/code-generator-ppc.cc', 1513 'compiler/ppc/code-generator-ppc.cc',
1508 'compiler/ppc/instruction-codes-ppc.h', 1514 'compiler/ppc/instruction-codes-ppc.h',
1509 'compiler/ppc/instruction-scheduler-ppc.cc', 1515 'compiler/ppc/instruction-scheduler-ppc.cc',
1510 'compiler/ppc/instruction-selector-ppc.cc', 1516 'compiler/ppc/instruction-selector-ppc.cc',
1511 'crankshaft/ppc/lithium-ppc.cc', 1517 'crankshaft/ppc/lithium-ppc.cc',
1512 'crankshaft/ppc/lithium-ppc.h', 1518 'crankshaft/ppc/lithium-ppc.h',
(...skipping 772 matching lines...) Expand 10 before | Expand all | Expand 10 after
2285 }], 2291 }],
2286 ['want_separate_host_toolset==1', { 2292 ['want_separate_host_toolset==1', {
2287 'toolsets': ['host'], 2293 'toolsets': ['host'],
2288 }, { 2294 }, {
2289 'toolsets': ['target'], 2295 'toolsets': ['target'],
2290 }], 2296 }],
2291 ], 2297 ],
2292 }, 2298 },
2293 ], 2299 ],
2294 } 2300 }
OLDNEW
« src/eh-frame.cc ('K') | « src/objects.cc ('k') | src/x64/eh-frame-x64.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698