2010-11-18  Zoltan Varga  <vargaz@gmail.com>

	Fix an assert in single stepping if an IL offset doesn't
	correspond to a seq point. Fixes #654694.

2010-09-23  Zoltan Varga  <vargaz@gmail.com>

	Don't allow EventType.Breakpoint in vm.EnableEvents ().

2010-11-10  Zoltan Varga  <vargaz@gmail.com>

	When single stepping from a exception throw site, single step to
	the catch site. Fixes #652590.

2010-11-05  Zoltan Varga  <vargaz@gmail.com>

	Fix gshared support in the soft debugger. Fixes #651251.

2010-11-03  Zoltan Varga  <vargaz@gmail.com>

	Fix encoding of large strings in the soft debugger api. Fixes
	#648832.

2010-06-17  Zoltan Varga  <vargaz@gmail.com>

	* dtest.cs: Add an EventSet test.

2010-06-15  Zoltan Varga  <vargaz@gmail.com>

	* dtest.cs dtest-app.cs: New files containing the soft debugger tests, moved here
	from mono/tests.

