From 8ac902f6ff877e976af434bfe8fa8445930174a1 Mon Sep 17 00:00:00 2001 From: Tim Newsome Date: Tue, 14 May 2019 11:02:15 -0700 Subject: Clean up debug module options. (#299) * Clean up debug module options. 1. Instead of passing each one a few levels deep, create debug_module_config_t which contains them all. 2. Rename all those command line options so they start with --dm for debug module. 3. Add --dm-no-halt-groups to disable halt group support. * Update changelog. --- ChangeLog.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'ChangeLog.md') diff --git a/ChangeLog.md b/ChangeLog.md index 1c84bee..e411491 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,7 +1,13 @@ Version 1.0.1-dev ----------------- - Added `hasel` debug feature. -- Added `--debug-no-abstract-csr` command-line option. +- Added `--dm-no-abstract-csr` command-line option. +- Renamed `--progsize` to `--dm-progsize`. +- Renamed `--debug-sba` to `--dm-sba`. +- Renamed `--debug-auth` to `--dm-auth`. +- Renamed `--abstract-rti` to `--dm-abstract-rti`. +- Renamed `--without-hasel` to `--dm-no-hasel`. +- Added `--dm-no-halt-groups` command line option. Version 1.0.0 (2019-03-30) -------------------------- -- cgit v1.1