On 2/4/07, Alex Esplin <[EMAIL PROTECTED]> wrote:
does anyone know how to set a breakpoint in a source file other than the one currently loaded? It seems like I saw something for this before but I can't remember where it was. Thanks.
http://sources.redhat.com/gdb/onlinedocs/gdb_6.html#SEC33 You can also set breakpoints based on symbol names assuming you've got debug symbols built in, neither method requiring that you actually open the file. Regards, Bryan Petty /* PLUG: http://plug.org, #utah on irc.freenode.net Unsubscribe: http://plug.org/mailman/options/plug Don't fear the penguin. */
