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

Side by Side Diff: runtime/vm/vm_sources.gypi

Issue 2603383004: Sane asynchronous debugging and stack traces (Closed)
Patch Set: rebase Created 3 years, 11 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 | « runtime/vm/thread.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file
2 # for details. All rights reserved. Use of this source code is governed by a 2 # for details. All rights reserved. Use of this source code is governed by a
3 # BSD-style license that can be found in the LICENSE file. 3 # BSD-style license that can be found in the LICENSE file.
4 4
5 # This file contains all sources (vm and tests) for the dart virtual machine. 5 # This file contains all sources (vm and tests) for the dart virtual machine.
6 # Unit test files need to have a '_test' suffix appended to the name. 6 # Unit test files need to have a '_test' suffix appended to the name.
7 { 7 {
8 'sources': [ 8 'sources': [
9 'allocation.cc', 9 'allocation.cc',
10 'allocation.h', 10 'allocation.h',
(...skipping 457 matching lines...) Expand 10 before | Expand all | Expand 10 after
468 'source_report_test.cc', 468 'source_report_test.cc',
469 'spaces.h', 469 'spaces.h',
470 'stack_frame.cc', 470 'stack_frame.cc',
471 'stack_frame.h', 471 'stack_frame.h',
472 'stack_frame_arm.h', 472 'stack_frame_arm.h',
473 'stack_frame_arm64.h', 473 'stack_frame_arm64.h',
474 'stack_frame_ia32.h', 474 'stack_frame_ia32.h',
475 'stack_frame_mips.h', 475 'stack_frame_mips.h',
476 'stack_frame_test.cc', 476 'stack_frame_test.cc',
477 'stack_frame_x64.h', 477 'stack_frame_x64.h',
478 'stack_trace.cc',
479 'stack_trace.h',
478 'store_buffer.cc', 480 'store_buffer.cc',
479 'store_buffer.h', 481 'store_buffer.h',
480 'stub_code.cc', 482 'stub_code.cc',
481 'stub_code.h', 483 'stub_code.h',
482 'stub_code_arm.cc', 484 'stub_code_arm.cc',
483 'stub_code_arm_test.cc', 485 'stub_code_arm_test.cc',
484 'stub_code_arm64.cc', 486 'stub_code_arm64.cc',
485 'stub_code_arm64_test.cc', 487 'stub_code_arm64_test.cc',
486 'stub_code_dbc.cc', 488 'stub_code_dbc.cc',
487 'stub_code_ia32.cc', 489 'stub_code_ia32.cc',
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
549 'visitor.h', 551 'visitor.h',
550 'weak_code.cc', 552 'weak_code.cc',
551 'weak_code.h', 553 'weak_code.h',
552 'weak_table.cc', 554 'weak_table.cc',
553 'weak_table.h', 555 'weak_table.h',
554 'zone.cc', 556 'zone.cc',
555 'zone.h', 557 'zone.h',
556 'zone_test.cc', 558 'zone_test.cc',
557 ], 559 ],
558 } 560 }
OLDNEW
« no previous file with comments | « runtime/vm/thread.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698