This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [0/4] RFC: add DWARF index support
- From: Tom Tromey <tromey at redhat dot com>
- To: Doug Evans <dje at google dot com>
- Cc: gdb-patches at sourceware dot org
- Date: Thu, 05 Aug 2010 10:29:54 -0600
- Subject: Re: [0/4] RFC: add DWARF index support
- References: <m3aaqcqhgn.fsf@fleche.redhat.com> <m339vs36lj.fsf@fleche.redhat.com> <m3r5ik4s15.fsf@fleche.redhat.com> <AANLkTin0GfPdMACxbg_PfNs_haMwjKr1P391mm6Kuaj5@mail.gmail.com>
>>>>> "Doug" == Doug Evans <dje@google.com> writes:
Doug> What happens if gdb exits with a non-zero exit code but still happens
Doug> to leave a .gdb-index for the `if' to find?
I don't think this can happen.
Doug> What happens if objcopy exits with a non-zero exit code?
Doug> What happens if the script is invoked with none or too many arguments?
I will fix these up.
Tom