Community
Participate
Working Groups
When creating a tracepoint command in DSF-GDB, if I put a comma in the name, the command seems to be ignored. For example, if I name the command "collect delay,msg" and ask it to collect "delay,msg", I didn't see this command being send to GDB (I had two other commands set as well, and those were sent.
Created attachment 197136 [details] Use a different delimiter than a comma We should not use a comma as a delimiter for the different actions that can be part of a tracepoint. This patch adds a different delimiter that is not going to be used by a user.
Created attachment 198672 [details] Git patch for fix This is the git patch that I have committed to master and to 8_0.
Mikhail, can you review?