charm AT lists.siebelschool.illinois.edu
Subject: Charm++ parallel programming system
List archive
- From: Eric Bohm <ebohm AT illinois.edu>
- To: <charm AT cs.uiuc.edu>
- Subject: Re: [charm] pass more than one command to gdb on startup
- Date: Mon, 9 Sep 2013 16:55:41 -0500
- List-archive: <http://lists.cs.uiuc.edu/pipermail/charm/>
- List-id: CHARM parallel programming system <charm.cs.uiuc.edu>
Currently we just write the
debug-commands string in unparsed form. GDB doesn't recognize a
linebreak character (so ; won't work by default). We could
introduce a minimal parsing scheme to interpret something as a
linebreak. As far as I can tell, semi-colon is not part of any
recognized GDB command syntax, so we could implement that without
introducing obvious bugs.
On 09/09/2013 11:12 AM, Nicolas Bock wrote: Hi,
how do I use ++debug-commands correctly for more than one
command? Say I would like to set two break points, A and B,
i.e. "break A" and "break B". How do I have to separate those
two commands? I have tried
++debug-commands "break A\nbreak B"
++debug-commands "break A; break B"
but neither worked.
Thanks,
nick
_______________________________________________ charm mailing list charm AT cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/charm |
- [charm] pass more than one command to gdb on startup, Nicolas Bock, 09/09/2013
- Re: [charm] pass more than one command to gdb on startup, Eric Bohm, 09/09/2013
- Re: [charm] [ppl] pass more than one command to gdb on startup, Kale, Laxmikant V, 09/09/2013
- Re: [charm] [ppl] pass more than one command to gdb on startup, Nicolas Bock, 09/09/2013
- Re: [charm] [ppl] pass more than one command to gdb on startup, Kale, Laxmikant V, 09/09/2013
- Re: [charm] pass more than one command to gdb on startup, Eric Bohm, 09/09/2013
Archive powered by MHonArc 2.6.16.