dart-sdk/runtime
Jens Johansen 4e162c5318 [kernel] Fix vm crash when trying to break on default constructor
Writing "break Foo" in observatory with a file including
```
class Foo { }
```

would crash them VM.

This CL introduces a test that reproduces it and fixes the issue.

Bug:
Change-Id: I24780d9204117ade19a0cb590c45aa31b7c04f7e
Reviewed-on: https://dart-review.googlesource.com/30445
Commit-Queue: Jens Johansen <jensj@google.com>
Reviewed-by: Vyacheslav Egorov <vegorov@google.com>
Reviewed-by: Kevin Millikin <kmillikin@google.com>
2017-12-20 13:02:12 +00:00
..
bin Partial static mode changes for vm-service and tests (part 2). 2017-12-20 00:45:28 +00:00
include Use OOB messages to schedule compaction for Dart_NotifyLowMemory. 2017-12-19 22:38:34 +00:00
lib Revert "Reland: [dart:io] Adds waitForEventSync" 2017-12-14 14:10:45 +00:00
observatory [kernel] Fix vm crash when trying to break on default constructor 2017-12-20 13:02:12 +00:00
platform [VM] Replace hand-written assembly prologues with IR 2017-12-13 16:04:34 +00:00
tests/vm [vm/aot] Ignore artificial methods when computing single target. 2017-12-20 12:35:42 +00:00
third_party [gn] Split target arch/os defines from dart_config 2017-10-31 17:33:13 +00:00
tools [vm] Toward deterministic builds. 2017-11-23 00:07:56 +00:00
vm [kernel] Fix vm crash when trying to break on default constructor 2017-12-20 13:02:12 +00:00
.gitignore
BUILD.gn Reland: [GN] Adds dart_host_sdk_toolchain argument 2017-11-02 19:02:18 +00:00
codereview.settings
CPPLINT.cfg
PRESUBMIT.py
runtime_args.gni Move GN default argument to a .gni import, to avoid duplicate loads. 2017-12-12 13:50:01 +00:00