This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
[RFA 0/3] / command : fast way to change setting(s) to run a command
- From: Philippe Waroquiers <philippe dot waroquiers at skynet dot be>
- To: gdb-patches at sourceware dot org
- Date: Sat, 13 Apr 2019 21:00:13 +0200
- Subject: [RFA 0/3] / command : fast way to change setting(s) to run a command
Changes compared to the RFC of the 8 April (if ever someone read the RFC :) :
* Used the word 'setting' instead of 'option'.
* Numeric syntax is now /100e instead of /e100.
* Boolean disable syntax is now /!a instead of /a!.
* Various small code changes.
* NEWS, ChangeLog, tests are done.