1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-21 21:52:10 +02:00
cdt/dsf-gdb
Jonah Graham 6cd2e97470 Bug 580873: Remove error checking on dprintf parameters
The parser for dprintf parameters was much too simplistic and
prevents real uses cases from operating.

It is not necessary to remove the , between the arguments to
dprintf, so don't try to split on that anymore. That also
means we can't check for and error on mismatch between format
specifiers and number of arguments.

e.g. "===> XML_EVENT_TEXT(%s)\n", (char *)strtok(Text,"\n")
should be permitted.

The alternative would be to write a more complete parser for
both the printf specification and the arguments. Well out of
scope and unnecessary.

Some inputs may now be accepted by the GUI and then when
inserted with GDB fail. These errors are displayed in the
GUI already anyway.
2022-10-20 10:27:58 -04:00
..
org.eclipse.cdt.dsf.gdb Bug 580873: Remove error checking on dprintf parameters 2022-10-20 10:27:58 -04:00
org.eclipse.cdt.dsf.gdb.multicorevisualizer.ui Update to Java 17 as BREE. Fixes #80 2022-10-03 12:42:37 -04:00
org.eclipse.cdt.dsf.gdb.multicorevisualizer.ui.tests Fix fragment name 2022-10-10 19:34:08 -04:00
org.eclipse.cdt.dsf.gdb.tests Update to Java 17 as BREE. Fixes #80 2022-10-03 12:42:37 -04:00
org.eclipse.cdt.dsf.gdb.ui Bug 580873: Remove error checking on dprintf parameters 2022-10-20 10:27:58 -04:00
org.eclipse.cdt.examples.dsf.gdb Remove API tooling from projects that are not part of our release 2022-10-03 12:42:37 -04:00
org.eclipse.cdt.gnu.dsf-feature [releng] Bump versions for CDT 11.0.0 2022-10-03 12:42:37 -04:00
org.eclipse.cdt.gnu.multicorevisualizer-feature [releng] Bump versions for CDT 11.0.0 2022-10-03 12:42:37 -04:00
org.eclipse.cdt.tests.dsf.gdb Bug 580873: Remove error checking on dprintf parameters 2022-10-20 10:27:58 -04:00
pom.xml [releng] Bump versions for CDT 11.0.0 2022-10-03 12:42:37 -04:00