This is the mail archive of the gdb-patches@sources.redhat.com 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] | |
packet ->> "vCont" { field }+field ->> ";" action [ ":" tid ]
which is very easy to parse. BTW, intro has this to say, so there aren't any guidelines :-(
That loses the requirement that the default action be last, which I'd like to hold on to - OK?
I dislike the ';' because vCont is not an item in the list of actions that the semicolons are separating; that turns ';' from a separator into a prefix. But hey, prefixes are people too.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |