Files
favicon-trap/tests/regress
practicalswift 06a64dc3b0 Add six crash cases (2 * ARM + 4 * M68K)
* 001-bad_condition_code_0xe.c (ARM)
* 002-qemu__fatal__unimplemented_control_register_write_0xffb___0x0.c (M68K)
* 003-qemu__fatal__wdebug_not_implemented.c (M68K)
* 004-segmentation_fault_1.c (ARM)
* 005-qemu__fatal__illegal_instruction__0000___00000404.c (M68K)
* 006-qemu__fatal__illegal_instruction__0421___00040026.c (M68K)

```
$ ./001-bad_condition_code_0xe # ARM
uc_emu_start(…)
Bad condition code 0xe
Aborted

$ ./002-qemu__fatal__unimplemented_control_register_write_0xffb___0x0 # M68K
uc_emu_start(…)
hook_code(…) called
qemu: fatal: Unimplemented control register write 0xffb = 0x0

Aborted

$ ./003-qemu__fatal__wdebug_not_implemented # M68K
uc_emu_start(…)
qemu: fatal: WDEBUG not implemented
Aborted

$ ./004-segmentation_fault_1 # ARM
uc_emu_start(…)
hook_code(…) called
Segmentation fault

$ ./005-qemu__fatal__illegal_instruction__0000___00000404 # M68K
uc_emu_start(…)
qemu: fatal: Illegal instruction: 0000 @ 00000404
Aborted

$ ./006-qemu__fatal__illegal_instruction__0421___00040026 # M68K
uc_emu_start(…)
hook_code(…) called
qemu: fatal: Illegal instruction: 0421 @ 00040026
Aborted
```
2016-04-09 15:27:20 -04:00
..
2015-09-21 20:47:45 -05:00
2016-01-10 23:51:11 -08:00
2015-09-21 20:47:45 -05:00
2015-09-21 20:47:45 -05:00
2015-09-21 20:47:45 -05:00
2015-09-21 20:47:45 -05:00
2015-09-21 20:47:45 -05:00
2016-02-18 06:29:59 -08:00
2016-03-08 08:55:55 +08:00
2015-09-21 20:47:45 -05:00
2015-09-21 20:47:45 -05:00
2016-02-11 15:02:14 +01:00
2016-01-05 18:02:54 +02:00
2015-09-21 20:47:45 -05:00
2015-09-21 20:47:45 -05:00
2015-09-30 14:46:55 +08:00
2016-02-05 02:35:17 +01:00
2015-09-21 20:47:45 -05:00
2015-11-02 23:23:02 +01:00
2015-09-21 20:47:45 -05:00
2015-09-21 20:47:45 -05:00
2015-11-12 15:30:19 +08:00
2016-01-01 10:44:08 +08:00
2015-09-21 20:47:45 -05:00
2015-09-21 20:47:45 -05:00
2015-09-21 20:47:45 -05:00
2015-09-21 20:47:45 -05:00
2016-03-27 11:26:57 +02:00