This is the mail archive of the gdb@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

question on trace-stop-notes implementation


Hello,
I noticed that trace-stop-notes being set by set trace-stop-notes command are not shown in trace status until tracing is actually stopped by tstop command. Similar start notes (set by set trace-notes command) are shown every time in trace status. This provides difficulties for IDE integration: for exampe IDE can't know that stop notes changed without explicit quering gdb by show stop-notes. From IDE prospective it is easier and more consistent to show stop notes in separate field in trace status output, just like this is done for start notes.
Are there any objections if I fix it?


Thank you,
Dmitry


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]